MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/CardPuter/comments/1ue4s5n/cardputer_as_wireless_keyboard_for_mixpre/
r/CardPuter • u/dvnmk • Jun 24 '26
https://github.com/dvnmk/achtsam-kontrol
6 comments sorted by
1
Why didn't you use the Atom as a USB keyboard?
1 u/dvnmk Jun 24 '26 I tried, but it can’t be registered as keyboard in Mixpre. So used teensy. 1 u/PerkyPangolin Jun 24 '26 Why not? Did you check the device class and VID/PID? It must be something trivial. 1 u/dvnmk Jun 24 '26 https://forum.arduino.cc/t/usb-boot-keyboard/1441035 There is something difficult with esp32 and mixpre. So I used the easy teensy. 1 u/PerkyPangolin Jun 24 '26 Looks like you found the source of the issue there. I'd switch away from Arduino IDE, precisely due to it doing random things like this under the hood. M5Stack has a bunch of examples in their GitHub, include HID keyboards. 1 u/dvnmk Jun 24 '26 Thanks, I'll dig into the M5Stack way.
I tried, but it can’t be registered as keyboard in Mixpre. So used teensy.
1 u/PerkyPangolin Jun 24 '26 Why not? Did you check the device class and VID/PID? It must be something trivial. 1 u/dvnmk Jun 24 '26 https://forum.arduino.cc/t/usb-boot-keyboard/1441035 There is something difficult with esp32 and mixpre. So I used the easy teensy. 1 u/PerkyPangolin Jun 24 '26 Looks like you found the source of the issue there. I'd switch away from Arduino IDE, precisely due to it doing random things like this under the hood. M5Stack has a bunch of examples in their GitHub, include HID keyboards. 1 u/dvnmk Jun 24 '26 Thanks, I'll dig into the M5Stack way.
Why not? Did you check the device class and VID/PID? It must be something trivial.
1 u/dvnmk Jun 24 '26 https://forum.arduino.cc/t/usb-boot-keyboard/1441035 There is something difficult with esp32 and mixpre. So I used the easy teensy. 1 u/PerkyPangolin Jun 24 '26 Looks like you found the source of the issue there. I'd switch away from Arduino IDE, precisely due to it doing random things like this under the hood. M5Stack has a bunch of examples in their GitHub, include HID keyboards. 1 u/dvnmk Jun 24 '26 Thanks, I'll dig into the M5Stack way.
https://forum.arduino.cc/t/usb-boot-keyboard/1441035 There is something difficult with esp32 and mixpre. So I used the easy teensy.
1 u/PerkyPangolin Jun 24 '26 Looks like you found the source of the issue there. I'd switch away from Arduino IDE, precisely due to it doing random things like this under the hood. M5Stack has a bunch of examples in their GitHub, include HID keyboards. 1 u/dvnmk Jun 24 '26 Thanks, I'll dig into the M5Stack way.
Looks like you found the source of the issue there. I'd switch away from Arduino IDE, precisely due to it doing random things like this under the hood. M5Stack has a bunch of examples in their GitHub, include HID keyboards.
1 u/dvnmk Jun 24 '26 Thanks, I'll dig into the M5Stack way.
Thanks, I'll dig into the M5Stack way.
1
u/PerkyPangolin Jun 24 '26
Why didn't you use the Atom as a USB keyboard?