HIDPowerDevice icon indicating copy to clipboard operation
HIDPowerDevice copied to clipboard

This project allows to use Arduino Leonardo or Arduino Pro Micro as an intelligent UPS controller.

Results 33 HIDPowerDevice issues
Sort by recently updated
recently updated
newest added

With the RP2040 having USB support and able to be used as a USB HID device elsewhere, would it be possible to adapt this to that chip? I've attempted to...

Hi, thanks for the fantastic work so far! I'm currently testing out the library to see if it can do everything I need for an upcoming project but so far...

Positive 👍 Got it working on Pro Micro Clone with 3.3V @8MHz & 5V @16MHz - install and identify Pro Micro 3.3V @8MHz by board manager (see SparkFun Docs) to...

Thank you for your great work, we are looking to do the same thing and I have purchased a Leonardo to match what you have done so far. I have...

Hello, I want to make a communication between an arduino micro pro and a vive tracker in USB HID, do you think I could use your library HID.h/HID.c as a...

i tried compiling your project to see if you manage to rename hid device what i read somewhere Thinking i wanned to make a fork for ArduinoJoystickLibrary being able to...

I use Digispark. Error in compilation `In file included from D:\Documents\Arduino\libraries\HIDPowerDevice/HIDPowerDevice.h:29:0, from D:\Documents\Arduino\libraries\HIDPowerDevice\examples\UPS\UPS.ino:1: D:\Documents\Arduino\libraries\HIDPowerDevice/HID/HID.h:26:26: fatal error: PluggableUSB.h: No such file or directory #include ^ compilation terminated. exit status 1 Error...

I love the concept of this project and it saves me from needing to duplicate the effort but I was wondering if you have considered using an ATtiny85 board (like...

Fixes #20. Done to make it clear that these virtual methods are defined in the `PluggableUSBModule` base-class and might be called from external code not seen in this repo.