Search found 3 matches
- Mon Jan 01, 2024 8:37 pm
- Forum: ESP-IDF
- Topic: Best Way to Serve HTML/Javascript
- Replies: 1
- Views: 1445
Best Way to Serve HTML/Javascript
I am working on a project that involves an ESP32-C3 that utilizes wifi functionality to serve a HTML/Javascript page. However, what is the best way to store the HTML/Javascript/CSS pages on the ESP32-C3? I have read that SPIFFS can aide with this, however, I don't have an external EPROM for the file...
- Mon Dec 25, 2023 4:47 am
- Forum: ESP-IDF
- Topic: 'sdkconfig' Setting For CONFIG_SOC_ADC_DIGI_IIR_FILTER_NUM
- Replies: 1
- Views: 1211
'sdkconfig' Setting For CONFIG_SOC_ADC_DIGI_IIR_FILTER_NUM
While using Visual Codes PlatformIO to create a project for an ESP32-C3, I noticed in the 'sdkconfig' file the following setting, however, can not find anything in the documentation: CONFIG_SOC_ADC_DIGI_IIR_FILTER_NUM=2 Can someone please explain this setting? I did noticed that the ESP-IDF document...
- Sun Aug 20, 2023 11:41 pm
- Forum: General Discussion
- Topic: ESP32-C3 Bipolar AC Signal Input
- Replies: 0
- Views: 994
ESP32-C3 Bipolar AC Signal Input
I have a ESP32-C3 and was wanting to know what would be the best method to input a bipolar AC signal to the internal ADC's? Also, does the internal ADC's have gain?