From 3c88981d5e3d62c65b568265cbae755aa7f50ec9 Mon Sep 17 00:00:00 2001 From: Nikolai Date: Sun, 11 Feb 2018 20:00:27 -0800 Subject: [PATCH] Update README.md --- README.md | 28 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 15d333f..5582ad5 100644 --- a/README.md +++ b/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