All Projects → Pranavgulati → Rf24ble

Pranavgulati / Rf24ble

Licence: mit
RF24BLE is the library that makes an nrf24L01+ chip (1$) into a BLE advertising beacon and can be used for LOW payload advertising like sensor data etc.

Projects that are alternatives of or similar to Rf24ble

Esp32 Ble Mouse
Bluetooth LE Mouse library for the ESP32 (Arduino IDE compatible)
Stars: ✭ 180 (+39.53%)
Mutual labels:  arduino, ble, bluetooth
Esp32 Blecollector
ᛡᛒ BLE Scanner + Data persistence on SD Card for M5Stack, Odroid-Go, ESP32-Wrover-Kit and other models
Stars: ✭ 145 (+12.4%)
Mutual labels:  arduino, ble, bluetooth
Web Bluetooth Terminal
Progressive Web Application for serial communication with your own Bluetooth Low Energy (Smart) devices
Stars: ✭ 130 (+0.78%)
Mutual labels:  arduino, ble, bluetooth
Esp32 Ble Keyboard
Bluetooth LE Keyboard library for the ESP32 (Arduino IDE compatible)
Stars: ✭ 533 (+313.18%)
Mutual labels:  arduino, ble, bluetooth
Rxbluetoothkotlin
Bluetooth low energy reactive framework for Android written in Kotlin
Stars: ✭ 68 (-47.29%)
Mutual labels:  ble, bluetooth
Blinker Library
An IoT Solution,Blinker library for embedded hardware. Works with Arduino, ESP8266, ESP32.
Stars: ✭ 1,095 (+748.84%)
Mutual labels:  arduino, ble
Easybluetoothframe
经典(传统)蓝牙快速开发框架,A fast develop frame of classic bluetooth
Stars: ✭ 79 (-38.76%)
Mutual labels:  ble, bluetooth
Pixelbot
Stars: ✭ 90 (-30.23%)
Mutual labels:  arduino, bluetooth
Esp32 ble wedo
A library to control LEGO wedo 2.0 with the ESP32 through Bluetooth low energy
Stars: ✭ 16 (-87.6%)
Mutual labels:  arduino, ble
Arduino Robust Serial
A simple and robust serial communication protocol. It was designed for Arduino but can be used for other purposes (e.g. bluetooth, sockets). Implementation in C Arduino, C++, Python and Rust.
Stars: ✭ 83 (-35.66%)
Mutual labels:  arduino, bluetooth
Ble Midi For Android
MIDI over Bluetooth LE driver for Android 4.3 or later
Stars: ✭ 90 (-30.23%)
Mutual labels:  ble, bluetooth
Pytile
📡 A simple Python API for Tile® Bluetooth trackers
Stars: ✭ 56 (-56.59%)
Mutual labels:  ble, bluetooth
Uart Smartwatch
Android App, Firmware and Circuit for a DIY Smartwatch working with Bluetooth Low Energy
Stars: ✭ 30 (-76.74%)
Mutual labels:  arduino, bluetooth
Rxbluetoothkit
iOS & OSX Bluetooth library for RxSwift
Stars: ✭ 1,213 (+840.31%)
Mutual labels:  ble, bluetooth
Roboticarmandroid
💪 + 📱 It's a simple project where you'll learn how to create a Robotic Arm with Arduino board, controlled by a Android smartphone using Bluetooth. (PT-BR: Um projeto simples onde você irá aprender como criar um braço robótico utilizando Arduino, e controlar ele via Bluetooth através de um aplicativo Android)
Stars: ✭ 14 (-89.15%)
Mutual labels:  arduino, bluetooth
Extendable
Blocks Based Bluetooth LE Connectivity framework for iOS/watchOS/tvOS/OSX. Quickly configure centrals & peripherals, perform read/write operations, and respond characteristic updates.
Stars: ✭ 88 (-31.78%)
Mutual labels:  ble, bluetooth
Plus
Otto DIY+ ("Otto DIY with steroids" + Bluetooth + APP + switch + sensors + strength +...
Stars: ✭ 100 (-22.48%)
Mutual labels:  arduino, bluetooth
Magicblue
💡 Unofficial Python API to control Magic Blue bulbs over Bluetooth
Stars: ✭ 92 (-28.68%)
Mutual labels:  ble, bluetooth
Jesfs
Jo's Embedded Serial File System (for Standard Serial NOR-Flash)
Stars: ✭ 104 (-19.38%)
Mutual labels:  ble, bluetooth
Blueutils
经典蓝牙搜索,连接,数据传输封装依赖库
Stars: ✭ 110 (-14.73%)
Mutual labels:  ble, bluetooth

RF24BLE

RF24BLE is the library that makes an nrf24L01+ chip (1$) into a BLE advertising beacon and can be used for LOW payload advertising like sensor data etc.

Pre-Requisites

Instructions

  • Connect the nrf24L01+ to the SPI pins of your specific arduino. Choose and change the Chip enable (CE) and Chip select (CS) in the code corresponding to your connections

  • clone the repo and paste the RF24BLE folder in the folder "libraries" in the sketchbook area. e.g "Arduino/libraries/RF24BLE"

  • open the arduino ide and choose an example from the file->examples menu and upload any example

  • Download and install the app "nRF Connect for Mobile" app from the google play store on an android device.

  • open the app and click on scan and the advertised packet should be shown in the list in the app

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].