Search found 200 matches

by liaifat85
Mon Apr 15, 2024 3:46 pm
Forum: General Discussion
Topic: A USB DFU support in ESP32S3 using Zephyr
Replies: 1
Views: 599

Re: A USB DFU support in ESP32S3 using Zephyr

You think you need to consult the Zephyr documentation: https://docs.zephyrproject.org/latest/index.html
by liaifat85
Sun Apr 14, 2024 3:04 pm
Forum: ESP32 Arduino
Topic: PWM output pin on reset
Replies: 5
Views: 1239

Re: PWM output pin on reset

How long is the time? It is more than a few seconds?
by liaifat85
Sun Apr 14, 2024 3:02 pm
Forum: General Discussion
Topic: Arduino esp32 support
Replies: 14
Views: 3981

Re: Arduino esp32 support

by liaifat85
Fri Apr 12, 2024 6:37 pm
Forum: ESP-IDF
Topic: ESP_LOGI / printf issue on ESP8684-DevKitM-1 not on ESP32-WROOM
Replies: 3
Views: 592

Re: ESP_LOGI / printf issue on ESP8684-DevKitM-1 not on ESP32-WROOM

Is the baud rate in the code set to 115200?
by liaifat85
Mon Apr 08, 2024 7:57 am
Forum: General Discussion
Topic: Multiple displays Oled with u8g2 Library
Replies: 3
Views: 1716

Re: Multiple displays Oled with u8g2 Library

Here is a thread on this error message. You can check this out: https://esp32.com/viewtopic.php?t=10995
by liaifat85
Mon Apr 08, 2024 7:46 am
Forum: General Discussion
Topic: ESP32-C3 wakeup and interrupt
Replies: 2
Views: 1702

Re: ESP32-C3 wakeup and interrupt

Before entering sleep mode, configure the pin for wakeup using gpio_wakeup_enable() and enable GPIO wakeup using esp_sleep_enable_gpio_wakeup(). This prepares the microcontroller to wake up when a specific event occurs on the configured pin.