Search found 4 matches

by statusquo
Mon Aug 22, 2022 9:15 am
Forum: ESP-IDF
Topic: Is there a way to have ESP32 send its logs to a web server?
Replies: 6
Views: 25991

Is there a way to have ESP32 send its logs to a web server?

I have a bunch of ESP32s at remote locations, they are all flashed with OTA. I'd like to be able to see their logs without having to be at their location in case I have some issues I'd like to troubleshoot. Besides them at the same location are PCs that I have access to via Anydesk, so I'd either li...
by statusquo
Tue Jul 12, 2022 9:56 am
Forum: ESP-IDF
Topic: Is there a way to do this with OTA? (reboot, flash only a specific device, ping for information, etc)
Replies: 4
Views: 2382

Re: Is there a way to do this with OTA? (reboot, flash only a specific device, ping for information, etc)

Hi statusquo and All, I'm doing this exercise as well. The way I'm pursuing is based on MAC addr identity. The web server, which is also a file server and a WiFi access point, stores the new exe file with the MAC address as a preamble. As per previous tip the client polls the web server supplying i...
by statusquo
Sat Jul 02, 2022 6:55 pm
Forum: ESP-IDF
Topic: What's the current consensus on how to solve ESP32 randomly losing WIFI connection?
Replies: 2
Views: 1682

What's the current consensus on how to solve ESP32 randomly losing WIFI connection?

Basically title.

After a couple of days, ESP32 would randomly get disconnected and nothing but a reboot would solve this (that I tried anyways).

I've seen that many have struggled (or are still struggling) with this, so I am wondering if there is an easy-to-implement solution for this?
by statusquo
Mon Jun 20, 2022 8:32 am
Forum: ESP-IDF
Topic: Is there a way to do this with OTA? (reboot, flash only a specific device, ping for information, etc)
Replies: 4
Views: 2382

Is there a way to do this with OTA? (reboot, flash only a specific device, ping for information, etc)

I have a bunch of ESP32s across the country that are all flashed with OTA. Essentially, I upload a new bin file and JSON file on a web server and have ESP32 compare its version with the version from the JSON file and if it is lower than that it updates. However, if I want to only update one of them,...