I've just been following the docs to try out the USB HID keyboard module, it's great!
I was wondering if this module is able to send mediakey commands (vol up/down, play, pause)
My use case is, that I've created a IR Reciever Hat for my Pico which is plugged in to my computer via a USB port that has IR line-of-sight to my remote control, on my desk
I have used the IR communication Espruino examples to determine which button was pressed on my IR remote control, works perfectly!
Now, I want to be able to send volume/media commands to my PC by simply using the remote control.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi all!
I've just been following the docs to try out the USB HID keyboard module, it's great!
I was wondering if this module is able to send mediakey commands (vol up/down, play, pause)
My use case is, that I've created a IR Reciever Hat for my Pico which is plugged in to my computer via a USB port that has IR line-of-sight to my remote control, on my desk
I have used the IR communication Espruino examples to determine which button was pressed on my IR remote control, works perfectly!
Now, I want to be able to send volume/media commands to my PC by simply using the remote control.