kasparsd / sensor-pilot

Progressive web app for connecting to Bluetooth Low Energy sensors via Web Bluetooth API
https://kasparsd.github.io/sensor-pilot/
52 stars 13 forks source link

Add support for Aranet firmware v1.2.0 #38

Open kasparsd opened 2 years ago

kasparsd commented 2 years ago

In Aranet4 FW >= v1.2.0 the advertised service UUID and the service UUID containing Aranet4 measurements has been changed:

Advertised service uses Bluetooth assigned 16bit UUID = 0xFCE0. For Bluetooth assigned UUIDs base is 0000xxxx-0000-1000-8000-00805F9B34FB. So 16bit UUID 0xFCE0 in 128bit format looks like 0000FCE0-0000-1000-8000-00805F9B34FB. Service also uses 16bit UUID = 0xFCE0 (0000FCE0-0000-1000-8000-00805F9B34FB). All custom Characteristics use the same previously used custom 128bit UUIDs f0cdXXXX-95da-4f4b-9ac8-aa55d312af0c.

ernestsd commented 1 year ago

@kasparsd do you plan to refresh your PWA listed on the first page of this project https://kasparsd.github.io/sensor-pilot/ to make it operational again?