George Santiago
George Santiago
After about 15 attempts, we managed to update the device!!! The new attempts below were using the Notebook with GSM-4G internet (Hotspot Smartphone) / WiFi (Notebook). Apparently, the results were...
Hi @alvarolb Does the new version (1.1.2 )VS Code/Thinger Extension update fix this "bug"?
Hi @alvarolb We tried to update the same device again. This time, the device has version 2.31.0 of the Arduino-Library/Thinger library. We tried 10 times, and all attempts failed. We...
Apparently, the failures are related to the signal strength (RSSI) of the Device (which is related to the quality of the WiFi connection and the intermittency of the internet). We...
Hello, @alvarolb I was able to update the device (ESP8266) more than once by configuring `ota.set_block_size(1024);` with RSSI of -80 That is, the configuration `ota.set_block_size(1024);` is more stable than `ota.set_block_size(2048);`...
Additionally, we noticed that when the communication failure occurs, the VS Code extension does not attempt to communicate with the device again. We notice this because the data transmission indicators...
Hi, @alvarolb Any proposals on this issue? It would be very interesting to have this functionality integrated into the Thinger-Arduino library. I saw a proposal on WifiManager's Github that might...