-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9217672
commit f2ea26c
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |