SunFounder Thales Kit for Raspberry Pi Pico, Release 1.0
• Light Strip Thickness: 2mm
• Each LED can be controlled individually
WS2812B Introdction
•
WS2812B is a intelligent control LED light source that the control circuit and RGB chip are integrated in a package of
5050 components. It internal include intelligent digital port data latch and signal reshaping ampli fication drive circuit.
Also include a precision internal oscillator and a 12V voltage programmable constant curr e-nt control part, effectively
ensuring the pixel point light color height consistent.
The data transfer protocol use single NZR communication mode. After the pixel power-on reset, the DIN port receive
data from controller, the first pixel collect initial 24bit data then sent to the internal data latch, the other data which
reshaping by the internal signal reshaping amplification circuit sent to the next cascade pixel through the DO port.
After transmission for each pixelthe signal to reduce 24bit. pixel adopt auto resha -ping transmit technology, making
the pixel cascade number is not limited the signal transmission, only depend on the speed of signal transmission.
LED with low driving voltage, environmental protection and energy saving, high brightness, scattering angl e is large,
good consistency, low power, long life and other advantages. The control chip integrated in LED above becoming
more simple circuit, small volume, convenient installation.
Example
2.2.17 74HC595
The 74HC595 consists of an 8bit shift register and a storage register with threestate parallel outputs. It converts serial
input into parallel output so you can save IO ports of an MCU. When MR (pin10) is high level and OE (pin13) is low
level, data is input in the rising edge of SHcp and goes to the memory register through the rising edge of SHcp. If the
two clocks are connected together, the shift register is always one pulse earlier than the memory register. There is a
serial shift input pin (Ds), a serial output pin (Q) and an asynchronous reset button (low level) in the memory register.
The memory register outputs a Bus with a parallel 8-bit and in three states. When OE is enabled (low level), the data
in memory register is output to the bus.
•
32
Chapter 2. What is Included in This Kit
Summary of Contents for Thales Kit
Page 1: ...SunFounder Thales Kit for Raspberry Pi Pico Release 1 0 Jimmy SunFounder Jun 04 2021 ...
Page 2: ......
Page 4: ...ii ...
Page 6: ...SunFounder Thales Kit for Raspberry Pi Pico Release 1 0 2 CONTENTS ...
Page 140: ...SunFounder Thales Kit for Raspberry Pi Pico Release 1 0 136 Chapter 3 For MicroPython User ...
Page 164: ...SunFounder Thales Kit for Raspberry Pi Pico Release 1 0 160 Chapter 4 For Arduino User ...