https://github.com/amid68/raspberry-pi-morse-code-blinker
A "Hello World” project for the Raspberry Pi Pico.
https://github.com/amid68/raspberry-pi-morse-code-blinker
Last synced: 3 months ago
JSON representation
A "Hello World” project for the Raspberry Pi Pico.
- Host: GitHub
- URL: https://github.com/amid68/raspberry-pi-morse-code-blinker
- Owner: Amid68
- License: mit
- Created: 2024-11-21T09:16:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-21T13:46:34.000Z (over 1 year ago)
- Last Synced: 2025-03-23T05:41:25.698Z (over 1 year ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Raspberry Pi Pico Morse Code Blinker
## Description
This project is a "Hello World" for the Raspberry Pi Pico, demonstrating basic LED control using **MicroPython**. The onboard or external LED blinks in **Morse code**, spelling "HELLO WORLD". It’s designed to introduce beginners to embedded systems programming and Morse code logic using the Raspberry Pi Pico.
## Demo
Check out a video demonstration of the project on YouTube:
[](https://youtu.be/YrwMqv11d9g?si=rhkHc4TBA4w9VNYS)
## Requirements
## Requirements
- Raspberry Pi Pico with MicroPython installed.
- Micro USB cable.
- [Thonny IDE](https://thonny.org/) (or any text editor supporting MicroPython).
## Project Structure
```plaintext
src/
└── main.py # Main script containing Morse code logic
LICENSE # License file for the project
README.md # Project documentation