Skip to content

Commit

Permalink
Add a *very* basic README
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbanBedel committed Oct 14, 2013
1 parent 9217672 commit f2ea26c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

NanoDMX - A generic DMX device for dimmers and relays


This project attempts to create an affordable platform for custom DMX devices.

* Hardware

The hardware platform will be based on the popular AVR micro-controller and
should be easy to build at home. The schematics of the first reference hardware
are still beeing worked on.

* Software

The firmware is written for GNU gcc using avr-libc and should be portable to
most AVR providing an UART. To build:

- Edit board_config.h to match your hardware configuration
- Run: make MCU=mcu F_CPU=XXX with the proper MCU name and frequency
- Flash your device with ndmx.ihex

0 comments on commit f2ea26c

Please sign in to comment.