diff --git a/hardware.md b/hardware.md deleted file mode 100644 index 7162363..0000000 --- a/hardware.md +++ /dev/null @@ -1,10 +0,0 @@ -## Hardware for Seven Segment Display -This is the initial hardware info. - -### Controller - * ESP32 WROOM -### Servo Controller - * PCA9685 I2C -### Servo - * Deegoo MG996R - diff --git a/project.md b/project.md new file mode 100644 index 0000000..497c286 --- /dev/null +++ b/project.md @@ -0,0 +1,15 @@ +# Seven Segment Project + +## Overview +I am building a 7 segment display, a 3D printed model coupled with a servo to drive the position of the cam such that all digits can be represented, 0-9. The servo changes the digit on display. I am driving this all with a micro controller. I intend to create multiple display devices, and the will each have their own servo. This project is currently at the stage of a single display, and a single servo + +## Hardware +This is the initial hardware info. + +### Controller + * ESP32 WROOM +### Servo Controller + * PCA9685 I2C +### Servo + * Deegoo MG996R +