GoBLE (community library)
Summary
Name | Value |
---|---|
Name | GoBLE |
Version | 0.0.1 |
Installs | |
Author | Michael Doan |
Repository | https://github.com/babean/GoBLE.git |
Download | .tar.gz |
Add generic BLE RC controller to your projects Port of DFRobot's GoBLE. Program HM-10 BLE modules to connect with the APP on your phone: AT+BAUD4, AT+UUID0xDFB0, AT+CHAR0xDFB1.
Example Build Testing
Device OS Version:
This table is generated from an automated build. Success only indicates that the code compiled successfully.
Library Read Me
This content is provided by the library maintainer and has not been validated or approved.
GoBLE
A Particle port of DFRobot's library for GoBLE https://www.dfrobot.com/wiki/index.php/Bluetooth_APP_Control
This enables the uses of genertic BLE modules like HM-10 with Particle for added RC control.
Using AT commands, set the HM-10 as follows (all other settings at default values):
AT+BAUD4
AT+UUID0xDFB0
AT+CHAR0xDFB1
Then connect hm-10's TX to Particle Serial1_RX, connect power. Good to go.
Browse Library Files