I am using raspberry pi 3 with wearable device for getting data from it and write it into a txt file. I have created a shell script for connection to wearable device and then get data from that. But after sometime the connection is dropped. How can I identify that who is dropping connection, the ras...
I am doing something with raspberry pi inbuilt bluetooth and a wearable band which has features for steps count, calorie burn etc. Get data from that device and write in any txt file. I able to connect with device via shell script but sometimes the device is lose the connection. I want to know that ...
What kind of adapter, built-in or dongle? What does 'hciconfig -a' show? Have you tried 'sudo hciconfig hci0 reset'? Hi, it is built in.. Output of hciconfig -a is: hci0: Type: BR/EDR Bus: UART BD Address: B8:27:EB:DB:FE:E8 ACL MTU: 1021:8 SCO MTU: 64:1 UP RUNNING RX bytes:64424 acl:65 sco:0 events...
Hi, I am working on raspberry and one wearable device,till now eveything was fine but suddenly on firing command: sudo hcitool lescan it goes on showing error :Set scan parameters failed: Input/output error. I tried sudo hciconfig hci0 down,sudo hciconfig hci0 up.Also removed bluez and installed it ...
Hi, I am working on Ubuntu Debian which has kernel version 4.6,I am writing a code in Netbeans 8.1 for device discovery but it is giving error during compilation as follows: Native Library bluecove_arm not available Exception in thread "main" javax.bluetooth.BluetoothStateException: BlueCove library...