Skip to content

BhavyaBhartiya/Pi_Pico_Scrambler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9bb9171 · · May 10, 2026

History

20 Commits
May 9, 2026
May 3, 2026
May 10, 2026

Repository files navigation

Pi_Pico_Scrambler

This project is based on the Raspberry Pi Pico W and utilises buttons for inputting Morse code. The Red Button represents a dot (.) while the Blue Button represents a dash (-). The Green Button is used to submit the input so that the Pico can decode the signals into text. The decoded text is then encrypted using a Caesar cypher with the formula "chr((ord(s) - 65 + 2) % 26 + 65)", and the result is displayed on an OLED screen.

Image

image

Demo Gif

gif

Demo Link: -

Wokwi Demo Link

About

This is a simple program that scrambles whatever you type in and displays the scrambled message.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published