![]() |
Feel free with Open Source SoftwareAndries Filmer - Internet professional sinds 1996.
|
|
|
|
Bluetooth notesSome notes to use bluetooth for Ubuntu (debian) Installing bluetooth tools
sudo apt-get install gnome-bluetooth sudo apt-get install obexftp sudo apt-get install bluez-btsco # A tool to use a headset with audio
Scan bluetooth devices
hcitool scan
btsco -v -s 00:1D:25:B7:C2:C8
Copy a file to my Mobile
obexftp -b 00:1C:A4:5A:A4:49 -p Desktop/vCalendar.vcs
Copy a file to my phone with push add channel 5
ussp-push Andries@5 Desktop/vCalendar.vcs calendar.vcs
Lots of info about the device
sdptool browse 00:1c:a4:5a:a4:49
Desktop launcher to send files via bluetooth
send-vcal.sh (example)
#!/bin/bash cd /tmp wget http://www.filmer.nl/calendars/andries.vcs # MAC Address of P1i # bluetooth-sendto --dest 00:1C:A4:5A:A4:49 andries.vcs rm andries.vcs
Desktop lockingSoftware helps you add a little more security to your desktop. It does so by detecting one of your bluetooth devices, most likely your mobile phone, and keeping track of its distance. If you move away from your computer and the distance is above a certain level (no measurement in meters is possible) for a given time, it automatically locks your desktop (or starts any other shell command you want)
sudo apt-get install blueproximity More info: http://blueproximity.sourceforge.net
I appreciate if you give some comment about this page. Please go ahead. |
|
Andries Filmer | http://andries.filmer.nl | andries@filmer.nl | © 2011
|