Edge Collective

Microcontroller HID input

Notes on setting up microcontrollers as HID devices

Misc notes

HID micro code

Very easy example for keyboard and mouse that works with a Feather M0, no special libraries needed, here.

HTTP POST requests in browser

HTTP POST in javascript guide here.

Another nice tutorial here

A tutorial on fetch in particular is here

Browser listening to keyboard presses

jquery approach here

more elaborate description here

cross-browser support here

Android listening to keyboard presses

Suggestion of using Accessibility Services, here

Work Log


18 OCT 2020

Working example here -- presses the 'u' key on a button press.

Working example for multiple buttons here. Video demo here. Or click below: