rat wrote:whats yocto 2.0 firmware for? i think my kit is with preburned 1.0c ..do i need to get a different chip and put this 2.0 on it? is it the latest firmware?
you can check firmware version in "Init EEprom" by pressing reset. you should hear two kickdrums if your firmware is 2.0. This is also in the manual, last sentence of the manual
Perhaps now the community will be able to address some of the bugs (or perhaps even add features!). The firmware is written in Arduino, so it's not that weird if one has some familiarity with C.
Perhaps now the community will be able to address some of the bugs (or perhaps even add features!). The firmware is written in Arduino, so it's not that weird if one has some familiarity with C.
Hi there.
What version is this one?
Thanks,
Flavio.
Perhaps now the community will be able to address some of the bugs (or perhaps even add features!). The firmware is written in Arduino, so it's not that weird if one has some familiarity with C.
Hi there.
What version is this one?
Thanks,
Flavio.
Right now there is a "1.0c" branch that is the original 2.0 firmware that Vincent released on this forum. On the "master" branch I've been slowly translating the comments from French to English where I am interested in the code. I plan to try and fix a couple bugs, and will likely merge jvq's fix for MIDI slave triggering when I get the chance. I have read that jvq may attempt to rewrite all of the code in avr-c, which could be cool. I hope we have a chance to collaborate.
In my imagination, I see an open-source 808 clone.
I have not yet setup a hardware toolchain to load code on the Yocto MCU. Any suggestions here would be appreciated - my C experience comes from PICs, so I don't really know Atmel tools at all.