Gord1
Gord1
Hmm, how could that be? I've never used Cortex. You get your refCRC like this: unsigned char refCRC = Pcal[0] >> 12; While I get mine like unsigned char refCRC...
Thanks for your replies. We are getting different answers because we are calculating it differently. Mine is based on the AN520 document above along with the datasheet above. What is...
Not the same document as the code doesn't match. Mine is copied verbatim from the AN520 doc (Aug. 09, 2011) and it works while yours doesn't, so go figure. You...
Hi, I have the same problem. I'm starting to play with the ESP8266 too. I get Panic /home/gordon/Downloads/sloeber/arduinoPlugin/packages/esp8266/hardware/esp8266/2.4.2/libraries/ESP8266WiFi/src/include/DataSource.h:93 const uint8_t* BufferedStreamDataSource::get_buffer(size_t) [with TStream = Stream; uint8_t = unsigned char; size_t...
I think the solution was to reduce the SPIFFS size to 1M under the tools tab board setup section. Gord_W
Being able to upload files to the ESP8266 still doesn't work in IDE V2 :( Version: 2.0.2 Date: 2022-11-17T11:52:32.665Z CLI Version: 0.29.0 [76251df9] This makes it a non-starter for many...
I have a similar problem. When the client computer is suspended or put to sleep, the server websocket loop slows to a crawl for the remaining clients. I've tried wsMonCPU.enableHeartbeat(5000,...
Ref. https://github.com/Links2004/arduinoWebSockets/discussions/881#discussion-6685041 @SergeSkor This is exactly the problem that I am experiencing.
If I have 2 clients connected to the WSserver running on an ESP8266 and one of the clients turns off the computer or tablet, the server only is able to...
One thing that I have found is that when a client device gets disconnected from the server and the server times out the heartbeat counters are not reset. When the...