A Morse code trainer for listening and translating letters, numbers, words, callsigns, and progressive character groups.
It is almost fully vibe-coded. I just wanted my own trainer because I could not find one online that fit my needs.
What MeshCore observers report to letsmesh, how to set up an ESP32 repeater observer, and how MeshMapper turns wardriving measurements into a coverage map.
Pocket Finances for Delta Chat
Last edited:
I created a finance tracking webxdc app for Delta Chat called Pocket Finances. You can download it from my Github.
This program is almost fully vibe-coded.
Pocket QSO for Delta Chat
Last edited:
I created a contact logging app for radio amateurs for Delta Chat. You can download it from my Github.
This program is about 70% vibe-coded.
MeshCore Ping Bot over BLE
Last edited:
I wrote a ping bot using the meshcore Python library that can be used over Bluetooth. It is a modified version of this example that works over serial. It's available on my Github.
A simple simulation of bouncing balls with basic collision detection and gravity. I wanted to get a little bit more familiar
with Javascript. This is actually my first Javascript program :D