Skip to content

Category

BleuIO tutorial

Explore articles and updates from this category.

29 articles

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 retrieve data. Hibou Air Quality Monitor which will serve as a peripheral device to transmit the […]

Read more

Collect and export data from bluetooth devices

This project will show how to collect real-time BLE data and export as csv using web browser. For this project, I am using Bluetooth Low Energy USB dongle called BlueIO, which will act as a central device to retrieve data. Hibou Air Quality Monitor which will serve as a peripheral device to transmit the data. The script is […]

Read more

BleuIO Javascript library available on npm

Bleuio Javascript library is available on npm(Node Package Manager). Now you can easily access all the BleuIO functions from web browser. Before starting to install our library, make sure you have Chrome 78 or later version installed on your system. You will also need to enable the #enable-experimental-web-platform-features flag in chrome://flags.To do that, Open chrome://flags/#enable-experimental-web-platform-features in Google Chrome browser and […]

Read more

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 that sends data back and forth between dongles. […]

Read more

Plotting real-time graph from Bluetooth 5.0 device to Google Chrome

Hey there, Here is a tutorial on how to plot a real-time graph of values to Google Chrome from Hibou Air Quality Monitor using BleuIO and javascript library chartjs. For this project, I am using Bluetooth Low Energy USB dongle called BlueIO, which will act as a central device to retrieve data. Hibou Air Quality Monitor which will […]

Read more

Interact with Bluetooth devices using Google Chrome

Bluetooth is a wireless technology that enables the transfer of data between Bluetooth enabled devices within a short distance. The Bluetooth® community is making significant improvement in wireless innovation every year. Bluetooth Low Energy Bluetooth Low Energy is known under many names: BLE, Bluetooth LE or Bluetooth Smart. The strength of Bluetooth Low Energy is indeed its very low […]

Read more

Turn a Raspberry Pi into Bluetooth Beacon.

Bluetooth is one of the innovative technology to transfer data wirelessly, build home automation systems, control other devices etc. In this tutorial, we will learn about how to turn a Raspberry Pi into Bluetooth Beacon. Requirements Raspberry Pi BleuIO (A Bluetooth low energy adapter) A Mobile Phone with Bluetooth and an App such as BLE Scanner, […]

Read more

Turn your Computer into an iBeacon

iBeacon technology allows Mobile Apps to understand their position on a micro-local scale, and deliver content to users based on location. It is a Bluetooth Low Energy technology. BLE Advertising uses a one-way communication method. Beacons that want to be discovered can Advertise self-contained packets of data in set intervals. Smartphones collect these packets, which […]

Read more