ddiakopoulos / hiduino

:musical_keyboard: Native USB-MIDI on the Arduino
http://www.dimitridiakopoulos.com/hiduino
645 stars 110 forks source link

Hiduino recompiler web app #33

Closed sanotronics closed 8 years ago

sanotronics commented 8 years ago

Hello!

@pablofullana has developed an early stage of a tool that I think could help lots of hiduino users.

It is a web app for recompiling and renaming the hiduino firmware, to show up as an HID with any name we want.

Its inputs are "Manufacturer Name", "Device Name" and "Arduino Model" (Uno and Mega2560), and it outputs the hex file as a download.

This is the project rep

It is in absolute alpha version, and I am hosting it in a Ubuntu desktop and publishing it with ngrok, I will leave it like this for a couple of days so you can try it out.

For now it works with one request at a time.

If some of you guys want to help and host it in a server you own and make it more permanent it would be awesome.

It could be more beatiful as well, so any CSS jedis out there can help.

Also if you want to contribute just generate a pull and be brave :)

Hope you like it!!

ddiakopoulos commented 8 years ago

Whoa! This is awesome... nice work! If I had one functional comment, the fields for name and manufacturer should be capped to 11 characters which is the maximum that the USB descriptor can handle.

ddiakopoulos commented 8 years ago

Closing this out for now. Maybe in the medium-term future I will host an instance of this application myself and put a link a readme. Thanks again for your hard work!

sanotronics commented 8 years ago

Ok, magicly I handled myself to deploy this on AWS, and now we have a permanent link

http://pimpmyhiduino.yaeltex.com

:)