I'm using Ubuntu long sleep OS on pine64+, I'm trying to send serial data from the pine 64+ to the Arduino UNO over bluetooth.
For that i installed Bluez package and when i check for the bluetooth device using "Hcitool dev", its empty.
But i checked the status of bluetooth using "etc/init.d/bluetooth status", the result is,
When i add a USB bluetooth adapter to pine 64+, it gets detected and works fine.
I tried this using the procedure given in the following link:
http://blog.whatgeek.com.pt/2015/09/blue...d-arduino/
For that i installed Bluez package and when i check for the bluetooth device using "Hcitool dev", its empty.
But i checked the status of bluetooth using "etc/init.d/bluetooth status", the result is,
Quote:● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Sun 2016-09-11 05:43:23 UTC; 3h 18min ago
Docs: man:bluetoothd(8)
Main PID: 7439 (bluetoothd)
Status: "Running"
CGroup: /system.slice/bluetooth.service
└─7439 /usr/lib/bluetooth/bluetoothd
When i add a USB bluetooth adapter to pine 64+, it gets detected and works fine.
I tried this using the procedure given in the following link:
http://blog.whatgeek.com.pt/2015/09/blue...d-arduino/