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

ninafw: implement BLE Peripheral support #227

Merged
merged 3 commits into from
Jan 16, 2024
Merged

ninafw: implement BLE Peripheral support #227

merged 3 commits into from
Jan 16, 2024

Conversation

deadprogram
Copy link
Member

This PR adds BLE Peripheral support to the nina-fw implementation.

For example, this now works:

$ tinygo flash -size short -target nano-rp2040 -monitor ./examples/heartrate                                                                      
   code    data     bss |   flash     ram                                                                                                         
  50372    1000    3408 |   51372    4408                                
Connected to /dev/ttyACM0. Press Ctrl-C to exit.                         
tick 00:01.301                                                           
tick 00:02.101
tick 00:02.850
tick 00:03.565
...

Note that this requires the latest TinyGo dev branch for the correct board definitions.

@bgould bgould merged commit dc7d1b4 into dev Jan 16, 2024
5 checks passed
@bgould bgould deleted the ninafw-peripheral branch January 16, 2024 03:57
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

Successfully merging this pull request may close these issues.

2 participants