Giter Site home page Giter Site logo

rv0 / yocto_808 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from homoelectromagneticus/yocto_808

1.0 3.0 0.0 2.61 MB

Unofficial Firmware for a TR-808 Clone by E-Licktronic

Dockerfile 0.17% C++ 81.29% Makefile 0.33% C 17.85% Batchfile 0.03% Shell 0.01% Ruby 0.27% CMake 0.05%

yocto_808's Introduction

Yocto_808

Unofficial firmware for the DIY TR-808 Clone by E-Licktronic.

For users:

Click the releases tab above to download the latest release.

Read the improved Yocto manual.

Update the Yocto firmware by holding step buttons 1, 3, and 5 while powering the unit on. Start sending the SysEx to the Yocto's MIDI IN port within five seconds. Be sure to put a delay between SysEx messages of ~200ms, or the Yocto may not take the update. Use of MIDI-OX on Windows and SysExLibrarian on Mac is recommended.

If there are issues, don't hesitate to bring them up on the e-licktronic forum.

For developers:

Burning the bootloader onto the Yocto's microprocessor (Using Arduino IDE v1.0.6)

A useful guide to setup an Arduino as an In-System Programmer is available at the e-licktronic forum (http://www.e-licktronic.com/forum/viewtopic.php?f=17&t=436)

Writing firmware to the Yocto's microprocessor with an Arduino

  1. Find out what micro you have - ATMEGA1284 or ATMEGA1284P? If you have the ATMEGA1284, update your avrdude.conf file with what's in the "avrdude.conf.addendum" file.
  2. Burn the bootloader following the above guide from e-licktronic.
  3. Make sure the "TX" connection on the Arduino is not connected to anything.
  4. Make sure that GND and RST are not connected.
  5. Make sure your libraries are in the right place or your code won't compile.
  6. Program / Upload / Burn. If the process fails, you may need to burn the bootloader again.

Compiling a .hex and .syx file with Jacob Vosmaer's build tool

  1. Visit https://gitlab.com/jacobvosmaer/yocto-build and do what it says.

Reading serial output from the Yocto's microprocessor with an Arduino

  1. Make the RX / TX connections given in the "Hardware_Connections.png" image.
  2. Connect GND and RST on the Arduino board.
  3. Open your favorite serial monitor software and monitor the COM point.
  4. Set the software to 115200 baud.

Hey, playing with the firmware screwed up the patterns on the CB, CY, OH, CH...

You probably didn't increase the buffer size in the Arduino twi and Wire libraries. In twi.h: "#define TWI_BUFFER_LENGTH 128" instead of 32 In Wire.h: "#define BUFFER_LENGTH 128" instead of 32 See (http://www.e-licktronic.com/forum/viewtopic.php?f=17&t=180&p=3716&hilit=libraries#p3716)

Disclaimer

I am not affiliated in any way with e-licktronic. Use this code at your own risk!

yocto_808's People

Contributors

homoelectromagneticus avatar rv0 avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.