mchr3k / arduino-libs-manchester

173 stars 113 forks source link

Missing Too many messages #41

Open arihantdaga opened 6 years ago

arihantdaga commented 6 years ago

I am using Arduino Genuino Uno Board for transmitter and receiver with 430Mhz transmitter receiver pair. I am using the exmaple code given with the library. To tranmit and receive an array. But out of messages sent - For ex - {1}, {1,2}, {1,2,3}, {1,2,3,4}... On the receiver end i am receiving only few of them - {1}, {1,2,3,4}... What should be the optimal baud rate for atmega328 ? I am using MAN_300...

DangerouslyExplosive commented 6 years ago

I am completely new to this library, but I can tell you you'll probably figure it out a lot faster if you just run iterations of your code using different baud rates to see which one works best. I usually pick a rate in the middle for these sorts of things, and then move up or down from there based on the result.