Page 1 of 1

atmega32u4.hex Propriety?

Posted: Mon May 16, 2022 10:33 pm
by jetski
is the atmega32u4.hex propriety? Or is there somewhere I can download the sketch for it?

Re: atmega32u4.hex Propriety?

Posted: Tue May 17, 2022 1:19 am
by kaiba_seto2004
You can download current firmwares here:

Code: Select all

https://github.com/matlo/GIMX-firmwares/releases/download/v8.0/firmwares-8.0.zip

Re: atmega32u4.hex Propriety?

Posted: Tue May 17, 2022 1:33 am
by jetski
kaiba_seto2004 wrote: Tue May 17, 2022 1:19 am You can download current firmwares here:

Code: Select all

https://github.com/matlo/GIMX-firmwares/releases/download/v8.0/firmwares-8.0.zip
Thanks!

Update:

I actually notice this is still the .hex? No way to actually see the source? So I can learn from it to make new controller and console support?


Another update:

I see now it's here:

Code: Select all

https://github.com/matlo/GIMX-firmwares/tree/master

Re: atmega32u4.hex Propriety?

Posted: Fri May 20, 2022 9:05 am
by GoDlike
GIMX is fully open-source so the firmwares sources are also available as you already noticed.

Re: atmega32u4.hex Propriety?

Posted: Sat May 21, 2022 11:33 pm
by jetski
GoDlike wrote: Fri May 20, 2022 9:05 am GIMX is fully open-source so the firmwares sources are also available as you already noticed.
Yea. I saw that now :) this is an awesome tool. I've managed to build a remote gameplay server and client in Java for it.

Re: atmega32u4.hex Propriety?

Posted: Sun May 22, 2022 7:26 am
by GoDlike
Impressive. I'm glad that gimx allows that kind of integrations thanks to network api.