I´m using a Raspberry pi with EasyIoT Server image v0.6.
That works perfect with LAN and NRF24L01+ connected.
One MySensor node is successfully connected to the Raspberry pi.
Now i´m working on a connection between a ESP8266 and the Raspberry pi, without success.
I have configured SSID and credentials for my WLAN and the IP Address of the Raspberry (IoT) Server in Esp8266EasyIoTConfig.h. The Driver on the Raspberry pi is enabled and server port is 37602 on both sides.
I use the newest original sketches from your github site on an Arduino Duemilanove. In this case the temp/humidity node sketch.
Unfortunatelly the Arduino serial console says always something like
I´m using a Raspberry pi with EasyIoT Server image v0.6.
That works perfect with LAN and NRF24L01+ connected.
One MySensor node is successfully connected to the Raspberry pi.
Now i´m working on a connection between a ESP8266 and the Raspberry pi, without success.
I have configured SSID and credentials for my WLAN and the IP Address of the Raspberry (IoT) Server in Esp8266EasyIoTConfig.h. The Driver on the Raspberry pi is enabled and server port is 37602 on both sides.
I use the newest original sketches from your github site on an Arduino Duemilanove. In this case the temp/humidity node sketch.
Unfortunatelly the Arduino serial console says always something like
and jumps in a loop.
On server side the "Add node" function also timed out.
Pinging the node fails.
When i connect the ESP8622 with serial interface to a terminal program, every AT- command works well. I can also ping the ESP8622.
Where is my failure ?
Please help!
Timeout means that Arduino doesn't receive response to AT command from ESP. Is HW connection ESP-Arduino ok? Write simple test program (without ESP library) on Arduino and send AT command and see if you get response.
everything works fine now, i had an cabling issue (RX, TX from ESP8266 crossed to Arduino TX,RX) and not to D10, D11...
My failure, sorry for that- shame on me.
Thank you for your support and your great job here!