With the help of RPC (Remote Procedure Call) mode to invoke the BLE function of RTL8720DN chip on Wio Terminal, The Wio terminal was communicated with the smartphone by BLE, and then through the smartphone sent the message to the Wio terminal to display the message on the screen.
Feature- The Wio terminal can receive a smartphone message by BLE.
- Wio terminal can display the BLE connection status.
- RPC invokes the function to save time to write instruction of code.
Materials required
Software Required
- Arduino IDE download and Wio Terminal
- You need to download the nRF connect on your phone
Wio terminal Firmware
Before you upload the code, you need to download the library to support the code. please check here.
- Install the LCD screen Library Seeed_Arduino_LCD, please visit Wio Terminal LCD for more information.
- Install the BLE Library Seeed_Arduino_rpcBLE, please visit Wio terminal Bluetooth.
step 1. Open the nRF connect APP to search the Wio terminal device.
Step 2. Connect the Wio terminal and open the Unknown Service and then click the up arrow.
Step 3. Type the message and send it.
Step 4. The Wio terminal will receive the message and then display it on the screen.
Comments