Search found 479 matches

by username
Fri Aug 05, 2022 6:08 pm
Forum: ESP-IDF
Topic: Perform OTA via Android mobile with WiFi without INTERNET
Replies: 1
Views: 1262

Re: Perform OTA via Android mobile with WiFi without INTERNET

I have used AsyncElegantOTA without Internet. Just need to put your ESP32 into AP mode, and have your phone connect to its Wi-Fi.
by username
Wed Jul 27, 2022 6:17 pm
Forum: ESP-IDF
Topic: ESP32-S3 vref to GPIO
Replies: 3
Views: 1506

Re: ESP32-S3 vref to GPIO

bump
by username
Sun Jul 24, 2022 3:22 pm
Forum: ESP-IDF
Topic: Circular DMA reading ADC
Replies: 3
Views: 2834

Re: Circular DMA reading ADC

I too would like to know. Anyone ?
by username
Thu Jul 21, 2022 3:42 pm
Forum: General Discussion
Topic: Report Used Flash size in %
Replies: 0
Views: 660

Report Used Flash size in %

In VSCode after a compile you get the typical result. Is there a way to get the " Used Flash size " to show a percentage as well? Total sizes: Used static IRAM: 65402 bytes ( 221318 remain, 22.8% used) .text size: 64375 bytes .vectors size: 1027 bytes Used stat D/IRAM: 84741 bytes ( 50427 remain, 62...
by username
Thu Jul 21, 2022 2:22 am
Forum: General Discussion
Topic: Espressif DSP Library adding to project
Replies: 2
Views: 1727

Re: Espressif DSP Library adding to project

Thanks for responding.
Never added a component folder before. turns out I just had to do a clean and then rebuild.
by username
Wed Jul 20, 2022 4:38 pm
Forum: General Discussion
Topic: Espressif DSP Library adding to project
Replies: 2
Views: 1727

Espressif DSP Library adding to project

Using ESP-IDF 4.4.1 & VSCode with Espressif's plugin. I need to add DSP functionality to my current project, but having a heck of a time trying to figure out how. https://github.com/espressif/esp-dsp#including-esp-dsp-into-your-own-project I have done this from the link above. Including ESP-DSP into...
by username
Tue Jul 19, 2022 1:11 pm
Forum: ESP-IDF
Topic: ESP32-S3 vref to GPIO
Replies: 3
Views: 1506

Re: ESP32-S3 vref to GPIO

When I saw this post I assumed he was wrong, so I though I would give it a try because the project I am currently working on I will need to do the same. Just tried it on ESP-IDF 4.4.1 and he's right! The ESP32-S3 has been out quite a while now. How is this not implemented yet? Is there a to be compl...
by username
Mon Jul 11, 2022 2:14 am
Forum: Hardware
Topic: Does ESP32-S3 ADC support integer and fractional formats
Replies: 1
Views: 888

Does ESP32-S3 ADC support integer and fractional formats

It's unclear to me if the ADC on the ESP32-S3 supports integer and fractional formats.
by username
Mon Jul 04, 2022 5:10 am
Forum: Hardware
Topic: DevKit Auto USB Programming: A New Fix
Replies: 7
Views: 3948

Re: DevKit Auto USB Programming: A New Fix

I have used many dev kits from all sorts of players in the market. I agree some will go into boot mode, and some wont. I have had 100% success with simply adding a 0.1uf on IO_0 to GND Never came across a device that this method didn't work. On other boards that had no cap on EN I would also add a 0...