The data is taken from MPU6050 live data. Uses Wire.h for I2C communication, MPU6050.h for sensor control, and several ESP32 BLE libraries (BLEDevice.h, BLEServer.h, BLEUtils.h, BLE2902.h) for ...
This is a clean no_std example of using GATT UART bluetooth BLE with the ESP32-H2 SOC using Rust embassy. Don't change the uuids used, they are the nrf defacto standard for uart capabilities. Used ...