I've been looking for a way to receive a message sent by another device (ATTiny) over 433Mhz using Manchester encoding. The only libraries I can find that seem to be able to be used on the ESP8266 is the RC-Switch library however the data I am sending is a little longer and this library seems less suitable then being able to use the Manchester encoding ones. On the transmission side I have been using the library found here http://mchr3k.github.io/arduino-libs-manchester/ , however in the code it specifically states that its only for ATmega or ATtiny. Being new to this space I'm not entirely sure why it shouldn't work on the ESP8266. Is there something different about the clock? the pins? Any help with getting a manchester encoded message decoded on the ESP8266 would be much appreciated.
I've been looking for a way to receive a message sent by another device (ATTiny) over 433Mhz using Manchester encoding. The only libraries I can find that seem to be able to be used on the ESP8266 is the RC-Switch library however the data I am sending is a little longer and this library seems less suitable then being able to use the Manchester encoding ones. On the transmission side I have been using the library found here http://mchr3k.github.io/arduino-libs-manchester/ , however in the code it specifically states that its only for ATmega or ATtiny. Being new to this space I'm not entirely sure why it shouldn't work on the ESP8266. Is there something different about the clock? the pins? Any help with getting a manchester encoded message decoded on the ESP8266 would be much appreciated.