Search found 3 matches

by chjchoi
Tue Jun 11, 2024 1:23 am
Forum: General Discussion
Topic: [ESP32S3: ESP-IDF 5.2.2 ] WiFi and CSI camera captureing problem
Replies: 0
Views: 525

[ESP32S3: ESP-IDF 5.2.2 ] WiFi and CSI camera captureing problem

I'm on developing a system as below Environment: ESP32S3, ESP-IDF 5.2.2 and ESP-ADF Master, Visual studio Code My system gets images from TOF camera MIPI Images => a MIPI CSI to Parallel output chip => ESP32S3 First I used camera_fb_t *pic2 = esp_camera_fb_get(); the function of esp32-camera-master...
by chjchoi
Tue Dec 05, 2023 11:12 pm
Forum: ESP-IDF
Topic: How to set Serial Port speed at the Hello_World example of ESP-IDF
Replies: 1
Views: 2288

Re: How to set Serial Port speed at the Hello_World example of ESP-IDF

I'm using TTGO ESP32 LoRa and
I have found the initial message from <ESP-IDF Monitor Device> Click that detected CONFIG_XTAL is 26MHz but set as 40MHz.
So I have changed the Main XTAL frequency to 26MHz then Monitor shows the correct fonts.
Image
by chjchoi
Tue Dec 05, 2023 8:29 am
Forum: ESP-IDF
Topic: How to set Serial Port speed at the Hello_World example of ESP-IDF
Replies: 1
Views: 2288

How to set Serial Port speed at the Hello_World example of ESP-IDF

I am a newbie to ESP-IDF.
In the Arduino environment, the serial port speed can be determined in the setup function.
In the ESP-IDF environment, the Hello_world example uses printf() function directly. Is it possible to change the speed in hello_world_main.c?