Search found 7 matches
- Sun Feb 27, 2022 10:05 pm
- Forum: General Discussion
- Topic: ESP32-C3 OTA update
- Replies: 1
- Views: 1839
Re: ESP32-C3 OTA update
I got OTAWebUpdater to work. I must of done something wrong when I first tried it. I modified it to make the form nicer, see bolow: const char* loginIndex = "<!DOCTYPE html> <html> <head><meta name= 'viewport ' content= 'width=device-width, initial-scale=1.0, user-scalable=no '> " "<title>ESP WiFi M...
- Sun Feb 27, 2022 8:44 pm
- Forum: General Discussion
- Topic: ESP32-C3 OTA update
- Replies: 1
- Views: 1839
ESP32-C3 OTA update
Hello,
has anyone an Arduino sketch that performs Over-the-Air update of an ESP32-C3?
I have tried most examples and have not been able to make them work.
Thanks
has anyone an Arduino sketch that performs Over-the-Air update of an ESP32-C3?
I have tried most examples and have not been able to make them work.
Thanks
- Sat Dec 11, 2021 5:52 pm
- Forum: ESP-IDF
- Topic: adc1_example single read
- Replies: 1
- Views: 3705
Re: adc1_example single read
I believe I have found a bug in the documentation. In the esp32 IDF programming guide for the esp32c3 it states: "Software Calibration To convert ADC raw data to calibrated digital data, following steps should be followed: Check the eFuse to know if the software calibration is supported via esp_adc_...
- Fri Dec 10, 2021 5:43 pm
- Forum: ESP-IDF
- Topic: adc1_example single read
- Replies: 1
- Views: 3705
adc1_example single read
Hello, I am looking for an ADC single read example for the ESP32C3. There is a dma example, but it does not use the adc characterization and eFuse stored constants to convert to mV. The single read example is for the ESP32 and ESP32S2/3. I was able to add declarations for the attenuation, adc unit, ...
- Tue Dec 07, 2021 4:14 pm
- Forum: ESP32 Arduino
- Topic: ESP32-C3 ADC2 timeout
- Replies: 0
- Views: 2505
ESP32-C3 ADC2 timeout
Hello, The ADC2 channel 0 will timeout when it collides with Wi-Fi (Wi-Fi being active). I have 2 questions: 1- Will it timeout out all the time or randomly? 2- How long is the timeout compared to a normal conversion? I am designing a board that uses all the ADC channels and has a battery. I plan to...
- Fri Oct 22, 2021 2:40 pm
- Forum: ESP RainMaker
- Topic: Arduino not compiling RainMaker switch example
- Replies: 3
- Views: 14654
- Wed Oct 20, 2021 3:56 pm
- Forum: ESP RainMaker
- Topic: Arduino not compiling RainMaker switch example
- Replies: 3
- Views: 14654
Arduino not compiling RainMaker switch example
Hello, I am trying to get the Arduino RainMaker switch example running on my ESP32-C3 devkitC-02. I can compile it if I choose the ESP dev module board but not if I choose the ESPC3 dev module board. Arduino 1.8.16, https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev...