This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Getting started with ble-driver-py emulating a device

Hi all,

I am trying to emulate a device with ble-driver-py. What I am looking is to have a device advertise, provide few services with respective characteristics (read, read/write notify), ideally also a custom service with custom characteristics provided.

The main idea here is having a sort of device simulator that is console / CI friendly. I have gone trough provided examples (advertise.py does advertise but does not provide any services/ characteristics and heart_rate_collector.py is central not peripheral), but have not found anything relevant.

Going trough code I've identified classes

BLECharProperties
BLECharacteristic
BLEService

and functions

ble_gatts_service_add
ble_gatts_characteristic_add
as relevant/interesting.
I would like to run it on nRF52840 DK, platform is Mac / OSX (had to recompile driver as Python paths provided in pip ble-driver were different from my system). I've already run and tested advertisement.py
Any hints/resources/documentation/examples as that would speed me up and help quite a bit.
Any idea where I can find such examples?
Best,
Bogdan
Parents Reply Children
No Data
Related