mirror of
https://github.com/nicolai86/ErgoDox-EZ.git
synced 2026-05-06 03:18:58 -07:00
51 lines
1.5 KiB
Markdown
51 lines
1.5 KiB
Markdown
# ErgoDox-EZ
|
|
|
|
[ErgoDox EZ](https://ergodox-ez.com/) LED mod to convert your regular ErgoDox EZ into an ErgoDox EZ shine.
|
|
|
|
## Instructions
|
|
|
|
To build this mod you need to assemble two LED strips, and one I2C bridge. The LED strips are installed on both sides. The right hand LED strip is directly connected to the main PCB. The left hand LED strip requires an I2C bridge to function.
|
|
|
|
## Firmware
|
|
|
|
Once you've connected your Atmega168 you can compile the firmware and flash your microcontroller with the included makefile:
|
|
|
|
```
|
|
$ make build
|
|
$ make flash
|
|
```
|
|
|
|
The makefile is setup to use the AVR ISP MKII.
|
|
|
|
## LED strip
|
|
|
|
You will need to LED pcbs to build this mod. The LED strips are identical for both sides.
|
|
|
|
### List of materials
|
|
|
|
| Component | Amount | Notes |
|
|
|-----------|:-------------:|------:|
|
|
| RGBW6812 | 30 | 15 per side; Can be ordered at Aliexpress |
|
|
| 3-pin micro JST connector | 1 | right hand connector to main PCB |
|
|
|
|
The gerber files, eagle project schematics and board files are included in the led-strip folder.
|
|
|
|
## I2C bridge
|
|
|
|
### List of materials
|
|
|
|
| Component | Amount | Notes |
|
|
|-----------|:-------------:|------:|
|
|
| atmega168pa-au | 1 | Required to decode I2C traffic |
|
|
| 0805 22pF cap | 2 | |
|
|
| 0805 10uF cap | 1 | |
|
|
| 0805 10K resistor | 3 | |
|
|
| CSM-7X-DU 16Mhz oscillator | 1 | |
|
|
| 6 pin AVR ISP connector | 1 | |
|
|
|
|
The gerber files, eagle project schematics and board files are included in the i2c-bride folder.
|
|
|
|
## Assembly
|
|
|
|
TODO instructions and pictures
|