Microduino BLE IOS-202KIT
Language: | English • 中文 |
---|
OutlineProject: Communication between Microduino-BT and IOS devices. Objective: To get the running time of Microduino-Core and Microduino-BT passed through to IOS devices via the serial port. Difficulty: Primary. Tim-consuming: 30mins Maker: Microduino Studio-YLB | ||||||||||||
Bill of Material
| ||||||||||||
Arduino IDE(version 1.0 and higher), LightBlue downloaded from App Store;
DocumentTest program download:File:BT.zip Debugging | ||||||||||||
Step 1: Stack Microduino-Core and Microduino-USBTTL together, connect them to a computer with a USB cable, start Arduino IDE, open test program M_ble_Serial.ino, select Microduino Core (Atmega328P@16M,5V) from (tools)-> (Board) and choose the corresponding serial port from(tools)-> (Serial) . After that, please click the button "√" on the top left of IDE, compile the program, and then click "√" to burn the program into the board; | ||||||||||||
Step 2: Stack all modules after the download, connect them to the computer with a USB cable and install after power-off. | ||||||||||||
Step 3: Start to set IOS device, get the Bluetooth function activated, install and open LightBlue App, then open the serial monitor in the IDE on the Computer Client. Step 4: Open LightBlue, enter Bluetooth device searching interface, find Microduino Bluetooth device from " Peripherals Nearby" and click to connect. | ||||||||||||
Enter the following interface after the connection: Step 5: Select and click " Characteristic6", watch the encoding format on the top right. If you see character string, please click Hex button (The default is Hex16 band encoding.) and choose UT-8 encoding format, then click " Listen for notifications " to enter monitoring state. Step 6: Click "Write new value" and pop up text editing interface. Enter an character string composed of letters and numbers, and watch result on the phone and the serial port. ResultFrom the pictures above, you can see the serial port receives phone data "12345" and the phone also gets the Bluetooth data "Bluetooth respond", which means Bluetooth communication is bidirectional. Caution
|