is firmware public ?

Discuss use it and firmware update
  • 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)
  • I am looking for the fresh and well-mannered source code.
  • is 2.0 = 1.0b or c?
  • 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
  • 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.
  • 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.
  • 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.
  • 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.
  • Thank you all!
    If my friend comes up with some fixed code, I'll post it grrr...
    F.