Learning BLE from Scratch: Controlling Devices
Previously, we introduced the process of discovering services and characteristics. Today, let’s take a look at what happens next.In the software, we click to control the light to turn it on and off. The data sent by the host is as follows:Captured dataOperation codeOperation code 0x12: write request.Write requestWriting the value 0x0001 to the attribute … Read more