Trouble with 115200 baud on 3.3V/8MHz Arduino, like Serial Gateway. Solution: Change baudrate.
-
Please read http://forum.arduino.cc/index.php?topic=54623.0 which basically says that the 3.3v arduino can't read stuff at 115200 baud correctly, things get corrupted due to being unable to get the correct timings. In our tests, semicolon (;) gets corrupted quite often. Unfortunately, the semicolon is "quite useful" in the serial protocol of the Gateway.
Symptoms: Gateway not responding to version checks, gateway not being able to pass on auto-allocated ID's etc.
Solution: Either change clock to 12MHz (hardware mod + software + blah), or just go slower.. 19200 baud seems to work fine for us. Change baud rate in MySensors.h and recompile your serial gateway. Easy-peasy.
-
-
@Stric That is strange, I've never seen this problem, and I have more 3v3 sensors then 5v... Hmmmmmm
-
@ServiceXP @Stric
I can confirm the problems of Stric. I also had them some months ago. see here http://forum.mysensors.org/topic/824/mysensors-serial-gateway-minimal-example-to-send-data/6
-
@Dirk_H Oh I believe the problem exists, I'm just wondering why I've not seen it yet....
-
@ServiceXL
It is only a problem if you're using an 3v3 arduino on gateway.The sensors don't send more than debug info over serial where the problem easily go unnoticed I guess.
-
Does this mean that the 'early days requirement' of a UNO or Nano for the gateway could be replaced with 'any 5v Arduino' like a pro mini 5v?
-
Yes, unless you run Vera which requires Nano (for usb compatibility).
-
@marceltrapman
when you change the BAUD rate setting in the source/config file to something lower/other you can also use 3.3V Arduinos as (Serial)Gateway. Of cause your controller needs also to be told about the lower BAUD rate.Check out http://wormfood.net/avrbaudcalc.php?postbitrate=9600&postclock=8 for an overview of Clockspeeds (usually 8MHz for 3.3V and 16MHz for 5V types) and coresponding BAUD rates.
Suggested Topics
-
FTDI/Serial or USB?
Hardware • 7 Apr 2016, 13:48 • Samuel235 9 Apr 2016, 22:01 -
Stabile Controller
Troubleshooting • 5 Mar 2015, 14:08 • C.r.a.z.y. 8 Mar 2015, 15:34 -
W5100 Ethernet Gateway in Release 2.5.0-1
Troubleshooting • 31 Jan 2020, 14:33 • chrkir 31 Jan 2020, 14:33 -
💬 MySRaspiGW PA+LNA - MySensors Raspberry Pi GPIO Gateway
OpenHardware.io • 7 Jul 2016, 16:30 • openhardware.io 27 Mar 2017, 05:46 -
Hello, Can you help me? LDR Sensor
Development • 26 Nov 2016, 23:46 • Nathan Matos 29 Nov 2016, 04:34 -
💬 MysX2USB
OpenHardware.io • 20 Mar 2016, 08:04 • openhardware.io 23 Feb 2018, 10:33 -
Sending serial commands to sensors
Controllers • 11 May 2015, 16:58 • Tango2 11 Jun 2015, 10:42