]>
Commit | Line | Data |
---|---|---|
0b58b0e0 MG |
1 | This directory includes firmware for an I2C BMC emulator running on an Atmel |
2 | AVR with TWI. This makes it possible to use the Power On/Power Off functional- | |
3 | ity of the Java GUI to control the machines power. | |
4 | ||
5 | Suggested microcontroller when building the hardware: ATmega328P | |
6 | ||
7 | The software is currently only tested on an ATmega16, as I had that one | |
8 | lying around... | |
9 | ||
10 | Currently the following PINs act as low active connections to the motherboard: | |
11 | PB0 - Power button | |
12 | PB1 - Reset button | |
9be02f67 MG |
13 | |
14 | A picture of my prototypical setup can be found in proto_setup.jpg |