decoder web app for Sensor Logger #696
Replies: 4 comments 2 replies
-
|
were you able to scan BLE advertisements with the app or just decode ? |
Beta Was this translation helpful? Give feedback.
-
|
this is strictly a file-based decoder In Sensor Logger, select Bluetooth devices, record, export log as JSON (sample files under sensorlogs/* were produced this way) WebBLE: I tried in the past and browser support was disappointing - so did not even try here It might work with Chrome though by now, maybe worth an attempt |
Beta Was this translation helpful? Give feedback.
-
|
WebUSB support is a bit better than WebBLE so a dongle-based approach might work better the nRF sniffer might be a start, and there are several related projects including an open source sniffer rewrite not elegant but possibly larger footprint |
Beta Was this translation helpful? Give feedback.
-
|
@1technophile can you point me to an OMG setup which you had in mind? I'd want to try the dongle approach |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
the Sensor Logger app can record BLE advertisements but has a limited set of decoders
I had CC build a web app based on the WASM module just published -- all in-browser, no backend required
branch: https://github.com/mhaberler/decoder/tree/sensorlogger-decoder-webapp
example logfiles from iOS and Android to test yourself are here
Beta Was this translation helpful? Give feedback.
All reactions