B-AROL-O / ble-testsuite

Automated test suite for Bluetooth Low Energy devices
https://ble-testsuite.netlify.app
MIT License
1 stars 1 forks source link

[FEAT]: ble-testsuite: List firmware versions of all NS2 nodes in proximity #18

Open gmacario opened 1 year ago

gmacario commented 1 year ago

Sample code (to be executed inside ble-scanner container)

docker exec -it ble-scanner /bin/bash
bluetoothctl devices | grep 'NS2-'
gmacario commented 7 months ago

Alternatively we could create a simple HTML page which uses Web BLE to scan for devices which provide a given service (the one containing the VERSION characteristic), then once connected display the VERSION characteristic alongside other relevant ones which are contained inside the same service.

As an example please have a look at https://ruisantosdotme.github.io/esp32-web-ble/