LowPowerLab Forum

Hardware support => Moteino => Topic started by: flok on February 26, 2016, 06:19:00 PM

Title: moteino & serial communication
Post by: flok on February 26, 2016, 06:19:00 PM
Hi,

I have an arduino pro mini 328 and a moteino. They both have a LoRa radio.
The software is almost the same except that the moteino has the special moteino version of the radiohead library.
The software talks over a 9600 bps connection via an fdti converter to a pc.
Now the problem is that on the pro mini, all communication is fine but on the moteino I constantly get serial errors: I added a CRC check to the protocol.
I use regular Serial.read/available/write to do serial communication.

Any ideas how to resolve this?
Title: Re: moteino & serial communication
Post by: syrinxtech on February 27, 2016, 11:25:14 AM
@flok,

I think most people on this forum will ask for a lot more information about exactly what you're trying to do.  A hardware diagram along with the code you're running on each end would be very helpful.

Specific error messages will also be useful to help diagnose the problem.