Search found 5 matches
- Tue Aug 01, 2023 10:14 pm
- Forum: General Discussion
- Topic: ESP32 WROVER
- Replies: 2
- Views: 1071
Re: ESP32 WROVER
Thank you bidrohini, I'll try it and let you know how it went with your help.
- Mon Jul 24, 2023 8:47 pm
- Forum: General Discussion
- Topic: ESP32 WROVER
- Replies: 2
- Views: 1071
ESP32 WROVER
Hello Friends, I have two ESP32 one is Wemos Lolin32 Lite and the other is a Wrover Module, I am using the SPIFFS function and in the Wemos Lolin32 Lite it works without problems but in the Wrover that has more memory it shows me the following error: "E (466) SPIFFS: spiffs partition could not be fo...
- Tue Feb 21, 2023 7:39 pm
- Forum: General Discussion
- Topic: ESP32 16MB flash module identification on cover
- Replies: 4
- Views: 8829
Re: ESP32 16MB flash module identification on cover
Hello, where I can get the CHIPTEST script?
- Fri Jul 09, 2021 8:28 pm
- Forum: General Discussion
- Topic: ESP_SLEEP_WAKEUP_EXT0 with two or more GPIOs (PINs)
- Replies: 3
- Views: 2803
Re: ESP_SLEEP_WAKEUP_EXT0 with two or more GPIOs (PINs)
Hello ESP_Sprite and thanks for your prompt answer. I also thought of the EXT1, but the problem is that I need to work with static switches, and they can be in Low or High State each one, for a long time ie: Can be one minute, one hour, or until one month in the same position (low or HigH), and this...
- Fri Jul 09, 2021 3:28 am
- Forum: General Discussion
- Topic: ESP_SLEEP_WAKEUP_EXT0 with two or more GPIOs (PINs)
- Replies: 3
- Views: 2803
ESP_SLEEP_WAKEUP_EXT0 with two or more GPIOs (PINs)
Hello, Thank you first for the support you can give me. I need help developing a code with ESP32 that allows me to use two or more pins with the ESP_SLEEP_WAKEUP_EXT0 function, so far it works fine with one, but when trying to do it with another it no longer works. The initial code is attached that ...