Simple_RX
Simple_RX copied to clipboard
no useful data is read
somehow no useful data is read. I am trying to use this with SoftwareSerial on Arduino Pro mini and a tiny EP2 receiver, baud_rate is set accordingly. when my transmitter is off, no data is read. when transmitter is on failsafe is activated and the values change irregularly about every 5-15 seconds , but to random values that doesnt seem react on stick input. when set to a higher baud rate = 250000 the value change more frequently
In order to use arduino mini as decoder, you have to reset the baud rate from default 420k to 115200, because the arduino can not handel the baud rate so high. So please check your EP2 baud rate before connect to the arduino.