Midi Stomp Box without Arduion (Atmega328p)

Hi,

I want to make midi stomp box without arduino. So I just want to use Atmega328p micro controller. Currently I developed a stomp box with arduino but arduino has some unnecessary components for me. My setup working with hairless-midi over serial port. Can I build custom USB setup ? I was tried this library but it's not working or I can't.

Windows says bad USB device when i try this library.

Can I develop with ATMEGA328p without an intermediary program or device?

You need a part like Atmega32U4 which has USB support built in.
https://store.arduino.cc/usa/arduino-micro

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.