1

Topic: Board not reply after few connections

Hello,

I'm using a nodeMCU board with a sketch to display some temperatures from DS18B20 sensors.

When the board just starts, everything works fine and I can successfully connect to the board using the latest remoteXY Android app and library.
But after few connects and disconnects, I can't connect to the board anymore. The TCP connection establishes but the board doesn't reply.
I enabled debug mode and bellow is the serial output when remoteXY stops receiving connection. Note that when remoteXY server stops, other parts of the sketch continues to work without any problem (for example my LCD refreshes on time).

11:45:33.018 -> [ 4453.717] Client stoped
11:45:33.018 -> [ 4453.719] Client stoped
11:45:33.018 -> [ 4453.722] Client stoped
11:45:33.018 -> [ 4453.724] Client stoped
11:45:33.018 -> [ 4453.726] Client stoped
11:45:33.018 -> [ 4453.729] Client stoped
11:45:33.018 -> [ 4453.731] Client stoped
11:45:33.018 -> [ 4453.733] Client stoped
11:45:33.018 -> [ 4453.736] Client stoped
11:45:33.018 -> [ 4453.738] Client stoped
11:45:33.018 -> [ 4453.740] Client stoped
11:45:33.018 -> [ 4453.743] Client stoped
11:45:33.018 -> [ 4453.745] Client stoped
... and continue forever

And this is the android app log:

12:05:55.411 Start connection
12:05:55.412 Connecting to 192.168.70.180:6377 ... 
12:05:55.485 Connection established
12:05:55.506 Receiving GUI configuration... 
12:05:56.511 Read timeout error
12:05:56.511 Receiving GUI configuration, try 2 ... 
12:05:57.515 Read timeout error
12:05:57.515 Receiving GUI configuration, try 3 ... 
12:06:02.521 Read timeout error
12:06:02.523 Receiving GUI configuration, try 4 ... 
12:06:07.526 Read timeout error
12:06:07.531 Board not reply. 
12:06:07.531 Disconnect

I'm really stuck and need your help.

2

Re: Board not reply after few connections

Anybody can help with this?

3

Re: Board not reply after few connections

Me too having same problem of it I'm waiting an answer from admin.. Can you say? You trying to connect to your board from anywhere of world or just from local network?