That link leads to several possibilities, so still not sure what to do. However, upgraded to the another firmware and I'm now able to connect to wifi, but still not able to create a node.
Using this firmware:
00200.9.5(b1)
compiled @ Dec 25 2014 21:40:28
AI-THINKER Dec 25 2014
Getting this information from serial:
Response timeout
hwReset
E_CWMODE
Send cmd:AT+CWMODE=1
Check the serial speed. I changed mine from 115200 to 9600 and had good results. (in the arduino example)
Also do you have any other nodes added to the server? If so I would make sure that the child id in the arduino program is not the same as any others.
Look for #define CHILD_ID_******* and change the number to something different than other sensors. I only had two sensors on when I had issues so I numbered them 3 and 4. After that the server added N0S3 and N0S4.
I have run into this and it will not add the sensor, it will show that the server is getting the signla in debug though.
Last edit: 9 years 7 months ago by tonyn79. Reason: Forgot to add serial info
dwuino wrote: That link leads to several possibilities, so still not sure what to do. However, upgraded to the another firmware and I'm now able to connect to wifi, but still not able to create a node.
Using this firmware:
00200.9.5(b1)
compiled @ Dec 25 2014 21:40:28
AI-THINKER Dec 25 2014
Getting this information from serial:
Response timeout
hwReset
E_CWMODE
Send cmd:AT+CWMODE=1
Any ideas?
Response timeout can also mean that Arduino did not receive response from ESP8266. Is wiring correct?
and select 0.952 support Smartlink. I will prepare tutorial, because it's big mess with firmware versions. It's very important to use correct firmware or EasyIoTESP8266 lib will not work correctly.