Hello Can I get access to the low-level RF encoder/ decoder on the ESP32- C3? I would like to transfer and receive my own signals applying the 2.4 GHz antenna, outside of the Bluetooth/ wifi protocols. The reason I need to ...Read more
Hello
Can I get access to the low-level RF encoder/ decoder on the ESP32- C3? I would like to transfer and receive my own signals applying the 2.4 GHz antenna, outside of the Bluetooth/ wifi protocols. The reason I need to do this is for an ultra-low latency application in which I simply want to send extremely simple information (a single yes/ no) and there’s just one transmitter and one receiver in the location where my product will be deployed.
Thank You
Read less
Hello, Yes, the ESP32-C3 microcontroller provides access to the low-level RF encoder/decoder functionality for custom transmission and reception on the 2.4 GHz frequency. The ESP32-C3 is equipped with a Wi-Fi/Bluetooth subsystem, but it also supports other communication modes, such as RF communicatiRead more
Hello,
Yes, the ESP32-C3 microcontroller provides access to the low-level RF encoder/decoder functionality for custom transmission and reception on the 2.4 GHz frequency. The ESP32-C3 is equipped with a Wi-Fi/Bluetooth subsystem, but it also supports other communication modes, such as RF communication using the RF module.
To use the RF module for your application, you would typically need to bypass the higher-level protocols like Wi-Fi and Bluetooth and directly control the RF interface. The ESP32-C3 provides a general-purpose radio (RF) peripheral that can be used for this purpose.
Thank You
See less