RSSAmplifier

lch361's projects · Aug 20, 2024

STM32 Morse device

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

An STM32F103C6T6 microcontroller firmware. Textual information goes to the USART pins on a microcontroller, while Morse signal is on one of the digital pins, for example, connected to LED. Sending ASCII letters through USART will make an LED blink accordingly to the decoded Morse signal, and otherwise. It is my first firmware made with Zig programming language, and it serves as a great example of…

An STM32F103C6T6 microcontroller firmware. Textual information goes to the USART pins on a microcontroller, while Morse signal is on one of the digital pins, for example, connected to LED. Sending ASCII letters through USART will make an LED blink accordingly to the decoded Morse signal, and otherwise. It is my first firmware made with Zig programming language, and it serves as a great example of a simple, interrupt-driven application.

Read on /projects/stm32-morse-device/

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.