IanHarvey / bluepy

Python interface to Bluetooth LE on Linux
Other
1.6k stars 490 forks source link

Change data payload size of irtemperature service on SensorTag #340

Open mmaziesf opened 5 years ago

mmaziesf commented 5 years ago

I am wondering if it is possible to change the default payload size of 4 bytes for IR temperature service on sensortag. I changed the data size in the service profile on the Sensortag but it seems I can't get the full package in temperature read method in sensortag.py. Any idea? I appreciate your guidelines in advance. P.S. I want to increase data payload from 4 byte to 12 bytes.