16 lines
594 B
Markdown
16 lines
594 B
Markdown
# 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
|
|
|