Hello everybody!
How can i read the temperature, the battery-% or other data from the Thingy when using the Linux console and not the SDK? My steps so far
1. With
Fullscreen
1
sudo hcitool lescan
2. start bluetoothctl and run
Fullscreen
1
info [MACofThingy]
3. pairing with the Thingy did not work, but
Fullscreen
1
connect [MACofThingy]
4. diving into gatt submenu: one should be able to list the attributes and read/write them. But this does not work because no attributes are listed.
Another option i tried was the
Fullscreen
1
gatttool -b [MACofThingy] --char-read --uuid=2800
Operating system is Ubuntu 16.04 on a Thinkpad with its Standard, BLE-capable, Wifi module.