From 4047666c97473b8deef45c28a0a0d95fafad47b2 Mon Sep 17 00:00:00 2001 From: Leon Krieg Date: Mon, 2 Feb 2026 06:54:43 +0100 Subject: [PATCH] Update README --- docs/README.md | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/docs/README.md b/docs/README.md index bf81188..168f2d9 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,16 +1,4 @@ -## uwu - Useful Wireless Utilities - -### What's this? - -uwu a-are usefuw wiwewess utiwities fow encoding, sending -a-and weceiving data o-over ampwitude-shift moduwated wadio -fwequencies. cuwwentwy it onwy suppowts manchester (binawy -phase) wine e-encoding〜☆ f-fowwawd ewwow cowwection will -be d-done using hamming codes but i'm still wowking on that. - -Sorry... - -### ASK Module +# Amplitude Shift Keying | Attribute | Value | | ------------- | ---------------------------- | @@ -20,7 +8,7 @@ Sorry... | Modulation | ASK (Amplitude-shift keying) | | Data Rate | 4 KHz, maybe more? | -#### General Notes +## General Notes - Generic 433 MHz RX/TX chips with ASK. - Transmitter is on if data pin is high. Receivers have @@ -30,13 +18,13 @@ Sorry... and transmitter to sync up their clock phases. - Encrypted serial connection over 433 MHz? -### Planned Modules +## Planned Modules - Frequency-shift keying (FSK) - Phase-shift keying (PSK) - Chirp spread spectrum (CSS) -### Further Links +## Further Links - [Line code](https://en.wikipedia.org/wiki/Line_code) - [Clock recovery](https://en.wikipedia.org/wiki/Clock_recovery)