Here's something I just hacked together:
I need to call it a day, so the details are a little light now, but there's not much magic to it. What's needed to replicate this is an Adafruit Trinket M0, a TTL to RS422 converter (I'm using an RS485 one because it's what I had lying around, but I believe https://www.amazon.com/gp/product/B07BJJ4J64 would be a more appropriate part), and the attached firmware, which is just https://github.com/gdsports/usbhostcopr ... BDUARTUSBH with the baud rate changed to 6992. And a bunch of wires.
This was mostly out of curiosity to see if it would work. It works.
Hardware keyboard converter
Hardware keyboard converter
- Attachments
-
- KBDUARTUSBH.uf2.zip
- (20.21 KiB) Downloaded 391 times
- LeoBinkowski
- Posts: 168
- Joined: Tue Mar 28, 2023 4:23 pm
- Location: nabu.ca
- Contact:
Re: Hardware keyboard converter
Hey, that's another wonderful keyboard solution. I love it!
Re: Hardware keyboard converter
That’s a nice one because it don’t use the pc! Nice option
- Kerploppus
- Posts: 5
- Joined: Mon Apr 03, 2023 6:30 am
Re: Hardware keyboard converter
Oh, neat! I have most of this stuff lying around. I'll give this a whack.
The "just stuff the wires in the holes" bit is the best part.
The "just stuff the wires in the holes" bit is the best part.
Re: Hardware keyboard converter
When you don't have a 6-pin DIN connector lying around, you use what you can find... I did put ferrules on the wires for a better fit.
—
ook ook
ook ook
Re: Hardware keyboard converter
For anybody following along, I've put my modified keyboard converter firmware at https://github.com/masto/usbhostcopro/tree/nabu.
Specifically, the https://github.com/masto/usbhostcopro/b ... ket_m0.uf2 is ready to drag-and-drop onto a Trinket M0. It just does basic ASCII, so making it handle extra NABU-specific keys, joysticks, etc., could be an interesting starter project for someone who wants to fiddle around with this stuff.
Specifically, the https://github.com/masto/usbhostcopro/b ... ket_m0.uf2 is ready to drag-and-drop onto a Trinket M0. It just does basic ASCII, so making it handle extra NABU-specific keys, joysticks, etc., could be an interesting starter project for someone who wants to fiddle around with this stuff.
—
ook ook
ook ook
Re: Hardware keyboard converter
Leaving this video unlisted to avoid filling my channel with too many of these work-in-progress videos, but folks here might be interested. Here's a prototype of an all-in-one keyboard converter board.
—
ook ook
ook ook
Re: Hardware keyboard converter
Real great!! I'm going to get a few from you when you're done for the nabu that I'm missing a keyboard for