ninjablocks / 433Utils

433Kit is a collection of code and documentation designed to assist you in the connection and usage of RF 433MHz transmit and receive modules to/with your Arduino and Rapberry Pi.
ninjablocks.com
MIT License
899 stars 335 forks source link

./codesend doesn't transmit every dec-code #47

Open gerdinho opened 6 years ago

gerdinho commented 6 years ago

Hello everyone,

I have three devices from whom I got the codes by using ./RFSniffer:

Dev1 - 182644 / 182645 (off / on) Dev2 - 167284 / 167285 Dev3 - 183668 / 183669

After getting these codes, it was possible to switch them on and off with ./codesend. Accidentally I've put the decimal code of Dev1 and Dev3 in ./send instead of ./codesend, and after then they weren't working any longer. Dev2 still works. I've tried to remove all files, to delete just the send.* files, to recompile, to sniff again (codes are the same) and of course a simple reboot, but nothing worked yet.

I would be thankful and glad, if someone has a solution or a hint to fix this problem.