Tag: BleuIO
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 ReadingSmartPhone 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 ReadingMake 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 ReadingBluetooth 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 ReadingBluetooth 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 ReadingCreate 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 ReadingAccess 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 ReadingTransfer files wirelessly over the Bluetooth Low Energy protocol Using BleuIO
This tutorial will show how to transfer files wirelessly over the Bluetooth Low Energy protocol. We will use two BleuIO dongles for this project—one for sending and another one for receiving. The sender dongle will be in central mode, while the receiver dongle will be in peripheral...
Continue Reading