Proprietary radio protocol

mathir
Posts: 2
Joined: Mon Apr 29, 2024 1:46 pm

Proprietary radio protocol

Postby mathir » Mon Apr 29, 2024 1:53 pm

Hello,
There is a lack of documentation and libraries to support the radio peripheral. Is it the manufacturer's intention that the radio chip should not be used for proprietary protocols? Is it possible to find somewhere low-level libraries for handling the radio chip, on which you can implement your own solutions?

Many thanks!

ESP_Sprite
Posts: 9729
Joined: Thu Nov 26, 2015 4:08 am

Re: Proprietary radio protocol

Postby ESP_Sprite » Tue Apr 30, 2024 1:16 am

The radio hardware is proprietary and not documented, you're supposed to use the WiFi and low-level BLE drivers as your entry point. This indeed means other protocols cannot be supported, but given that a lot of the lower-level framing and encoding is done in hardware, I don't think you'd have much luck even if the radio hardware was fully documented.

mathir
Posts: 2
Joined: Mon Apr 29, 2024 1:46 pm

Re: Proprietary radio protocol

Postby mathir » Tue Apr 30, 2024 1:32 pm

ESP_Sprite wrote:
Tue Apr 30, 2024 1:16 am
The radio hardware is proprietary and not documented, you're supposed to use the WiFi and low-level BLE drivers as your entry point. This indeed means other protocols cannot be supported, but given that a lot of the lower-level framing and encoding is done in hardware, I don't think you'd have much luck even if the radio hardware was fully documented.
Thank, you.

May I ask what is the reason for the lack of such documentation?

ESP_Sprite
Posts: 9729
Joined: Thu Nov 26, 2015 4:08 am

Re: Proprietary radio protocol

Postby ESP_Sprite » Wed May 01, 2024 2:28 am

There's a bunch, ranging from potential issues with regulatory bodies if we give everyone the option to hack the radio and potentially output non-compliant RF, to us not wanting to make it too easy for competitors to copy our hardware.

Who is online

Users browsing this forum: No registered users and 76 guests