Page 3 of 4

Re: is firmware public ?

Posted: Oct 10th, '16, 11:18
by halides
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 :-)

Re: is firmware public ?

Posted: Nov 13th, '16, 19:56
by rat
Great, thanks for the answer!
(didnt know there is a manual haha)

** also - wait is the firmware open source? how about the Nava? (was thinking of adjusting character sets for an oled)

Re: is firmware public ?

Posted: Dec 30th, '16, 07:38
by richardlawson1489
I am looking for the fresh and well-mannered source code.

Re: is firmware public ?

Posted: Jan 6th, '17, 14:09
by rat
is 2.0 = 1.0b or c?

Re: is firmware public ?

Posted: Jan 24th, '17, 00:35
by hofmann25
Arduino NOOB question :oops:

Are there ATmega1284P ready boards like the http://www.ebay.com.au/itm/Arduino-Comp ... SwiCRUeVLM for the ATMega328P :?:

EDIT: Or is this ok? http://www.ebay.com.au/itm/Mega-2560-R3 ... X9kRsuMCHQ

Re: is firmware public ?

Posted: Aug 26th, '17, 19:56
by jvq
I asked Vincent for the 1.0c firmware and he kindly sent me a RAR file via email.

I am sharing it here with his permission.

http://yocto-e04b97363876c567e1fb.s3.am ... _v1_0c.rar

SHA256 575e348f2fb95b77c0b9d53fb2bd76ae21eb03543fc2d3fe54120c5bfecf7c86.

Re: is firmware public ?

Posted: Aug 29th, '17, 01:26
by helectromagneticus
I put the latest firmware source on GitHub: https://github.com/HomoElectromagneticus/Yocto_808

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.

Re: is firmware public ?

Posted: Sep 10th, '17, 12:10
by FlavioB
helectromagneticus wrote:I put the latest firmware source on GitHub: https://github.com/HomoElectromagneticus/Yocto_808

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.

Re: is firmware public ?

Posted: Sep 11th, '17, 23:53
by helectromagneticus
FlavioB wrote:
helectromagneticus wrote:I put the latest firmware source on GitHub: https://github.com/HomoElectromagneticus/Yocto_808

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.

Re: is firmware public ?

Posted: Sep 12th, '17, 06:28
by FlavioB
Thank you all!
If my friend comes up with some fixed code, I'll post it grrr...
F.