Social Icons

Press ESC to close

Bluetooth BLEA collection of 3 posts

2 Min Read

BLE Overview

ESP32 Bluetooth BLE is perfect for devices that need to run on battery for long periods (months or even years). It’s great for sending small amounts of data,…

1 Min Read

Read Value

The following example creates a BLE server with a single service and characteristic. The characteristic can be read by a connected BLE client. Steps: Code: Explanation: How to…

1 Min Read

Write Value

This example will set up the ESP32 as a BLE server with a writable characteristic. The value written to the characteristic will be printed in the serial monitor….

Join to our community đź‘‹

Unlock full access to TinkerBlock and see the entire library of paid-members only posts.

Subscribe to our Newsletter, cancel at anytime.

Join Now

/* */