An open API service indexing awesome lists of open source software.

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.

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:
[![Watch the demo on YouTube](https://img.youtube.com/vi/YrwMqv11d9g/0.jpg)](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