Website up again!

Last week, while I was on holiday in Menorca, the provider that hosts my website decided to update both Apache and PHP… the result has obviously been a disaster! 😉 I’ve completed the restore of the entire website… I hope now everything is ok!

Android and Bluetooth – in korean

Thanks to Jun Chun, my tutorial about developing Android applications with Bluetooth functionalities has been translated in korean. The five articles are available in two blog posts on Jon’s website, ArsViator: http://arsviator.blogspot.kr/2014/06/bluetooth-programming-in-android-12.html http://arsviator.blogspot.kr/2014/06/bluetooth-programming-in-android-22.html

BlueMatrix

My latest project is a led matrix display, portable and controlled via Bluetooth from a PC or from an Android smartphone; I named it BlueMatrix. Here’s a short presentation video (non-italian guests: remember to enable english subtitles); in the next pages you’ll find some details about how it was made and how it works:

Android and Bluetooth (4)

In this tutorial, you’ll learn at last how to connect to a Bluetooth device and how to send data to it… Profiles and UUID The Bluetooth standard defines some profiles, i.e. functionalities that Bluetooth devices offer. To simplify, Bluetooth profiles correspond to “what” a device can do; for example, a Bluetooth headset implements for sure the HSP (Headset Service Profile)…

Android and Bluetooth (3)

Here’s a new post in my course about developing Android apps with Bluetooth functionalities. In this tutorial I’m going to show you how to detect a state change of the Bluetooth module. Android is a multitasking operating system: while our application is running, the user or a different application may change the state of the Bluetooth module,…