Difference between revisions of "Mega Menorah 9000"

From Evil Mad Scientist Wiki
Jump to: navigation, search
(Add source code for MM9k)
Line 14: Line 14:
 
'''Programming resources:'''  
 
'''Programming resources:'''  
 
* The Mega Menorah 9000 base PCB is based on the [https://learn.adafruit.com/introducing-trinket/introduction Adafruit Trinket], and can be programmed in the same way, with one exception: To activate the bootloader interface, you must hold down the "Color" button when resetting or plugging into your computer.  
 
* The Mega Menorah 9000 base PCB is based on the [https://learn.adafruit.com/introducing-trinket/introduction Adafruit Trinket], and can be programmed in the same way, with one exception: To activate the bootloader interface, you must hold down the "Color" button when resetting or plugging into your computer.  
 +
* Source code available in the MM9k directory of [https://github.com/evil-mad/menorah our repository].
 +
* Source code is written with [https://learn.adafruit.com/introducing-trinket/setting-up-with-arduino-ide Adafruit Arduino] (Arduino modified for use with Trinket).
 
* Our example code uses the [https://github.com/cpldcpu/light_ws2812 Light WS2812] library from [https://cpldcpu.wordpress.com CPLD CPU].
 
* Our example code uses the [https://github.com/cpldcpu/light_ws2812 Light WS2812] library from [https://cpldcpu.wordpress.com CPLD CPU].
  

Revision as of 13:42, 21 November 2014

This page is the central documentation site for the Mega Menorah 9000 kit from Evil Mad Scientist.

Main details about Mega Menorah 9000:


Primary documentation:


Programming resources:

  • The Mega Menorah 9000 base PCB is based on the Adafruit Trinket, and can be programmed in the same way, with one exception: To activate the bootloader interface, you must hold down the "Color" button when resetting or plugging into your computer.
  • Source code available in the MM9k directory of our repository.
  • Source code is written with Adafruit Arduino (Arduino modified for use with Trinket).
  • Our example code uses the Light WS2812 library from CPLD CPU.


Places for questions, answers, and sharing experiences:


Related Projects: