Bentley Born
Bentley Born
There should be no delay()s in loop(). Use the examples to get started (ReceiveMessages.ino).
Sorry I don't understand. What exactly is the question relating to our library? On Wed, Jun 1, 2016 at 3:35 AM, alexander - yo2ldk wrote: > > Hi, can I...
The Nextion responds to serial commands, you can send and receive the commands using any device you wish. The Nextion instruction set can be found here: http://wiki.iteadstudio.com/Nextion_Instruction_Set On Wed, Jun...
Here is the test code. It is based on the P5Ble connect_disconnect test code. ``` let options = {}; let myBLE; let isConnected = false; function setup() { options =...