images

Send BLE data to cloud

In this article, we will see how to send BLE data to the cloud. Together with the BleuIO javascript library and BleuIO USB dongle, we will get BLE data from HibouAir. After getting the advertised data, we will pass it to a simple function that will give us an object with ..

read more
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