Page 1 of 1
Is ESP32-S3 compatible with the NORdic's ESB protocol?
Posted: Sat May 11, 2024 6:45 am
by abelli
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!
Re: Is ESP32-S3 compatible with the NORdic's ESB protocol?
Posted: Sun May 12, 2024 3:28 am
by ESP_Sprite
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.
Re: Is ESP32-S3 compatible with the NORdic's ESB protocol?
Posted: Fri May 17, 2024 6:59 am
by abelli
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
Re: Is ESP32-S3 compatible with the NORdic's ESB protocol?
Posted: Fri May 17, 2024 3:50 pm
by cruvus
https://github.com/espressif/esp-idf/issues/13448
The BLE hardware should be compatible. But Espressif is unwilling.
Re: Is ESP32-S3 compatible with the NORdic's ESB protocol?
Posted: Sat May 18, 2024 1:22 am
by ESP_Sprite
cruvus wrote: ↑Fri May 17, 2024 3:50 pm
The BLE hardware should be compatible.
Where did you get that info from?