reaper7 / M5Stack_BLE_client_Owon_B35T

ESP32 M5Stack BLE client OWON B35T meter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESP32 M5Stack BLE client for OWON B35T & B35T PLUS meters

Uses Bluetooth Low Energy (BLE) client to allow the M5Stack to remotely display the screen output and to control the functions of an Owon B35T multi-meter.

Please note:

Current arduino-esp32 git (14.05.2018) allows you to choose partiton scheme from Arduino IDE->Tools->Partition Scheme,
it is important to change this from default to minimal_spiffs or no_ota,
because the size of the binary file exceeds the allowable value in the default partition.

remote meter 1

remote meter 2

2023 Reaper7

I publish this sketch as it is. I do not have free time to clean it up and polish.

If you like it, buy me a beer: (https://www.paypal.me/reaper7md)

About

ESP32 M5Stack BLE client OWON B35T meter


Languages

Language:C++ 80.1%Language:C 19.9%