Tag: BleuIO

Real-Time CO2 Status Indicator and Monitor with BleuIO and Renesas EK-RA4M2
Introduction In an age where air quality has become increasingly important, monitoring CO2 levels in various environments is crucial. This project demonstrates how to create a real-time CO2 monitoring system using the Renesas EK-RA4M2 evaluation kit and the BleuIO dongle. This project...
Continue Reading
Bluetooth based PIR motion detecting application using STM32 board
1. Introduction In this project, we will use a PIR sensor to detect motion. Once motion is detected, it will trigger an interrupt and the BleuIO dongle connected to the board will advertise for 25 seconds. You can expand the project based on your needs further. A PIR (passive...
Continue Reading
SmartPhone Controlled Home Automation using Raspberry Pi and BleuIO
Home automation involves automating household environment equipment. To achieve that, we have created a smart bulb that can be controlled remotely using a smartphone app. The aim of this project is to control different home appliances using smartphones at your home. Introduction This...
Continue Reading
Make a BLE enabled Smart Bulb with STM32 and BleuIO
Home automation involves automating household environment equipment. To achieve that, we have created a smart bulb that is easy to install, and the attached equipment can be controlled over a web browser or smartphone app. The aim of this project is to control different home appliances...
Continue Reading
Bluetooth Low Energy (BLE) Tutorial for Beaglebone using python
1. Introduction This is a simple example showcasing how to control a BleuIO dongle connected to Beaglebone Black using a python script. When running the script, it will first ask for the com port where the dongle is connected (usually '/dev/ttyACM0'). After that, BleuIO will start...
Continue Reading
Bluetooth Low Energy (BLE) Tutorial for Arduino using BleuIO
1. Introduction The project is a simple example showcasing a quick way to setup an Arduino with a USB Host Shield as a USB CDC Host capable of communicating with the BleuIO Dongle. When a BleuIO Dongle is connected to the USB port, the BleuIO Dongle will start advertising. It will...
Continue Reading
Create BLE project with STM32 and BleuIO
1. Introduction The project is a simple example showcasing a quick way to set up a STM32Cube project as a USB CDC Host capable of communicating with the BleuIO Dongle. When a BleuIO Dongle is connected to the Nucleo boards USB port the STM32 will recognize it. It will then accept 3...
Continue Reading
Access BLE data remotely
Suppose you have some BLE devices at your home and want to control or scan for those devices while at your workplace. In this project, we will discuss how to access BLE data remotely. We have already created a script that communicates through BleuIO dongle remotely and gives us the...
Continue Reading