Nano Every as HID?

I remember asking this question a few years back, but figured I would ask again in the event it was mistaken which board I had. Currently I am working on a modular joystick, and have nano every's ATMEGA4809. Can this board be used as an HID device?

In looking around I found that the HID.h library was actually suppose to be hid.h from what I can gather but when using hid.h all kinds of errors pop up instead of the HID.h doesnt exist

Not easily.

You will need to custom program the SAMD11 chip on the board which handles the USB interface.

https://forum.arduino.cc/t/arduino-nano-every-usb-midi-hid/648349/6

Guessing it may be easier to get https://www.amazon.com/dp/B019SXN84E/?coliid=I1XGOJFZ641ESQ&colid=1MJXH87M7VT&psc=1&ref_=lv_ov_lig_dp_it and just have the Nano Every's communicate with a pro micro

Yes. I agree.

Both the proMicro and the NanoEvery should have Serial1 available for interboard communication.

was going to use I2C but havent ruled Serial out either.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.