Nikolai 4741df7266 Update BabyTV_v1.ino
License
2018-02-11 20:03:18 -08:00
2018-02-11 20:03:18 -08:00
a
2018-02-11 17:44:42 -08:00
2018-02-11 17:38:51 -08:00
2018-02-11 17:58:47 -08:00
2018-02-11 17:32:49 -08:00
2018-02-11 20:00:27 -08:00

BabyTV

BabyTV running on Atmega328p and using WS2812B display

alt text

Index

  1. Overview
  2. Hardware
  3. Software
  4. 3D Parts
  5. Full Partlist

Overview

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

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

alt text

Full schematics can be found in the project

Software

TODO

3Dparts

TODO


##Partlist

Description
No description provided
Readme GPL-3.0 46 MiB
Languages
C 67.6%
C++ 32.4%