All Projects → JimSeker → bluetooth

JimSeker / bluetooth

Licence: Apache-2.0 license
Android Bluetooth examples

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to bluetooth

Ios Pods Dfu Library
OTA DFU Library for Mac and iOS, compatible with nRF5x SoCs
Stars: ✭ 349 (+336.25%)
Mutual labels:  bluetooth, ble, bluetooth-le
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 (+10%)
Mutual labels:  bluetooth, ble, bluetooth-le
IOS-DFU-Library
OTA DFU Library for Mac and iOS, compatible with nRF5x SoCs
Stars: ✭ 400 (+400%)
Mutual labels:  bluetooth, ble, bluetooth-le
ruuvitag-demo
Demo of reading Bluetooth Low Energy sensor measurements of RuuviTag environmental sensors and feeding them to MQTT, a database and dashboards
Stars: ✭ 14 (-82.5%)
Mutual labels:  bluetooth, ble, bluetooth-le
Ble
Connect to and interact with Bluetooth LE peripherals.
Stars: ✭ 156 (+95%)
Mutual labels:  bluetooth, ble, bluetooth-le
Nimble Arduino
A fork of the NimBLE library structured for compilation with Ardruino, designed for use with ESP32.
Stars: ✭ 108 (+35%)
Mutual labels:  bluetooth, ble, bluetooth-le
Esp32 Ble Keyboard
Bluetooth LE Keyboard library for the ESP32 (Arduino IDE compatible)
Stars: ✭ 533 (+566.25%)
Mutual labels:  bluetooth, ble, bluetooth-le
Esp32 Ble Mouse
Bluetooth LE Mouse library for the ESP32 (Arduino IDE compatible)
Stars: ✭ 180 (+125%)
Mutual labels:  bluetooth, ble, bluetooth-le
Easyble
Android BLE framework
Stars: ✭ 155 (+93.75%)
Mutual labels:  bluetooth, ble, bluetooth-le
Ble.net
Cross-platform Bluetooth Low Energy (BLE) library for Android, iOS, and UWP
Stars: ✭ 137 (+71.25%)
Mutual labels:  bluetooth, ble, bluetooth-le
Node Ble
Bluetooth Low Energy (BLE) library written with pure Node.js (no bindings) - baked by Bluez via DBus
Stars: ✭ 159 (+98.75%)
Mutual labels:  bluetooth, ble, bluetooth-le
py-bluetooth-utils
Python module containing bluetooth utility functions, in particular for easy BLE scanning and advertising
Stars: ✭ 60 (-25%)
Mutual labels:  bluetooth, ble, bluetooth-le
PiBeacon
Low-cost iBeacon using Raspberry Pi
Stars: ✭ 41 (-48.75%)
Mutual labels:  bluetooth, bluetooth-le
mi-lamp-re
💡 Reverse Engineering Notes for the Yeelight Bedside Lamp (BLE)
Stars: ✭ 35 (-56.25%)
Mutual labels:  bluetooth, ble
python-sonicare
Python library to communicate with a Phillips Sonicare toothbrush via Bluetooth Low Energy
Stars: ✭ 46 (-42.5%)
Mutual labels:  bluetooth, ble
easyble
A simple framework for Android Bluetooth Low Energy (BLE)
Stars: ✭ 43 (-46.25%)
Mutual labels:  bluetooth, ble
ESP32BleAdvertise
Simple library for BLE advertise using ESP32 in Arduino
Stars: ✭ 39 (-51.25%)
Mutual labels:  bluetooth, ble
GoFIT SDK Android
GoFIT SDK for Android — GOLiFE 手環 App 介接 SDK
Stars: ✭ 32 (-60%)
Mutual labels:  bluetooth, ble
bluetooth-iot-service-python
This application connects two devices over Bluetooth and allows one to send messages to the other using json. Raspberry Pi Bluetooth interfacing with Linux via RFCOMM BT network
Stars: ✭ 23 (-71.25%)
Mutual labels:  bluetooth, ble
pymetawear
Community developed SDK around the Python bindings for the C++ SDK
Stars: ✭ 42 (-47.5%)
Mutual labels:  bluetooth, ble

Bluetooth Example

BlueToothDemo is a simple example of how to startup a bluetooth client and server. You will need to install this example on two devices (not the simulators, doesn't work there). Once the connections are made, it just like any other network code.

ControllerSimpleDemo is a simple demo for using a bluetooth controller like a joystick or game controller

controller is a google's example for the Controller. Nothing was changed, only it's now setup for studio.

BLEScannerDemo scan for ble devices and attempts to connect them via the gatt classes

BluetoothLEDemo is example of how the advertise and discovery via BLE

BluetoothLEperipheral is an all in one BLE example I got from another example and updated.

AndroidBeaconLibraryDemo Based on the https://altbeacon.github.io/android-beacon-library/index.html library, it looks for a displays beacons. This is a very simple example.

AndroidBeaconLibraryDemo2 Based on the https://altbeacon.github.io/android-beacon-library/index.html library, displays the monitor in one fragment and range information another fragment.


These are example code for University of Wyoming, Cosc 4730 Mobile Programming course and cosc 4735 Advance Mobile Programing course. All examples are for Android.

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].