From 6b1fe283908639e269e890b6ac8c941c9b273c42 Mon Sep 17 00:00:00 2001 From: scott Date: Sun, 14 Dec 2025 19:20:21 -0800 Subject: [PATCH] Realized I want one file with all info --- hardware.md | 10 ---------- project.md | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 10 deletions(-) delete mode 100644 hardware.md create mode 100644 project.md 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 +