Replies: 2 comments 2 replies
-
Hi @yasnim24. I believe that @andrewleech, who made that MR, has said he is not using NRF so much these days (ref #16088 (comment)). So if you have the opportunity to contribute to updating that MR (probably create a new branch/MR) and drive it to completion, that would be fantastic. |
Beta Was this translation helpful? Give feedback.
1 reply
-
@yasnim24 also, is your "bluetooth" module code available anywhere? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
i've implemented a bluetooth module for the nRF port.
As I have now discovered there is already a pull request #8318
"nrf/bluetooth: Add support for nimble based ubluetooth."
I don't want to compete with that but if the community is interested I could pull that implementation.
Background
I already has developed an application based on aioble and therefore the bluetooth module. This application was running on the Unix port successfully. Now I wanted to run that application on the "Arduino nano 33 BLE" board.
Soon I realized that the nRF port has an ubluepy but no bluetooth module.
Therefore I decided to implement an bluetooth module which I could use for the "Arduino nano 33 BLE" board.
Implemented features
The following features are implemented and rudimentary tested with the "Arduino nano 33 BLE" board:
The following features are potentially implemented but not tested:
Beta Was this translation helpful? Give feedback.
All reactions