This repository is stale. Up to date versions can be found in https://github.com/RFD-FHEM/SIGNALDuino/
System to receive digital signals and provide them to other systems pro demodulatiob. Currently tested with 433 MHZ, but not limited to that frequency or media.
SIGNALESP is currently not really working for production D4 on NodeMCU is GPIO2. Serial Port operates with 2500000 Baud Free Ram can't be received via command IT Send commands are not available
Just clone the repo and open the project file with Visual Studio / Visual Micro. (currently this works only for windows)
In case you choose download ZIP, the subprojects used by this project are not downloaded in this zip. The preferred way is really to clone via git.
In case, you still want to download via ZIP, you also have to download
https://github.com/tzapu/WiFiManager/tree/master and place the content into
SIGNALESP\src\_micro-api\libraries\WIFIManager
Compile it and have fun. If you are using the Arduino IDE, you have to copy all the libs into your sketch folder.
If you want to use the SIGNALDuino with FHEM, you can use it directly from FHEM. No neet to compile any sourcode. You find more Information here: http://www.fhemwiki.de/wiki/SIGNALDuino
We have a pattern detection engine, that detect serval signal types. May not all, but most of them.
Uncomment #define debugdetect in libs/remotesensor/patterdecoder.h Search for some output which describes a pattern with serval bits received. If you find something, open an issue and provide as much as possible informations with it.
First, sorry. This software is not perfect.