How long, approximately, does it take for for tje ESP32-C6 to wake from light vs deep sleep?
I realize it will depend on all kinds of things but in general under ordinary conditions are we talking microseconds, milliseconds, hundreds of milliseconds? How does it differ for light versus deep sleep?
Search found 10 matches
- Sun Apr 28, 2024 10:40 pm
- Forum: ESP-IDF
- Topic: TIme for ESP32-C6 to wake from light/deep sleep
- Replies: 0
- Views: 548
- Sun Mar 03, 2024 5:05 pm
- Forum: General Discussion
- Topic: which GPIO pin is connected to the physical knob on the side of the lilygo T-Watch S3?
- Replies: 1
- Views: 1952
which GPIO pin is connected to the physical knob on the side of the lilygo T-Watch S3?
On the LilyGo T-Watch S3 2020, which GPIO pin is connected to the physical knob on the side of the watch? I'm aware of the schematic https://github.com/Xinyuan-LilyGO/TTGO_TWatch_Library/blob/t-watch-s3/schematic/T_WATCH_S3.pdf but I can't find the knob in that schematic. I have also looked through ...
- Sat Jan 27, 2024 5:22 pm
- Forum: General Discussion
- Topic: Where to ask questions about lilygo t-watch development?
- Replies: 1
- Views: 906
Where to ask questions about lilygo t-watch development?
Does anyone know where is a good place to ask questions specific to the lilygo t-watch?
My question is: where can I find the code for the demo firmware that comes preloaded onto the watch?
My question is: where can I find the code for the demo firmware that comes preloaded onto the watch?
- Sun Aug 06, 2023 11:48 am
- Forum: ESP-IDF
- Topic: ESPNOW messages being dropped
- Replies: 1
- Views: 1356
ESPNOW messages being dropped
I have 13 ESP32-C3 devices in a room sending messages at a rate of up to 10 messages per device per second. All the devices are within wifi range of each other, and all the messages are sent as single-packet ESP-NOW transmissions. Each message is sent on the same wifi channel, and all messages are b...
- Sat May 13, 2023 2:06 am
- Forum: ESP-IDF
- Topic: Get a synchronized WIFI TSF when using ESP-NOW?
- Replies: 0
- Views: 841
Get a synchronized WIFI TSF when using ESP-NOW?
I'm using ESP-NOW for communication devices but I am also relying on the WIFI TSF to be synchronized across all my devices. What I'm seeing is that with ESP-NOW there is no need to connect to an access point, so the WIFI TSF is zero. Is there a way to get a synchronized WIFI TSF while using ESP-NOW?
- Wed May 03, 2023 10:34 am
- Forum: Hardware
- Topic: Can I access the low-level RF encoder/decoder on the ESP32-C3?
- Replies: 1
- Views: 1055
Can I access the low-level RF encoder/decoder on the ESP32-C3?
Can I get access to the low-level RF encoder/decoder on the ESP32-C3? I would like to send and receive my own signals using the 2.4 GHz antenna, outside of the bluetooth/wifi protocols. The reason I want to do this is for an ultra-low latency application in which I only need to send extremely simple...
- Wed May 03, 2023 10:27 am
- Forum: ESP-IDF
- Topic: ESP32-C3-DevKitC-02 ADC bias drifts a lot over time
- Replies: 2
- Views: 1906
Re: ESP32-C3-DevKitC-02 ADC bias drifts a lot over time
Very helpful -- thank you! I am now eliminating the bias drift in software and it seems to be working great.
- Wed Apr 19, 2023 3:03 pm
- Forum: ESP-IDF
- Topic: Give a list of wifi networks and passwords to try
- Replies: 1
- Views: 1194
Give a list of wifi networks and passwords to try
The building I live in has two wifi networks and I would like my esp32c3 to try connecting to both of them. Is it possible to provide multiple ssids and passwords to esp_wifi_set_config so that if any of the listed networks are available then my device will connect to that one?
- Tue Apr 18, 2023 12:12 pm
- Forum: ESP-IDF
- Topic: Multiple "main" targets in a single project
- Replies: 0
- Views: 745
Multiple "main" targets in a single project
I have a project that involves a few ESP32 chips running different software. I would like to set up an ESP-IDF project in which there is more than one "main" target that I can build. So I would like to be able to run ninja main_abc and ninja main_xyz or something like that in order to build differen...
- Sun Apr 16, 2023 6:07 pm
- Forum: ESP-IDF
- Topic: ESP32-C3-DevKitC-02 ADC bias drifts a lot over time
- Replies: 2
- Views: 1906
ESP32-C3-DevKitC-02 ADC bias drifts a lot over time
I am using the ADC continuous mode driver with ESP-IDF v5.1 on an ESP32-C3-DevKitC-02. I am reading from an adafruit MEMS analog microphone SPW2430 (https://www.adafruit.com/product/2716). During 10 seconds of data recording, I see significant drift in the "zero point" of the microphone. Here is 10 ...