moodLearning Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

raspberry-pi-tips [2020/08/01 14:17] (current)
serbizadmin created
Line 1: Line 1:
 +====== Raspberry Pi Tips ====== 
 +===== Bluetooth ===== 
 +  * connecting bluetooth device upon booth (after pairing and trusting) 
 +<code> 
 +@reboot sleep 5 && /bin/echo -e 'connect XX:XX:XX:XX:XX:XX \n quit \n' | bluetoothctl 
 +</code>