All Projects → kai-morich → Simplebluetoothleterminal

kai-morich / Simplebluetoothleterminal

Licence: mit
Android terminal app for Bluetooth LE devices using custom serial profiles

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Simplebluetoothleterminal

pirowflo
All-in-one data interface for your Waterrower S4 Monitor or Smartrow
Stars: ✭ 73 (-34.23%)
Mutual labels:  bluetooth-le
Android Dfu Library
A library with DFU feature for Android 4.3+.
Stars: ✭ 532 (+379.28%)
Mutual labels:  bluetooth-le
Pybleno
A direct port of the Bleno bluetooth LE peripheral role library to Python2/3
Stars: ✭ 56 (-49.55%)
Mutual labels:  bluetooth-le
Rxandroidble
An Android Bluetooth Low Energy (BLE) Library with RxJava2 interface
Stars: ✭ 3,025 (+2625.23%)
Mutual labels:  bluetooth-le
Android Scanner Compat Library
A compat library for Bluetooth Low Energy scanning on Android.
Stars: ✭ 462 (+316.22%)
Mutual labels:  bluetooth-le
Bluetooth Low Energy Led Matrix
Turns a Raspberry Pi 3 into a Bluetooth LE peripheral that controls an LED matrix.
Stars: ✭ 22 (-80.18%)
Mutual labels:  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 (-87.39%)
Mutual labels:  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 (-20.72%)
Mutual labels:  bluetooth-le
Bleu
BLE (Bluetooth LE) for U🎁 Bleu is the best in the Bluetooth library.
Stars: ✭ 481 (+333.33%)
Mutual labels:  bluetooth-le
Ble Starter Android
Companion project for the Punch Through blog post "The Ultimate Guide to Android Bluetooth Low Energy"
Stars: ✭ 56 (-49.55%)
Mutual labels:  bluetooth-le
Ios Pods Dfu Library
OTA DFU Library for Mac and iOS, compatible with nRF5x SoCs
Stars: ✭ 349 (+214.41%)
Mutual labels:  bluetooth-le
Super Simple Raspberry Pi Audio Receiver Install
Super Easy installation to make your Raspberry Pi an Audio Receiver
Stars: ✭ 448 (+303.6%)
Mutual labels:  bluetooth-le
Magiclight Controller
This simple demo application is controlling MagicLight's smart bulbs by bluetooth-le
Stars: ✭ 28 (-74.77%)
Mutual labels:  bluetooth-le
IOS-DFU-Library
OTA DFU Library for Mac and iOS, compatible with nRF5x SoCs
Stars: ✭ 400 (+260.36%)
Mutual labels:  bluetooth-le
Ha Bt Proximity
Distributed Bluetooth Room Presence Sensor for Home Assistant
Stars: ✭ 77 (-30.63%)
Mutual labels:  bluetooth-le
RTranslator
RTranslator is the world's first open source real-time translation app.
Stars: ✭ 59 (-46.85%)
Mutual labels:  bluetooth-le
Esp32 Ble Keyboard
Bluetooth LE Keyboard library for the ESP32 (Arduino IDE compatible)
Stars: ✭ 533 (+380.18%)
Mutual labels:  bluetooth-le
Nimble Arduino
A fork of the NimBLE library structured for compilation with Ardruino, designed for use with ESP32.
Stars: ✭ 108 (-2.7%)
Mutual labels:  bluetooth-le
Ble Security Attack Defence
✨ Purpose only! The dangers of Bluetooth Low Energy(BLE)implementations: Unveiling zero day vulnerabilities and security flaws in modern Bluetooth LE stacks.
Stars: ✭ 88 (-20.72%)
Mutual labels:  bluetooth-le
Metawear Sampleapp Android
Sample Android app showcasing the sensors available on the MetaMotion / MetaWear boards
Stars: ✭ 42 (-62.16%)
Mutual labels:  bluetooth-le

Codacy Badge

SimpleBluetoothLeTerminal

This Android app provides a line-oriented terminal / console for Bluetooth LE (4.x) devices implementing a custom serial profile

For an overview on Android BLE communication see Android Bluetooth LE Overview.

In contrast to classic Bluetooth, there is no predifined serial profile for Bluetooth LE, so each vendor uses GATT services with different service and characteristic UUIDs.

This app includes UUIDs for widely used serial profiles:

  • Nordic Semiconductor nRF51822
  • Texas Instruments CC254x
  • Microchip RN4870/1
  • Telit Bluemod

Motivation

I got various requests asking for help with Android development or source code for my Serial Bluetooth Terminal app. Here you find a simplified version of my 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].