Skip to content

yowidin/morse-encoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Morse Encoder

A simple NodeMCU-based project, showcasing PlatformIO, OLED display, rotary encoder and sound generator usage.

A silly video:

Hello World

Requirements

Building

Just run the platformio command, it will download and build all dependencies.

platformio run -e esp_debug

Uploading

Connect the NodeMCU board via USB, and issue the following command:

platformio run -t upload -e esp_debug

NOTE: make sure the board drivers are installed.