Search found 82 matches

by ESP_Me-no-dev
Wed Feb 26, 2025 12:51 pm
Forum: Hardware
Topic: Cannot suppress booting message ESP32-S3
Replies: 6
Views: 2873

Re: Cannot suppress booting message ESP32-S3

You need to look into the ESP32-S3 TRM on section 8.3 ROM Messages Printing Control
https://www.espressif.com/sites/default ... f#bootctrl
some eFuses need to be set for print to be disabled
by ESP_Me-no-dev
Tue Jan 28, 2025 9:51 am
Forum: IDEs for ESP-IDF
Topic: Making an ESP32 use an external 32KHz clock for the RTC
Replies: 1
Views: 4795

Re: Making an ESP32 use an external 32KHz clock for the RTC

You can not use the 32K crystal through Arduino IDE, because it requires configuring the RTC clock source, which is done through ESP-IDF's `idf.py menuconfig`. Documentation here: https://docs.espressif.com/projects/esp-idf/en/release-v5.3/esp32c3/api-reference/system/system_time.html

One option is ...
by ESP_Me-no-dev
Fri Nov 01, 2024 7:11 am
Forum: ESP32 Arduino
Topic: The CameraWebServer routine of Arduino does not support ESP32S3-R8 to obtain high-resolution image quality of OV5604 cam
Replies: 7
Views: 3334

Re: The CameraWebServer routine of Arduino does not support ESP32S3-R8 to obtain high-resolution image quality of OV5604

I happened to have the same board as you and uploaded the Camera Web Server example from Arduino. Everything went fine and camera started normally with OPI PSRAM and all. I see that you are doing something with IOs 21 and 34 that is not part of that sketch. Can you try to upload the Camera Web ...
by ESP_Me-no-dev
Thu Oct 31, 2024 10:44 am
Forum: ESP32 Arduino
Topic: The CameraWebServer routine of Arduino does not support ESP32S3-R8 to obtain high-resolution image quality of OV5604 cam
Replies: 7
Views: 3334

Re: The CameraWebServer routine of Arduino does not support ESP32S3-R8 to obtain high-resolution image quality of OV5604

Please enable core debug level to verbose and submit the serial output again. Decoding the backtrace could be very helpful too. Example is working fine on my end with OPI PSRAM
by ESP_Me-no-dev
Thu Oct 31, 2024 10:40 am
Forum: ESP32 Arduino
Topic: How to specify the I2S port number with ESP Arduino core 3.x.x API?
Replies: 3
Views: 2196

Re: How to specify the I2S port number with ESP Arduino core 3.x.x API?

It automatically allocates an available port. No need to specify
by ESP_Me-no-dev
Tue Aug 08, 2023 8:29 am
Forum: ESP-IDF
Topic: Issue with converting Arduino Project into ESP-IDF
Replies: 1
Views: 2499

Re: Issue with converting Arduino Project into ESP-IDF

Currently the ESP-IDF v5.1 support is in branch "esp-idf-v5.1-libs" and will soon be merged into master. You can try with that branch.
by ESP_Me-no-dev
Fri May 13, 2022 11:00 am
Forum: ESP32 Arduino
Topic: How to use PSRAM as part of main memory
Replies: 1
Views: 3090

Re: How to use PSRAM as part of main memory

Please post a question on Arduino-esp32's github repository and fill all required information.
by ESP_Me-no-dev
Tue Sep 14, 2021 12:19 pm
Forum: ESP32 Arduino
Topic: Arduino WDT Issue in WiFi STA mode: Unable to reboot 10% of the time
Replies: 1
Views: 4450

Re: Arduino WDT Issue in WiFi STA mode: Unable to reboot 10% of the time

Hi @mikelisfbay :) You have an issue with your code. to better understand what is going on, please use the exception decoder to decode the backtrace: https://github.com/me-no-dev/EspExceptionDecoder
by ESP_Me-no-dev
Thu Sep 02, 2021 11:45 am
Forum: ESP-WHO
Topic: Pictures with green/blue tint after restart?
Replies: 1
Views: 49272

Re: Pictures with green/blue tint after restart?

Could you please file an issue report in the repository? https://github.com/espressif/esp32-camera/issues
by ESP_Me-no-dev
Tue Sep 29, 2020 3:57 pm
Forum: ESP-WHO
Topic: FORMAT_RGB565 and FORMAT_RGB888 DO NOT WORK!!!
Replies: 9
Views: 70696

Re: FORMAT_RGB565 and FORMAT_RGB888 DO NOT WORK!!!

frame2bmp outputs Microsotft Bitmap, not RGB888. It just so happened that the BMP file contains actually RGB888 after the header :)

Go to advanced search