First run of new nodeMCU based GatewaySerial. Not sure what it is saying.
-
Arduino IDE ver 1.8.2
MySensors ver 2.1.1
Board nodeMCU 8266 12EI've just been able to compile the GatewaySerial example and load it onto a nodeMCU. It is running but I really don't know how to interpret the serial monitor output.
Here is what I see. What is it trying to tell me?
MCO:BGN:INIT GW,CP=RNNGE--,VER=2.1.1 0;255;3;0;9;TSF:LRT:OK 0;255;3;0;9;TSM:INIT 0;255;3;0;9;TSF:WUR:MS=0 0;255;3;0;9;!TSM:INIT:TSP FAIL 0;255;3;0;9;TSM:FAIL:CNT=1 0;255;3;0;9;TSM:FAIL:PDT 0;255;3;0;9;TSM:FAIL:RE-INIT 0;255;3;0;9;TSM:INIT 0;255;3;0;9;!TSM:INIT:TSP FAIL 0;255;3;0;9;TSM:FAIL:CNT=2 0;255;3;0;9;TSM:FAIL:PDT chg_A3:-180 0;255;3;0;9;TSM:FAIL:RE-INIT 0;255;3;0;9;TSM:INIT 0;255;3;0;9;!TSM:INIT:TSP FAIL 0;255;3;0;9;TSM:FAIL:CNT=3 0;255;3;0;9;TSM:FAIL:PDT 0;255;3;0;9;TSM:FAIL:RE-INIT 0;255;3;0;9;TSM:INIT 0;255;3;0;9;!TSM:INIT:TSP FAIL 0;255;3;0;9;TSM:FAIL:CNT=4 0;255;3;0;9;TSM:FAIL:PDT chg_A3:0 0;255;3;0;9;TSM:FAIL:RE-INIT 0;255;3;0;9;TSM:INIT 0;255;3;0;9;!TSM:INIT:TSP FAIL 0;255;3;0;9;TSM:FAIL:CNT=5 0;255;3;0;9;TSM:FAIL:PDT chg_A3:-180 0;255;3;0;9;TSM:FAIL:RE-INIT 0;255;3;0;9;TSM:INIT 0;255;3;0;9;!TSM:INIT:TSP FAIL 0;255;3;0;9;TSM:FAIL:CNT=6 0;255;3;0;9;TSM:FAIL:PDT
-
https://www.mysensors.org/build/parser
I think you need to check the wiring of your radio
-
The nodeMCU has integrated wifi. No wiring required.
The info you provided will be useful since I have a UNO and a Nano that both need wifi added. I have several 8266 wifi boards that I was planning to use for that.
Other ideas?
-
The correct way to use any ESP8266 based boards with the current MySensors implementation is to configure them as WiFi Gateways with local sensors. You cannot make one ESP8266 an serial GW and expect all other ESPs to communicate via this one using the WiFi.
I other words all your ESPs will be Gateways but without any transport (NRF24L01 or RFM69 that is currently supported).