Search found 4 matches
- Thu Aug 11, 2016 12:53 pm
- Forum: Free Market
- Topic: Reliable TCP live data streaming
- Replies: 0
- Views: 53586
Reliable TCP live data streaming
Looking for a developer who is comfortable with ESP8266 to be able to design up the wifi module to reliably stream live data from UART or SPI through TCP. I have attempted this with the firmware and was able to only get 1 TCP socket sending at 50ms intervals with a few hiccups every few minutes of 5...
- Thu Aug 11, 2016 11:39 am
- Forum: ESP8266 SDK
- Topic: Slow TCP packets
- Replies: 1
- Views: 3285
Re: Slow TCP packets
bump~
Could anyone point me in a direction of where I can find a solution to this? thank you.
Could anyone point me in a direction of where I can find a solution to this? thank you.
- Mon Aug 08, 2016 2:34 pm
- Forum: Report Bugs
- Topic: ESP8266 completely unreliable
- Replies: 8
- Views: 12252
Re: ESP8266 completely unreliable
Hey Mike,
I am also having similar problems with getting a reliable TCP data stream, did you find a way to fix this?
regards,
I am also having similar problems with getting a reliable TCP data stream, did you find a way to fix this?
regards,
- Mon Aug 08, 2016 1:59 pm
- Forum: ESP8266 SDK
- Topic: Slow TCP packets
- Replies: 1
- Views: 3285
Slow TCP packets
Hello, I am having a bit of trouble getting the TCp socket to send faster than 50ms intervals (20Hz)? I have the chip in AP mode and flashing my own software on it, what I am doing is calling espconn_sent() everytime I get at_tcpclient_sent_cb() . So basically I would send a message as soon as I get...