Open 2e0byo opened 3 years ago
Dear @2e0byo ,
Thank you very much for your interest in collaborating with Pinguino Project.
Let me reread your post and I'll be back with feedback shortly. Regards.
Dear @2e0byo ,
It's me again. I visit your repo, read the wiki, follow some source-code and I think it could be very helpfull for the Pinguino Project.
I will give it a try soon, as I have some Microchip PIC-2550 with no firmware burned-in at all, and I would come back with feedback later.
Thanks and best regards.
Having shipped (literally) a pinguino-based device halfway round the world with a bug in it, I needed a way of uploading a
.hex
to it that anyone could use.Threw together an uploader in python/tkinter compiled to an executable with pyinstaller, installed with a NSIS generated installer, and CI with GitHub Actions as I don't really have windows available.
https://github.com/Mad-Wombat-Labs/pinguino-firmware-uploader
Lastly I do realise that Pinguino is not for 'commercial projects'. But I can't be the only person who builds stuff around pinguino (or in my case just pinguino-bootloader) running PICs and occasionally gives it away, and then wants to fix bugs in the field.