[Solved] Trying to receive Manchester-encoded data
Posted: Wed Feb 13, 2019 3:34 pm
[Update: found it - it was a hardware issue (see below)]
Hi guys,
being in the transition from Arduinos to the ESP32, I am trying to rebuild some projects I did on the Arduino platform to learn the differences.
In one of these projects I am receiving environment sensor data via 433MHz, in short 16 byte bursts. The sender is an ATtiny85 using this library: http://mchr3k.github.com/arduino-libs-manchester/.
On the ESP32 this library obviously does not work, since it depends a lot on interrupts on the Arduino side.
Is there a complementing Manchester library available for the ESP32 that is able to deal with the data sent by the ATtiny?
Any hints are highly appreciated.
Ciao, Michael
Hi guys,
being in the transition from Arduinos to the ESP32, I am trying to rebuild some projects I did on the Arduino platform to learn the differences.
In one of these projects I am receiving environment sensor data via 433MHz, in short 16 byte bursts. The sender is an ATtiny85 using this library: http://mchr3k.github.com/arduino-libs-manchester/.
On the ESP32 this library obviously does not work, since it depends a lot on interrupts on the Arduino side.
Is there a complementing Manchester library available for the ESP32 that is able to deal with the data sent by the ATtiny?
Any hints are highly appreciated.
Ciao, Michael