Elektrine lite

← Feed

@Hoonse@chaos.social

Post #511986

2026-01-24 06:01 UTC

Hello fellow #hamradio friends. Is there a good diy usb tuning knob project out there that can easily be build? Im planning to get a bit more into the hobby again and this would come in very handy. Im thinking about something like the rc-28 H

Replies (1)

  • @DD3AH@social.darc.de 2026-01-25 07:49

    @Hoonse@chaos.social If you want to try it yourself, you can start with an Arduino Leonardo. Using the Keyboard-Lib you can generate any USB keyboard event. So the Arduino becomes the interface between any switch you like on one side and acts like a USB keyboard on the other side. So with very little coding, you get your first results. https://github.com/arduino-libraries/Keyboard

    Open ##2600737