ble_logger

An One page app to help debugging embedded devices using BLE.

Getting Started

To use this app you will need mas by dart-defines the follow strings below:

LOGGER_CHARACTERISTIC_UUID => The characteristics UUID target to debug;

LOGGER_SERVICE_UUID => The service UUID where the characteristic target is present;

LOGGER_DEVICE_NAME => The BLE device name to filter in Scan.

Example: App running with an ESP32 device

APP