X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/rsbs2/blobdiff_plain/8a583fd2eef39ffdcd41f9f1f5ea7e4896bad7a0..0b58b0e0db185986906cb8a71964f06bfa995b4a:/bmc/README.txt diff --git a/bmc/README.txt b/bmc/README.txt new file mode 100644 index 0000000..bbb3af7 --- /dev/null +++ b/bmc/README.txt @@ -0,0 +1,12 @@ +This directory includes firmware for an I2C BMC emulator running on an Atmel +AVR with TWI. This makes it possible to use the Power On/Power Off functional- +ity of the Java GUI to control the machines power. + +Suggested microcontroller when building the hardware: ATmega328P + +The software is currently only tested on an ATmega16, as I had that one +lying around... + +Currently the following PINs act as low active connections to the motherboard: +PB0 - Power button +PB1 - Reset button