Search found 3 matches
- Wed Aug 16, 2023 6:42 pm
- Forum: ESP32 Arduino
- Topic: Turning on LED immediately after Deep Sleep w/ ESP32-C3
- Replies: 0
- Views: 1319
Turning on LED immediately after Deep Sleep w/ ESP32-C3
I have a slight problem in my code such that my LED does not illuminate immediately after deep sleep. The wakeup reason is GPIO go low so that when a button is depressed, the esp will wake up. That same button is also supposed to turn the LED on which is why I have implemented a counter so that it c...
- Thu Aug 03, 2023 2:40 pm
- Forum: ESP32 Arduino
- Topic: Interrupt pin not working w/ ESP32-C3-MINI-1
- Replies: 0
- Views: 1435
Interrupt pin not working w/ ESP32-C3-MINI-1
Hello guys! I am trying to implement code for a EXT0 and/or EXT1 wake-up strategy for the ESP32-C3-MINI-1. I am using the Wokwi simulator to test since I have not yet received the Dev kit. However, I am unable to even get the board to wake-up from EXT0 strategy let alone EXT1. I am not sure what is ...
- Thu Jul 13, 2023 8:47 pm
- Forum: Hardware
- Topic: Using a chip antenna instead of onboard antenna on esp32-c3-mini-1/1u
- Replies: 1
- Views: 2012
Using a chip antenna instead of onboard antenna on esp32-c3-mini-1/1u
Hi, I would like to use a ceramic chip antenna for ble/wifi purposes instead of the onboard external antenna or Trace antenna. I did some research and found that I need to disable the on-board antenna / configure the settings via software (in my case Arduino IDE). What should I do to accomplish this...