-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Version of chipolo ? #8
Comments
Similar problem here. I was wondering if it's my setup or if something changed in the Chipolo's. I also changed SERVICE_UUID to fe33 to get any response. pi@lab:~/src/beacon $ MAC=d9:00:00:01:d8:06; for uuid in |
pi@lab: |
I get a similar response: |
I bought some new chipolos and try your library but i can't get it to work. Maybe they changed there API ?
Discover.:
{"id":"d8010005dd54","address":"d8:01:00:05:dd:54","addressType":"random","connectable":true,"advertisement":{"serviceData":[{"uuid":"fe33","data":{"type":"Buffer","data":[1,1,1,0,216,1,0,5,221,84]}}],"serviceUuids":["fe65","fe33"],"solicitationServiceUuids":[],"serviceSolicitationUuids":[]},"rssi":-49,"state":"disconnected"}
I change the SERVICE_UUID to fe33 !? And try discoverServicesAndCharacteristics.:
{"uuid":"2a00","name":"Device Name","type":"org.bluetooth.characteristic.gap.device_name","properties":["read"]},{"uuid":"2a01","name":"Appearance","type":"org.bluetooth.characteristic.gap.appearance","properties":["read"]},{"uuid":"2a02","name":"Peripheral Privacy Flag","type":"org.bluetooth.characteristic.gap.peripheral_privacy_flag","properties":["read","write"]},{"uuid":"2a04","name":"Peripheral Preferred Connection Parameters","type":"org.bluetooth.characteristic.gap.peripheral_preferred_connection_parameters","properties":["read"]},{"uuid":"2a05","name":"Service Changed","type":"org.bluetooth.characteristic.gatt.service_changed","properties":["indicate"]},{"uuid":"fff0","name":null,"type":null,"properties":["read","write","notify"]},{"uuid":"ffe0","name":null,"type":null,"properties":["read","write"]},{"uuid":"ffe1","name":null,"type":null,"properties":["read","write","notify"]},{"uuid":"ff00","name":null,"type":null,"properties":["read","write"]},{"uuid":"ff10","name":null,"type":null,"properties":["write","notify"]},{"uuid":"ff20","name":null,"type":null,"properties":["write","notify"]}
The UUIDs fff0 - fff8 no longer exists !? so i try the new one ff00 but without success.
Maybe you have an idea how to solve the problem ?
The text was updated successfully, but these errors were encountered: