Create ble_midi_simple_scanner.py#16
Merged
Merged
Conversation
This program is a BLE scanner to connect and pair with the BLE advertiser in ble_midi_simple.py. It receives and prints timestamps for all MIDI packets received once it has connected and paired with another device.
tannewt
requested changes
Aug 28, 2025
tannewt
left a comment
Member
There was a problem hiding this comment.
Please remove the advertising bits.
Remove the unnecessary BLE advertising in the BLE scanner. Co-authored-by: Scott Shawcroft <scott@tannewt.org>
FoamyGuy
approved these changes
Oct 2, 2025
FoamyGuy
left a comment
Contributor
There was a problem hiding this comment.
Looks good to me, thank you!
I updated the copyright to correct the year and username.
adafruit-adabot
pushed a commit
to adafruit/Adafruit_CircuitPython_Bundle
that referenced
this pull request
Oct 3, 2025
Updating https://github.com/adafruit/Adafruit_CircuitPython_BNO08X to 1.3.0 from 1.2.10: > Merge pull request adafruit/Adafruit_CircuitPython_BNO08x#58 from RenMurakami/main Updating https://github.com/adafruit/Adafruit_CircuitPython_CST8XX to 1.1.0 from 1.0.5: > Merge pull request adafruit/Adafruit_CircuitPython_CST8XX#1 from arturo182/patch-1 Updating https://github.com/adafruit/Adafruit_CircuitPython_RGB_Display to 3.14.2 from 3.14.1: > Merge pull request adafruit/Adafruit_CircuitPython_RGB_Display#134 from adafruit/tannewt-patch-1 Updating https://github.com/adafruit/Adafruit_CircuitPython_BLE_MIDI to 1.0.21 from 1.0.20: > Merge pull request adafruit/Adafruit_CircuitPython_BLE_MIDI#16 from spridget/patch-3 Updating https://github.com/adafruit/Adafruit_CircuitPython_Register to 1.11.0 from 1.10.4: > Merge pull request adafruit/Adafruit_CircuitPython_Register#59 from FoamyGuy/accessor_layer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This program is a BLE scanner to connect and pair with the BLE advertiser in ble_midi_simple.py. It receives and prints timestamps for all MIDI packets received once it has connected and paired with another device.