Git Product home page Git Product logo

arduino-sf501remote's People

Contributors

arjhun avatar per1234 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

arduino-sf501remote's Issues

Adapting to other Flamingo models

While I am trying to use your library to make it work with the SF-500S model, I am now blocked at the following step :

Using the receive example, I finally manage to get some signals from this remote (no other library help me get to this point; so kudos !). In fact, with the receive example, I got a lot of "noise" signals, and when I kept pressing one button of the remote, I would see many times the same signal so I captured it.

For example, the B button , OFF, I get :

remote ID: 0
switch state: on
channel: 15
raw(dec): 4543
raw(bin): 1000110111111

Note that I tried many times, and the raw(dec) changes if I try again to capture the B OFF signal later.

Then using the send example, I do :

#include <sf501-remote.h>

Sf501Remote remote;
const int remoteId = 0;

void setup() {

  remote.startTransmitter(13);
}

void loop() {
  
  long command = 4543; 
  remote.sendRaw(command);
}

But nothing happens on my switch. The weird thing is that the remote now doesnt work. As if the signal sent by my arduino is "blocking"/flooding the switch.

Am I sending the correct command ?

You are my only lead now, to try to copy a signal from my remote so that I can control my lamps via my arduino.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.