ACEBOTT QD023 is an ESP32-based wearable gesture control glove that tracks finger movements with potentiometers instead of more traditional flex sensors.
Works with the Classic Controller, Hori Battle Pad, NES Classic Mini Controller and most likely the SNES Classic Mini Controller. It uses the HID-Project library and so will only work with Arduino ...
The aim of this project (or more specifically the code), is to see how well object orientated programming (OOP) works on an embedded platform. In other words, this is a software engineer's take on a ...