j don
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by j don-
j don commented,
Still working on DSO and Data Logger capabilities.
-
j don created a post,
pokitMeter Windows App
Hi all, The Windows app is ready :) https://github.com/jdonj/BLE-pokitMeter-Windows-App cheers! jdon
-
j don created a post,
Filtering pokitMeter device by BLE address using OUI (Organizationally Unique Identifier)
I am developing a windows app for pokitmeter and I want to distinguish the pokitmeter from other BLE devices. This can be done by parsing OUI in the BLE address, some literature says it's the first...
-
j don commented,
Hi all, Please disregard this enquiry. The problem I'm having is because of a silly mistake in conversion. I was just converting the values to hex form instead of doing a byte conversion. The pro...
-
j don created a post,
GATT Transactions examples
Hi all, I am building a windows application for pokitmeter using Python, PyQT5 and bleak (by hbldh). What I've done so far: 1. Mock-up for the UI 2. Connect with the device and change the dev...