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
-
SmartSleep a feature of the Gateway
Feature Requests • 18 Jun 2017, 21:05 • strangeoptics 19 Jun 2017, 10:43 -
💬 MySRaspiGW - MySensors Raspberry Pi GPIO Gateway
OpenHardware.io • 17 Jun 2016, 08:02 • openhardware.io 11 Jul 2017, 21:11 -
💬 NRF52 Gateway -(RFM69-option)
OpenHardware.io • 27 Apr 2018, 20:53 • openhardware.io 17 Mar 2019, 15:02 -
Stabile Controller
Troubleshooting • 5 Mar 2015, 14:08 • C.r.a.z.y. 8 Mar 2015, 15:34 -
Data collection
My Project • 22 Sept 2014, 00:36 • pvoj 22 Sept 2014, 01:52 -
iBoard - Ethernet Gateway - Check Wires
Troubleshooting • 13 Feb 2015, 20:38 • tbully 16 Feb 2015, 17:22