Skip to content

A MicroPython implementation for transmitting Morse code messages with build-in LED for Raspberry Pico W

Notifications You must be signed in to change notification settings

freskoulix/morse-blink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Blink Raspberry Pico with Morse code

A MicroPython implementation for transmitting Morse code messages with build-in LED for Raspberry Pico W.

Based on the International Morse Code

International Morse Code

Rhey T. Snodgrass & Victor F. Camp, 1922, Public domain, via Wikimedia Commons

Required Equipment

Usage

Arduino Lab disconnected

  • Connect Raspberry Pico W with USB and Connect to its port

Arduino Lab connected

  • Click Folder and open src/ folder inside the project
  • Files view opens in which you can upload code.txt and index.html

Arduino Lab files upload

  • Select server.py so its code loads into the editor

Arduino Lab server

  • Edit WIFI_SSID and WIFI_PASSWORD with your WiFi credentials MORSE_TIME_UNIT_MS = 200 is the duration of the base time unit used in MORSE_CONFIG as integer multiples for each operation
  • Click Run and notice the connection status as reported in the terminal until it reaches status: 3

Arduino Lab server start

  • Open the http URL as reported in the terminal in your browser

Arduino Lab web interface Enter your message and click "Morse it!" button

  • A POST request is send to Pico's http server and the message starts to blink

Arduino Lab send message

Nice right :)

About

A MicroPython implementation for transmitting Morse code messages with build-in LED for Raspberry Pico W

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published