Skip to content

USB MIDI Wheel is designed to act as an accessory device for SDR Console.

License

Notifications You must be signed in to change notification settings

pe-jot/UsbMidiWheel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

USB MIDI Wheel

USB MIDI Wheel is designed to act as an accessory device for SDR Console (https://www.sdr-radio.com/). The main purpose is to adjust VFO Frequency with an encoder-based wheel.

Hardware

The hardware platform used are ATmega32U4 based µC boards, like the Arduino Micro. Other similar boards like e.g. the Adafruit Feather 32U4 could be used, however GPIO configuration may be adapted.

For pin mapping see source code.

Software

The software is a "native" application, means it works without the Arduino software framework. Thus, the Atmel DFU Bootloader is in use instead of the Arduino bootloader. USB functionality is handled by LUFA library by Dean Camera (https://www.lufa-lib.org).

Setup

  1. Build project with Atmel Studio 7.0
  2. Get the megaAVR DFU USB Bootloader from the Microchip website https://ww1.microchip.com/downloads/en/DeviceDoc/megaUSB_DFU_Bootloaders.zip
  3. Connect (ISP) programmer to the board
  4. Erase chip
  5. Flash bootloader hex file
  6. Clear the BOOTRST fuse
  7. Flash application binaries using the DFU bootloader

Bootloader

The bootloader is started when the µC is being reset via the reset button.

About

USB MIDI Wheel is designed to act as an accessory device for SDR Console.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published