Search found 4 matches

by romanlh
Fri Dec 19, 2025 8:32 pm
Forum: Showcase
Topic: Parallel IO: ESP32-C5 image streaming with DVP Cameras (ESP32-C5-CAM)
Replies: 10
Views: 17348

Re: ESP32-C5 image streaming with a DVP camera.

Does anyone know the correct way to calculate PCLK frequency and FPS from the OV5640 configuration parameters?

I am trying to verify whether the VCO, SYSCLK, and PCLK frequencies are within valid ranges when using a 24 MHz XCLK.

I am implementing a calculator:
https://romanlut.github.io/hx-esp32 ...
by romanlh
Sat Dec 06, 2025 1:28 am
Forum: Showcase
Topic: Parallel IO: ESP32-C5 image streaming with DVP Cameras (ESP32-C5-CAM)
Replies: 10
Views: 17348

Re: ESP32-C5 image streaming with a DVP camera.

Thanks for providing the camera example.

Just as an additional note: there appears to be a bug in the SDK related to the sampling edge.

In the camera example, config->pclk_sample_edge is never initialized, so it effectively defaults to PARLIO_SAMPLE_EDGE_NEG (0). As a result, parlio_rx_soft ...
by romanlh
Mon Jan 24, 2022 7:55 pm
Forum: Hardware
Topic: long range mode modulation
Replies: 0
Views: 2460

long range mode modulation

I connected simple power metter to ESP32 devkit and found that peak level in Long Range mode is twice smaller then in 802.11b mode.
Why? Does LR mode use multiple subcarriers and thus have to lower peak level? Any details on LR mode modulation?

Sensor: http://www.herbert-dingfelder.de/?page_id=68 ...
by romanlh
Sat Nov 06, 2021 8:33 pm
Forum: ESP-IDF
Topic: ESP32 LR mode default PHY rate for ESP-now packets
Replies: 0
Views: 1723

ESP32 LR mode default PHY rate for ESP-now packets

I am sending ESP-NOW packets between two ESP32 boards.
I also setup promiscuous callback to see RSSI. In wifi_promiscuous_pkt_t ppkt->rx_ctrl.rate I can see PHY rate of each packet.

I am not calling esp_wifi_internal_set_fix_rate().
In normal mode, I see ppkt->rx_ctrl.rate = 0 which I suppose is ...

Go to advanced search