Pokit Pro multimeter client on M5StickC plus(ESP-PICO-D4) via BLE, base on Arduino.
- Display all Pokit Pro's multimeter values, use button A to switch measurement type, with auto range
- Auto range display
- Auto follow Pokit Pro's mode switch(Voltage,Resistance/mA,Amperage)
- Cycle through brightness(button B)
- Display M5 and Pokit's battery voltage
- Low power consumption (~35mA, 3.5hours battery life on M5StickC plus)
- M5StickC plus hardware
- Download Arduino IDE
- Install M5StickC plus board and library:
- Compile and upload, that's it!
Currently only support M5StickC plus. However, the code, including display drawing part may work on any M5 product. Just need to import corresponding headers and adjust those text arragnement. Also the BLE part of code should also work on any ESP32. All display-related code is inside display.cpp. You can adapt for your display hardware easily.
Currently only support Pokit Pro. However, it should works with Pokit meter with only modifiying the BLE Service UUID.
- Fix the mode switch. Currently missing amp measurement when handle is in middle.
- Compile Arduino core with ESP32's DFS(dynamic frequency scaling) for M5 series.
- Create library for ESP32.