Jcspoza / neopixel-tape8x32

Test with a strip of 8x32 neopixel matrix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Repo name: neopixel-tape8x32

Main Target

Study & Test with a strip of 8x32 neopixel matrix


Study & Test path - initial approach

  1. Basic test with 8x32 in Arduino ide: name scroll, color, ..
  2. Dive in neopixel library: functions, constants, color management
  3. Dive in neomatrix library

1st step Tutorials

Arduino

  1. Prometec neopixel begining spanish tutorial
  2. Prometec neopixel matrix begining spanish tutorial
  3. Adafruit arduino neopixel library How to use it
  4. Adafruit arduino neopixel Matrix library How to use it

Micropython

  1. Randomnerd - Micropython WS2812B 1st steps tutorial

HW description

NeoPixel matrix

  • 32 width x 8 height
  • 5 volt supply voltage
  • Data IN should be limited with a 470 ohm resistor in series

SW libraries

Arduino IDE libraries

Micropython Libraries

To be added

Log file

log file whith last actions

About

Test with a strip of 8x32 neopixel matrix

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%