Search found 6 matches

by abuhanzala
Fri Sep 20, 2024 5:29 am
Forum: General Discussion
Topic: use external memory IC over SPI interface OR use SD Card with SDIO
Replies: 3
Views: 750

Re: use external memory IC over SPI interface OR use SD Card with SDIO

Hi! For your use case with audio files up to 128GB, I’d recommend going with an SD Card using the SDIO interface. It provides better storage capacity and faster data transfer rates compared to external memory ICs over SPI. Regarding the difference with the ESP32’s flash memory, SPI memory is typical...
by abuhanzala
Thu Sep 19, 2024 7:12 am
Forum: Hardware
Topic: SoftAP does not change the ssid and password via sdkconfig.
Replies: 5
Views: 891

Re: SoftAP does not change the ssid and password via sdkconfig.

Thanks for the tip! Erasing NVS with idf.py erase-flash seems like a good solution. Do you know if this will affect any other stored settings, or just the Wi-Fi credentials?
by abuhanzala
Wed Sep 18, 2024 7:08 am
Forum: ESP-IDF
Topic: `idf.py reconfigure` Not Updating Git-Only Components
Replies: 3
Views: 955

Re: `idf.py reconfigure` Not Updating Git-Only Components

Sounds frustrating! Instead of manually removing and re-adding the component, try using idf.py fullclean before running idf.py reconfigure—it clears out cached components and might help pull the latest changes from git. Also, make sure your idf_components.yml is set to track the latest commit or tag...
by abuhanzala
Tue Sep 17, 2024 6:40 am
Forum: ESP RainMaker
Topic: IOS Rainmaker App V3.2.1 On Wifi Provisioning SOFTAP
Replies: 9
Views: 2598

Re: IOS Rainmaker App V3.2.1 On Wifi Provisioning SOFTAP

Same issue here! The app crashes right after entering WiFi info. Hoping for a fix soon.
by abuhanzala
Mon Sep 16, 2024 5:08 am
Forum: Showcase
Topic: DIY Advanced IoT Password Vault Synced With Desktop App Via Google Firebase
Replies: 6
Views: 5781

Re: DIY Advanced IoT Password Vault Synced With Desktop App Via Google Firebase

Great update! Love the addition of credit card and note support. The faster navigation is a huge plus too. Looking forward to trying it out!
by abuhanzala
Sat Sep 14, 2024 8:48 am
Forum: IDEs for ESP-IDF
Topic: ESP-IDF 1.8.0 Debugging won't start
Replies: 3
Views: 3889

Re: ESP-IDF 1.8.0 Debugging won't start

Hey Brian, I’ve run into similar issues with VSCode and ESP-IDF debugging in the past. The port configuration issue sounds tricky. Have you tried updating the ESP-IDF extension or reinstalling the GDB debugger? Sometimes a fresh install resolves odd behavior with ports not being detected properly. A...