hoeulm / ble_aneng

ESP32 Support for Bluetooth DMM from ANENG

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ble_aneng

Support for Bluetooth DigitalMultiMeter ANENG V05B by ESP32 m5_stip_ble_aneng_dmm

The ANENG V05 DMM is a cheap DMM which supports Bluetooth. Unfortunally it is NOT supported by Linux or WIN, only a APP is available. So i decided to make it available to ANY Browser on ANY OS without the need of Install or Download any Programm or APP

The Data of the DMM are received by a ESP32 which supports Bluetooth The ESP32 itself exports the DMM Data via

  • a SERIAL Interface
  • a LCD ( M5-Stick CPlus has a 240x135 Color-Display)
  • a WebServer which runs directly on the ESP32
  • a WebSock-Service for the DMM-Data Record which directly runs also on the ESP32

About

ESP32 Support for Bluetooth DMM from ANENG


Languages

Language:C++ 75.0%Language:C 25.0%