Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cnj-fsdev/sleepingdragon-raspberrypico
Welcome! I am going to build a "Sleeping Dragoon" - Working with Raspberry PICO. Through the GP port of the Pico, the 5 LED lights are controlled to light up in turn, and then turn off in turn to form a Colorful flowing light.
https://github.com/cnj-fsdev/sleepingdragon-raspberrypico
led raspberry-pi-pico thonny-ide
Last synced: 6 days ago
JSON representation
Welcome! I am going to build a "Sleeping Dragoon" - Working with Raspberry PICO. Through the GP port of the Pico, the 5 LED lights are controlled to light up in turn, and then turn off in turn to form a Colorful flowing light.
- Host: GitHub
- URL: https://github.com/cnj-fsdev/sleepingdragon-raspberrypico
- Owner: CNJ-FsDev
- Created: 2024-10-20T02:41:01.000Z (29 days ago)
- Default Branch: main
- Last Pushed: 2024-10-21T16:04:05.000Z (27 days ago)
- Last Synced: 2024-10-22T03:55:38.800Z (27 days ago)
- Topics: led, raspberry-pi-pico, thonny-ide
- Language: Python
- Homepage:
- Size: 34.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SleepingDragon-RaspberryPICO
Welcome! I am going to build a "Sleeping Dragoon" - Working with Raspberry PICO.
Through the GP port of the Pico, the 5 LED lights are controlled to light up in turn, and then turn off
in turn to form a Colorful flowing light.Hardware:
- 1x Raspberry Pi PICO
- 1x SunFounder Breadboard Power Bank (Power Supply Module)
- 2x Medium Breadboard
- 5x LED
- 1x Dupont Line
- 10x Male-Male short lineWhat is Sleeping dragon and how does it work?
1.Breadboard:Breadboard is designed and manufactured for solderless experimentation of electronic circuits. Since there are many small jacks on the board, various electronic components can be inserted or pulled
out at will, eliminating the need for soldering and saving the assembly time of the circuit, and the
components can be reused, so it is very suitable for the assembly and debugging of electronic circuits.
2.Light emitting diode:Light emitting diode(short name:LED), is solid-state semiconductor devices that convert electricity
into visible light. The core part of LED is a chip composed of P-type semiconductor and N-type
semiconductor. When the current passes through the chip, the electrons in the N-type semiconductor and
the holes in the P-type semiconductor collide and compound in the luminous layer to produce photons, and emit energy in the form of photons, namely visible light. Its long pin is positive, short pin is negative,
the current is unidirectional from positive to negative.