BLOX2: Fiops, anyone?

Another update to the BLOX2 (BLU Life One X2) kernel, I just added the FIOPS i/o scheduler. You can check out the commit on GitLab, but it is very straight […]

Bluetooth Breakdown?

So, in the continuing saga of learning about Bluetooth, I am breaking down some transmissions of Bluetooth signal from my Android phone to the Bluetooth auto start that I built. […]

Making A Kernel Zip

Some people who have been using the video tutorials have requested this, so I am posting a link here for making your own kernel zip file. Download the linked file, […]

Foray into Bluetooth Programming through C and C++

alaskalinuxuser@alaskalinuxuser-OptiPlex-7010:~/Documents/c++/bluetooth/cbluez$ ./simplescan FC:58:FA:08:72:E4 CANZ alaskalinuxuser@alaskalinuxuser-OptiPlex-7010:~/Documents/c++/bluetooth/cbluez$ ./simplescan FC:58:FA:08:72:E4 CANZ alaskalinuxuser@alaskalinuxuser-OptiPlex-7010:~/Documents/c++/bluetooth/cbluez$ ./simplescan 00:00:00:00:5A:AD bacon FC:58:FA:08:72:E4 CANZ alaskalinuxuser@alaskalinuxuser-OptiPlex-7010:~/Documents/c++/bluetooth/cbluez$ That was the terminal output from the program “simplescan”, which I got from an instructive […]