Search found 2 matches

by Schuwi
Fri Jun 05, 2026 8:43 am
Forum: Hardware
Topic: Non-standart WiFi freuencies on ESP32-S3
Replies: 1
Views: 82

Re: Non-standart WiFi freuencies on ESP32-S3

It is definitely possible to send and receive on a custom frequency (don't know about bandwidth). But not in a clean, fully supported way as far as I am aware.

There is a low-level function available in the WiFi stack that let's you configure the PHY frequency for TX/RX directly. You can link to it ...
by Schuwi
Wed Jun 03, 2026 7:53 pm
Forum: Hardware
Topic: ESP32-S3 BB_DIAG_IDX signal
Replies: 0
Views: 33

ESP32-S3 BB_DIAG_IDX signal

Hi there,

I am trying to find a predictable-latency indicator for the RX time of a WiFi packet on the ESP32-S3 as part of my bachelor thesis.

I have stumbled upon the `BB_DIAG0_IDX` through `BB_DIAG18_IDX` signals in `components/soc/esp32s3/include/soc/gpio_sig_map.h` and some experiments did ...

Go to advanced search