You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be possible to implement an API that uses the nRF24L01 as a fake BLE transceiver.
In the pyRF24 project, I did this using pure python wrapped around the native C++ binding. But it would be nice/easier to have a native offering here.
Caution
This BLE API would only apply to the nRF24L01 radio. If/when I ever get around to adding ESB support for the nRF5x chips, the BLE implementation for those chips will not be wrapped by this lib's Fake BLE API. This is because there's a limited subset of BLE functionality that the nRF24L01 can support.
The text was updated successfully, but these errors were encountered:
2bndy5
changed the title
Fake BLE for nrf24L01
Fake BLE for nRF24L01
Oct 27, 2024
It should be possible to implement an API that uses the nRF24L01 as a fake BLE transceiver.
In the pyRF24 project, I did this using pure python wrapped around the native C++ binding. But it would be nice/easier to have a native offering here.
Caution
This BLE API would only apply to the nRF24L01 radio. If/when I ever get around to adding ESB support for the nRF5x chips, the BLE implementation for those chips will not be wrapped by this lib's Fake BLE API. This is because there's a limited subset of BLE functionality that the nRF24L01 can support.
The text was updated successfully, but these errors were encountered: