Top 18 Apps Similar to LEDLIGHT-BLE

BLE Tool 1.20
The BLE Tool provides an easy control for Bluetooth lowenergydevice.
B-BLE(BLE4.0 Scan) 6.6
BillyLeung
Enjoy and Relax , Easy
BLE Tool 9.3
Action+
BLE Tool is a very useful tool, it couldhelpyou scan around BLE device, and connect device for exchangedata.It service four BLE mode like, Central, Observer,Peripheral,Broadcaster. In the months to come we will support morefunction,Thank you for your attention.
BLE Debugger 1.0
Adatronics Inc.
BLE Debugger is a debug tool for BluetoothLowEnergy and classical Bluetooth devices. The tool is developedbyAdatronics Inc., a company dedicated to bringing the latestinwearable sensing, Bluetooth low energy and opensource hardwaretoall developers.
Ble Scan 1.0
sean_chang
1. scan ble devices2. switch scan mode to connect & discoverable mode3. pair/unpair selected ble device4. connect/disconnect selected ble device5. get services/characteristics list of connected ble device6. execute read/write/notify characteristics ofconnectedbledevice7. read remote rssi of connected ble device1. scan ble devices2. switch scan mode to connect & discoverable mode3. pair / unpair selected ble device4. connect / disconnect selected ble device5. get services / characteristics list of connected bledevice6. execute read / write / notify characteristics ofconnectedbledevice7. read remote rssi of connected ble device
BLE UART 1.0.2
The RI Embedded Design LLC BLEUARTapplicationallows supporters of the Solid State AttitudeandHeading ReferenceSystem (SSAHRS) Kickstarter to communicateviathe Bluetooth LowEnergy (BLE) daughter-board. Users cansendcommands and receivedata through the app. The source codeisavailable so that users mayuse it as a starting point orreferencefor their ownapplications.
Serial/IO BLE Control 1.2.5
itrslin
This app is used to communicatewithIngicsiBM021 Serial/IO BLE module. It's used forserialcommunicationbetween connected devices and app andGPIOcontrol.Capable:1. Serial Port Communication2. Digital In/Out x 43. PWM Output x 4Detail module info: http://www.ingics.com/This app isusedtocommunicate with Ingics iBM021 Serial / IO BLE module.It'susedfor serial communication between connected devices and appandGPIOcontrol.Capable:1. Serial Port Communication2. Digital In / Out x 43. PWM Output x 4Detail module info: http://www.ingics.com/
Bluetooth 4.0 BLE for arduino 2.2
esdras tc
Note: Your device must be compatibletobluetooth 4.0, must be android version 4.3 or higher.Control an arduino / genuino sending data as 123, abc. This apphavepredetermined ON/OFF,Control 1 sends variable (1) ON, (0)OFF;control 2 (3)ON, (2)OFF;control 3 (5)ON, (4)OFF;control 4 (7)ON, (6)OFF;control5 (9)ON, (8)OFF.-you can send your own variables. Send a combination to turn ON/OFF2 or more pins at the same time, for example write 159 andclick"send" to Turn ON the pins assigned to those variable.- Compatible to bluetooth4.0 hm-10 module- You can use a simple sketch.Be sure the bluetooth in your device is on, then click on"Selectbluetooth" .Next time you open the app if it is available it will connect tothelast ble module you selectedSKETCH 1 USING SOFTWARE.SERIAL LIBRARY/* This sketch simplified to accept BLE 4.0 */#include SoftwareSerial.hint Tx = 3; // BLE TX Connect to arduino pin 3. For arduinomegacheck the PIN compatibles for tx,rxint Rx = 2; // BLE RX Connect to arduino pin 2SoftwareSerial mybluetooth(Tx,Rx);void setup() {// to indicate a pin is output//you can assign which pins you want to usepinMode(6, OUTPUT);pinMode(7, OUTPUT);pinMode(8, OUTPUT);pinMode(9, OUTPUT);pinMode(13, OUTPUT);delay(1000);mybluetooth.begin(9600); // Start bluetooth serial at 9600 orsetyour own baud rate}void loop() {char data = mybluetooth.read();if (data == '1') digitalWrite(6, HIGH);if (data == '0') digitalWrite(6, LOW);if (data == '3') digitalWrite(7, HIGH);if (data == '2') digitalWrite(7, LOW);if (data == '5') digitalWrite(8, HIGH);if (data == '4') digitalWrite(8, LOW);if (data == '7') digitalWrite(9, HIGH);if (data == '6') digitalWrite(9, LOW);if (data == '9') digitalWrite(13, HIGH);if (data == '8') digitalWrite(13, LOW);}SKETCH 2 USING ARDUINO TX, RX PINSto use the tx and rx pins built in because some arduino donotsupport software.serial */// Connect BLE TX to Arduino RX// Connect BLE RX to Arduino TX, it works in arduino uno, forotherarduino model test this connection or// just connect RX to RX and TX to TX.void setup() {// to indicate a pin is output//YOU CAN ASSIGN WHICH PINS YOU WANT TO USEpinMode(6, OUTPUT);pinMode(7, OUTPUT);pinMode(8, OUTPUT);pinMode(9, OUTPUT);pinMode(13, OUTPUT);Serial.begin(9600); // Start bluetooth serial at 9600, MAKEsureyour bluetooth is set to 9600 baud// or change this value to match your bluetooth baud rate}void loop() {char data = Serial.read();if (data == '1') digitalWrite(6, HIGH);if (data == '0') digitalWrite(6, LOW);if (data == '3') digitalWrite(7, HIGH);if (data == '2') digitalWrite(7, LOW);if (data == '5') digitalWrite(8, HIGH);if (data == '4') digitalWrite(8, LOW);if (data == '7') digitalWrite(9, HIGH);if (data == '6') digitalWrite(9, LOW);if (data == '9') digitalWrite(13, HIGH);if (data == '8') digitalWrite(13, LOW);}esdrastlc@gmail.com to get sketch
BLE Peripheral Detection 1.0
LLC U7
Starting with Android 5.0 somedevicescanoperate in Bluetooth LE peripheral mode. This means thatthedevicecan generate information via Bluetooth as well as iBeaconoranyother Beacon device.
BLE Utility 1.0.0
mysoft.developer
You can confirm if your smartphone supports BLE.
BLE Sensor App 1.1
The Bluetooth Low Energy Sensor app is used to showcasethecapabilities of the Microchip's Bluetooth Low Energy (BLE)modulewith the sensor board. The BLE module should be programmedwith theappropriate BLE private service and characteristics totransfersensor data and an auto-running script to capture sensordata fromthe sensors on the sensor board. Once the BLE module isconfiguredand powered on, the app can be used to scan and discoverconfiguredBLE module and connect with it. Once connected, thesensors viewwill present the sensor readings in real-time for allthe sensorsavailable on the sensor board.
BLE Checker 7.0
Michael Yan
The BLE Compatibility Detector/Checker is a small simpleappdesigned to determine if the user's device supports theBluetoothLow Energy (BLE) feature. This app is an essential foruserslooking to purchase BLE devices such as certain smartwatchesandfitness bands. **Awesome confetti courtesy of: Copyright (c)2017Dion Segijn
Easy BLE Checker 1.1
Kjarvel
This simple app shows if your devicesupportsBluetooth Smart (Bluetooth Low Energy, or BLE).Note that Android OS supports Bluetooth Smart from version4.3,but your device also needs hardware support.This application helps determine if your Android OS anddevicesupports Bluetooth Smart (BLE).This could be useful to know if you want to use for exampleaFitbit or any other BLE device with your Android device.App Icons:* Must Have by Visual Pharm, http://www.visualpharm.com/must_have_icon_set/License: http://creativecommons.org/licenses/by-nd/3.0/* Metro UI Dock by Dakirby309, http://dakirby309.deviantart.com/License: http://creativecommons.org/licenses/by/3.0/
Ble Peripheral Free 2.0.0
Optimist
A developer tool to check outthe"Bleperipheral mode" in Android 5.0 and above.Features:Start advertising, add services, add characteristics,notify,getread/write requests, etc.
nRF Bluetooth LE Joiner 1.2
nRF Bluetooth LE Joiner lets you add IoT nodes to a BluetoothLEbased Network.
BLE UUID Explorer 0.1.13
Ghosty Soft
Explore the Bluetooth Low Energy UUIDs
Cypress® BLE-Beacon™ 1.2.05
Cypress® BLE-Beacon™ is a Bluetooth® Low Energy (BLE) orBluetoothSmart utility developed by Cypress SemiconductorCorporation.Cypress BLE-Beacon can be used with BLE products fromCypress likethe S6SAE101A00SA1002 Solar-Powered IoT Device Kit andtheCYALKIT-E02 Solar-Powered BLE Sensor Beacon RDK. Features:Toevaluate solar-powered sensor nodes, Cypress BLE-Beaconprovidesthe following features: - Device Screen – Displaydeviceinformation - Graph Screen – Display sensor data as linecharts -Log Screen – Display sensor data - Data logger – Storesensor data10M bytes at most
BLE Tool v2 2.0
Action+
this app is for connect BLE device forsmartphone, it can be use any time,any loaction if you want.