Skip to content

issues Search Results · repo:adafruit/Adafruit_CircuitPython_BLE_BroadcastNet language:Python

Filter by

12 results
 (111 ms)

12 results

inadafruit/Adafruit_CircuitPython_BLE_BroadcastNet (press backspace or delete to remove)

Newly merged pull request to adafruit_ble (https://github.com/adafruit/Adafruit_CircuitPython_BLE/pull/154) exposes MANUFACTURING_DATA_ADT and ADAFRUIT_COMPANY_ID, so they are no longer needed to be defined ...
  • tekktrik
  • Opened 
    on Feb 1, 2022
  • #25

There are missing type annotations for some functions in this library. The typing module does not exist on CircuitPython devices so the import needs to be wrapped in try/except to catch the error for ...
documentation
good first issue
  • FoamyGuy
  • 1
  • Opened 
    on Sep 27, 2021
  • #21

When running the scan example on a nRF52 chip, the scan fails to match the BroadcastNet advertisement. Running on Blinka with the PyPi version works as expected. BroadcastNet generates the match prefix: ...
  • ryang14
  • Opened 
    on Apr 19, 2021
  • #20

OrderedDict.move_to_end() is used during .broadcast() but this method of OrderedDIct is not implemented in CircuitPython. code.py output: This is BroadcastNet Feather Sense sensor: e1ea5705e4b6 Traceback ...
  • aww
  • 1
  • Opened 
    on Jan 25, 2021
  • #18

This might be related to #11 but I can t say for sure - the symptoms don t totally overlap. The gist is, ble.start_scan(adafruit_ble_broadcastnet.AdafruitSensorMeasurement) will never return any advertisements ...
  • alexwhittemore
  • 3
  • Opened 
    on Dec 23, 2020
  • #15

(Backstory: I m mostly developing on a RasPi 4 or a Bluefruit Sense, but I m also trying to do comparisons against code running on Mac, as here) Merely trying to import broadcastnet fails on the macOS ...
  • alexwhittemore
  • 2
  • Opened 
    on Dec 14, 2020
  • #14

As identified in the example code for CPB, the library would be better with sound_level support: https://github.com/adafruit/Adafruit_CircuitPython_BLE_BroadcastNet/blob/master/examples/ble_broadcastnet_cpb.py ...
enhancement
  • dglaude
  • 6
  • Opened 
    on Jul 15, 2020
  • #13

From the guide by John Park at https://learn.adafruit.com/bluetooth-le-broadcastnet-sensor-node-raspberry-pi-wifi-bridge/overview ...... Following through the guide and executing on an upto date Pi OS ...
bug
  • wildestpixel
  • 13
  • Opened 
    on Jun 24, 2020
  • #11

The broadcast function in adafruit_ble_broadcastnet takes a broadcast_time argument with a default of 0.1 (100ms). The documentation is currently: Broadcasts the given measurement for the given broadcast ...
documentation
  • kevinjwalters
  • 1
  • Opened 
    on Jun 5, 2020
  • #9

The constructor for AdafruitSensorMeasurement conditionally sets sequence_number based on testing the variable, 0 will evaluate to False causing no setting of the sequence_number. https://github.com/adafruit/Adafruit_CircuitPython_BLE_BroadcastNet/blob/81aee22c68e1c5ea3ae35e70b50a4f3ae0419d49/adafruit_ble_broadcastnet.py#L156-L157 ...
bug
  • kevinjwalters
  • 1
  • Opened 
    on May 27, 2020
  • #8
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub