mirror of
https://github.com/workinghard/BabyTV.git
synced 2025-12-13 17:12:08 +00:00
Update README.md
This commit is contained in:
28
README.md
28
README.md
@@ -1,21 +1,35 @@
|
||||
# BabyTV
|
||||
BabyTV running on Atmega328p and using WS2812B display
|
||||
|
||||
![alt text][logo]
|
||||
|
||||
## Index
|
||||
1. [Overview](#overview)
|
||||
2. [Hardware](#hardware)
|
||||
3. [Software](#software)
|
||||
4. [Hardware](#hardware)
|
||||
5. [3D Parts](#3dparts)
|
||||
4. [3D Parts](#3dparts)
|
||||
5. [Full Partlist](#partlist)
|
||||
|
||||
## Overview
|
||||
TODO
|
||||
Display a nice looking pixel grafic on a 16x16 matrix. Both static images and animations are possible and implemented. Let your child switch between images/animations with a remote. Control brightness and switch between "channels" with two knobs.
|
||||
|
||||
You can [watch a demo on youtube](https://youtu.be/bw_D5chaiGM)
|
||||
|
||||
This project is inspired by others which are using Neopixel matrix and developed already stable and fast working frameworks for arduino.
|
||||
|
||||
## Hardware
|
||||
A 16x16 neopixel matrix with a WS2812B controller is being used as a display. It is driven by an arduino nano board with a atmega328p chip. One rotary encoder knob allows to switch between "channels" back and forth. One potentiometer is being used for brightness control. The infrared sensor is picking up any signals and switching a channel based on it.
|
||||
|
||||
![alt text][ElectronicsOverview]
|
||||
|
||||
![alt text][ElectronicsMainboard]
|
||||
|
||||
[Full schematics can be found in the project](https://github.com/workinghard/BabyTV/raw/master/Schematics/BabyTV.pdf)
|
||||
|
||||
## Software
|
||||
TODO
|
||||
|
||||
## Hardware
|
||||
TODO
|
||||
|
||||
|
||||
|
||||
## 3Dparts
|
||||
@@ -23,7 +37,11 @@ TODO
|
||||
|
||||
----
|
||||
|
||||
##Partlist
|
||||
|
||||
|
||||
|
||||
[logo]: https://github.com/workinghard/BabyTV/raw/master/images/BabyTV_Icon.png "Logo"
|
||||
[demo]: http://img.youtube.com/vi/bw_D5chaiGM/0.jpg "Demo"
|
||||
[ElectronicsOverview]: https://github.com/workinghard/BabyTV/raw/master/images/BabyTV_Electronics_Overview.JPG
|
||||
[ElectronicsMainboard]: https://github.com/workinghard/BabyTV/raw/master/images/BabyTV_Electronics_Mainboard.JPG
|
||||
|
||||
Reference in New Issue
Block a user