Search found 2 matches

by mathir
Tue Apr 30, 2024 1:32 pm
Forum: ESP-IDF
Topic: Proprietary radio protocol
Replies: 3
Views: 650

Re: Proprietary radio protocol

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...
by mathir
Mon Apr 29, 2024 1:53 pm
Forum: ESP-IDF
Topic: Proprietary radio protocol
Replies: 3
Views: 650

Proprietary radio protocol

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 you...