Search found 3 matches

by abelli
Fri May 17, 2024 6:59 am
Forum: ESP-IDF
Topic: Is ESP32-S3 compatible with the NORdic's ESB protocol?
Replies: 4
Views: 1148

Re: Is ESP32-S3 compatible with the NORdic's ESB protocol?

ESP_Sprite wrote:
Sun May 12, 2024 3:28 am
The radio is not compatible with that protocol. If you want to implement it, you'd have to connect a device/radio that can speak ESB to the ESP32S3.
thanks,I see what you mean
by abelli
Sat May 11, 2024 6:45 am
Forum: ESP-IDF
Topic: Is ESP32-S3 compatible with the NORdic's ESB protocol?
Replies: 4
Views: 1148

Is ESP32-S3 compatible with the NORdic's ESB protocol?

I am currently using ESP32-S3, the development environment is release/V5.3; I now need to use it to connect to Nordic's ESB protocol functionality, how should I implement it, I need your help, thank you!
by abelli
Sat May 11, 2024 6:25 am
Forum: General Discussion
Topic: Can the Bluetooth radio be used to TX/RX raw non-BT radio packets (as nRF24 replacement)?
Replies: 4
Views: 10239

Re: Can the Bluetooth radio be used to TX/RX raw non-BT radio packets (as nRF24 replacement)?

May I ask, did you finally realize your docking with the NRF ESB protocol on the esp32? I am trying to do this, but I do not know what plan should be adopted to complete it, I need your help