ddiakopoulos/hiduino

Hiduino recompiler web app

sanotronics opened this issue · 3 comments

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!!

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.

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!

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

http://pimpmyhiduino.yaeltex.com

:)