Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fake BLE for nRF24L01 #4

Open
2bndy5 opened this issue Oct 27, 2024 · 0 comments
Open

Fake BLE for nRF24L01 #4

2bndy5 opened this issue Oct 27, 2024 · 0 comments

Comments

@2bndy5
Copy link
Member

2bndy5 commented 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.

@2bndy5 2bndy5 changed the title Fake BLE for nrf24L01 Fake BLE for nRF24L01 Oct 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant