Search found 86 matches
- Sat Jun 08, 2024 5:51 am
- Forum: ESP32 Arduino
- Topic: Watchdog timer in ESP32 board manager v3.0.x
- Replies: 2
- Views: 2067
Re: Watchdog timer in ESP32 board manager v3.0.x
Thanks, Is there a way of setting this in the sketch as I want my sketches to work for people whichever version they have installed?
- Fri Jun 07, 2024 7:47 am
- Forum: ESP32 Arduino
- Topic: Watchdog timer in ESP32 board manager v3.0.x
- Replies: 2
- Views: 2067
Watchdog timer in ESP32 board manager v3.0.x
I have discovered that my sketches using the ESP32 watchdog timer no longer work. After some time I have believe I have figured out the fix for this and passing it on in case of help to anyone else (or if anyone has a better solution?) also v3.0.0 seems to use a lot more memory so I have had to chan...
- Mon Oct 03, 2022 11:25 am
- Forum: General Discussion
- Topic: How much battery needed
- Replies: 4
- Views: 4228
Re: How much battery needed
You may find this video by Andreas Spiess interesting: https://www.youtube.com/watch?v=37kGva3NW8w&t=623s
BTW - he has done several videos on powering from batteries etc.
BTW - he has done several videos on powering from batteries etc.
- Mon Aug 22, 2022 11:51 am
- Forum: ESP-IDF
- Topic: Is there a way to have ESP32 send its logs to a web server?
- Replies: 6
- Views: 28248
Re: Is there a way to have ESP32 send its logs to a web server?
Hi,
The easiest way I have found is this: https://randomnerdtutorials.com/esp32-c ... to-server/
although I don't know how secure it would be
Another option would be to have it FTP the files (there are libraries for FTP)
or failing that it could email them to you.
The easiest way I have found is this: https://randomnerdtutorials.com/esp32-c ... to-server/
although I don't know how secure it would be
Another option would be to have it FTP the files (there are libraries for FTP)
or failing that it could email them to you.
- Sat Jun 25, 2022 7:41 am
- Forum: ESP32 Arduino
- Topic: ESP32-S2 reboots when WiFi is used
- Replies: 22
- Views: 22634
Re: ESP32-S2 reboots when WiFi is used
I would suspect the power supply to the esp32 as I have had mine do the weirdest things when they are not happy with it.
- Mon Jun 20, 2022 7:59 pm
- Forum: General Discussion
- Topic: Access Linux shares from ESP32
- Replies: 5
- Views: 4097
Re: Access Linux shares from ESP32
An interesting way to easily transfer files which I have used and may be of interest is to install Apache on your linux computer then us a php script.
see: https://RandomNerdTutorials.com/esp32-c ... to-server/
see: https://RandomNerdTutorials.com/esp32-c ... to-server/
- Wed May 11, 2022 7:15 am
- Forum: ESP32 Arduino
- Topic: Struggling to get stable WiFi connection on ESP32
- Replies: 2
- Views: 3539
Re: Struggling to get stable WiFi connection on ESP32
I have experienced problems with the wifi timing out if not used for a while,
I fixed this with the command: WiFi.setSleep(false);
I fixed this with the command: WiFi.setSleep(false);
- Thu Apr 07, 2022 1:59 pm
- Forum: ESP32 Arduino
- Topic: Realistic for webserver to run on ESP32 24x7?
- Replies: 4
- Views: 3347
Re: Realistic for webserver to run on ESP32 24x7?
Hi,
I have had similar issues in the past and it was resolved by including the command: WiFi.setSleep(false);
may be worth trying?
I have had similar issues in the past and it was resolved by including the command: WiFi.setSleep(false);
may be worth trying?
- Mon Apr 04, 2022 7:57 pm
- Forum: General Discussion
- Topic: Decrease Power consumption
- Replies: 7
- Views: 5817
Re: Decrease Power consumption
ULP may be a possibility?
https://www.youtube.com/watch?v=-QIcUTBB7Ww&t=22s
https://www.youtube.com/watch?v=-QIcUTBB7Ww&t=22s
- Mon Apr 04, 2022 4:14 pm
- Forum: General Discussion
- Topic: Decrease Power consumption
- Replies: 7
- Views: 5817
Re: Decrease Power consumption
Andreas Spiess has done a lot of videos on low power projects, you may find some helpful/interesting info here:
https://www.youtube.com/c/AndreasSpiess/videos
https://www.youtube.com/c/AndreasSpiess/videos