Serial Gateway on Arduino Pro Mini - "Gateway setup complete" not showing up
-
Hi,
I uploaded the sketch for the serial gateway to my 5v arduino pro mini with connected 3.3v regulator and the NRF24L01+ Radio.
But when I look at the serial monitor, it just gives me "connecting at 9600" and nothing else. Shouldn't there be a "Gateway startup complete" ?
-
Try setting baudrate to 115200 in serial monitor.
-
thanks, it worked!
can you explain to me why this worked?
-
We're using a trick to allow configuration from sketch. The MySensors.h includes different code based on the defines done (before) the inclusion.