images

Collect Realtime Data From Bluetooth Device

This project will show how to collect Realtime Bluetooth low energy data and show it on web browser. For this project, I am using Bluetooth Low Energy USB dongle called BlueIO, which will act as a central device to ..

read more
images

BleuIO library available on PyPI

Bleuio Python library is available on PyPI (the Python Package Index) to simplify the life of Python developers. Before starting to install our library, make sure your you have the latest python installed on your ..

read more
images

Sending and receiving data between two Bluetooth dongle

In this project, we will demonstrate how two Bluetooth dongles can be paired together and share data between them. To pair two Bluetooth dongle, one of them needs to be configured as Central and other needs to be configured as Peripheral. We already wrote a Python script ..

read more