Search found 7 matches

by ArcHeRRed
Tue Jul 20, 2021 5:48 am
Forum: ESP32 Arduino
Topic: How to properly feed WDT
Replies: 3
Views: 19149

Re: How to properly feed WDT

Thank you very much :D
by ArcHeRRed
Mon Mar 15, 2021 5:34 pm
Forum: Showcase
Topic: IoTaaP OS - Open Source
Replies: 3
Views: 8810

Re: IoTaaP OS - Open Source

Thank you, it looks absolutely interesting.
by ArcHeRRed
Mon Mar 15, 2021 4:45 pm
Forum: Hardware
Topic: How to flash the ESP32 ?
Replies: 10
Views: 63405

Re: How to flash the ESP32 ?

You can see details from the link below.

https://eleceasy.com/t/flash-esp32/3422
by ArcHeRRed
Mon Mar 15, 2021 4:39 pm
Forum: ESP32 Arduino
Topic: ESP32 millis resetting after deep sleep
Replies: 4
Views: 6903

Re: ESP32 millis resetting after deep sleep

You try Flash ESP32, follow the link below.

https://eleceasy.com/t/esp32-watchdog/5382
by ArcHeRRed
Mon Mar 15, 2021 3:28 pm
Forum: ESP IoT Solution
Topic: OTA from Dropbox
Replies: 2
Views: 6938

Re: OTA from Dropbox

If we can do it It is very convenient Currently, I update through the web hosting .

By use

http://xxxx.com/file/esp32.bin
by ArcHeRRed
Tue Feb 23, 2021 5:04 pm
Forum: ESP32 Arduino
Topic: Found multiple libraries for "WiFi.h"
Replies: 2
Views: 5520

Re: Found multiple libraries for "WiFi.h"

This not corract

Code: Select all

void loop(void)
{
edit to

Code: Select all

void loop(void)
{

}