Search found 29 matches

by JoeSensoric
Mon Sep 23, 2024 7:33 am
Forum: ESP-IDF
Topic: ESP32-C6 LP CORE
Replies: 5
Views: 45077

Re: ESP32-C6 LP CORE

I just checked if there is an API update and it is! Two weeks ago: feat(lp_adc): Added support to read LP ADC from the LP core This commit adds APIs to initialize and configure the LP ADC from the HP core and also adds APIs to read the raw and converted ADC values from the LP core. Source: https://g...
by JoeSensoric
Sun Aug 18, 2024 8:04 am
Forum: Hardware
Topic: ESP32-P4 this is insane
Replies: 7
Views: 2287

Re: ESP32-P4 this is insane

The ESP32-P4-Function-EV-Board is the first P4 board on the market. For me it's a "tryout anything" board. It includes so many interfaces, a microphone and even a physical on-off-switch. This board is for early tests to see what's possible with the enhanced performance and new modules inside the P4 ...
by JoeSensoric
Mon Aug 12, 2024 9:18 am
Forum: ESP-IDF
Topic: ESP32-C6 LP CORE
Replies: 5
Views: 45077

Re: ESP32-C6 LP CORE

Thank you both for your reply! ... In the end, I'm not sure it's worth the work compared to light sleeping the HP CPU. That's probably why Espressif didn't took the time to implement it, but if you do it, I would be very interested in power consumption benchmark (and the code if you might publish it...
by JoeSensoric
Fri Jun 21, 2024 6:47 am
Forum: Hardware
Topic: Can't get to first base - I am following the "Getting Started Guide"
Replies: 1
Views: 776

Re: Can't get to first base - I am following the "Getting Started Guide"

Just an idea: You have spaces in your path. I always avoid theses because in some scripts this leads to problems.
by JoeSensoric
Sun May 12, 2024 8:48 am
Forum: ESP-IDF
Topic: Unable to toggle esp32 c6 GPIO_NUM_4
Replies: 4
Views: 1212

Re: Unable to toggle esp32 c6 GPIO_NUM_4

In the datasheet GPIO4 and 5 (and others) are highlighted with reference to chapter "2.3.4 Restrictions for GPIOs and LP GPIOs". Both GPIOs are used for SPI and are "input enabled" at boot time and after. The non-highlighted GPIO or LP GPIO pins are recommended for use first. This should not interfe...
by JoeSensoric
Sun May 05, 2024 9:48 am
Forum: Documentation
Topic: Missing some ULP-RISCV API documentation
Replies: 0
Views: 5298

Missing some ULP-RISCV API documentation

In the documentation for ESP32-S2 and -S3 the API for ULP-RISCV GPIO and ADC is not documented: https://docs.espressif.com/projects/esp-idf/en/v5.2.1/esp32s3/api-reference/system/ulp-risc-v.html#api-reference There are working examples showing some API functions: https://github.com/espressif/esp-idf...
by JoeSensoric
Sun Mar 17, 2024 11:10 am
Forum: ESP-IDF
Topic: ESP32-S2 ULP Adding values into an array within a loop
Replies: 7
Views: 1756

Re: ESP32-S2 ULP

By which value do you increment the sample_counter? I think you need to increment it by 4. The third argument of the ST command is a number of bytes, not words.
See https://docs.espressif.com/projects/esp ... addressing
by JoeSensoric
Mon Mar 11, 2024 10:51 am
Forum: Hardware
Topic: Truly ultra low power EPS32 module?
Replies: 3
Views: 5228

Re: Truly ultra low power EPS32 module?

I have several ESP32-based battery-driven sensors working. In the ESP32-world the board is the main factor. Like NickAllen wrote, the DFRobot boards and some Lolin boards are good for that, I use the Lolin D32 (not "Pro") board. A new DFRobot board with the ESP32-C6 looks good: https://wiki.dfrobot....
by JoeSensoric
Mon Mar 11, 2024 10:27 am
Forum: Hardware
Topic: Wemos D1: Unable to use RX/TX pins (for hardware serial)
Replies: 2
Views: 2451

Re: Wemos D1: Unable to use RX/TX pins (for hardware serial)

How do you connect serial to the PC?
Have you connected RX to TX in both directions?
by JoeSensoric
Mon Feb 26, 2024 9:41 pm
Forum: ESP-IDF
Topic: Unable to toggle esp32 c6 GPIO_NUM_4
Replies: 4
Views: 1212

Re: Unable to toggle esp32 c6 GPIO_NUM_4

Which board are you using? Do you have a schematic?
Perhaps there is something connected to GPIO4 onboard.