diff --git a/README.md b/README.md index 58fbd6d..8ffb0e0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # avrrfm -[![make](https://github.com/gitdode/avrrfm/actions/workflows/build.yml/badge.svg)](https://github.com/gitdode/avrrfm/actions/workflows/build.yml) - ## About Experimental project around RFM radio modules using an ATmega328P MCU @@ -17,7 +15,7 @@ There is basic [SD card support](https://github.com/gitdode/libsdc/tree/main) that might be useful for something like a data logger. -![IMG_20250413_184140](https://github.com/user-attachments/assets/1ac75c87-bcc0-4c7b-a6b3-39a937d728f0) +![IMG_20250413_184140](https://static.luniks.net/GitBucket/avrrfm/IMG_20250413_184140.jpg) The receiver currently converts the raw temperature reading to °C and displays it with the RSSI value, CRC result and transmitter output power on a nice IPS @@ -27,13 +25,13 @@ The transmitter waits for this response with a timeout so it won't be blocked and consumes a lot of power just because there is no response coming back. -![IMG_20250413_190306](https://github.com/user-attachments/assets/b6226805-6778-4cc8-bec5-2a36f91b4585) +![IMG_20250413_190306](https://static.luniks.net/GitBucket/avrrfm/IMG_20250413_190306.jpg) ## Fun Stuff Looking at the payload in the FSK modulated signal from the transmitter in URH (with an RTL-SDR Blog V4): -![urh](https://github.com/user-attachments/assets/4c0b159a-5ae9-444c-99f1-6edc385ba4b1) +![urh](https://static.luniks.net/GitBucket/avrrfm/urh.png) The four selected payload bytes are: @@ -53,23 +51,23 @@ bytes. After the 4 payload bytes, there are 2 CRC bytes as described in the datasheet of the RFM69HCW: -![PackageFormat](https://github.com/user-attachments/assets/11687645-552c-46e5-a0bf-ef490b1bca48) +![PackageFormat](https://static.luniks.net/GitBucket/avrrfm/PackageFormat.png) ### LoRa With LoRa, the signal of course looks a bit different: -![urhLoRa](https://github.com/user-attachments/assets/2f8c4392-da10-4c44-b266-18e3726e1e39) +![urhLoRa](https://static.luniks.net/GitBucket/avrrfm/urhLoRa.png) And it doesn't look like URH can decode LoRa for the time being. Interesting information about decoding LoRa can be found at [DecodingLora - RevSpace](https://revspace.nl/DecodingLora). The chirps of the LoRa signal in the waterfall view of SDR++: -![41_7kHz-SF10s](https://github.com/user-attachments/assets/0c45a3d3-c5cd-4fa7-a8da-a4a13c1b5ae6) +![41_7kHz-SF10s](https://static.luniks.net/GitBucket/avrrfm/41_7kHz-SF10s.png) ## Silly Stuff A hopelessly underpowered RFM95 in FSK mode going haywire (turn on sound): -https://github.com/user-attachments/assets/85de6b50-0ec8-4264-92a5-a77f90162c87 +https://static.luniks.net/GitBucket/avrrfm/VID_20250507_180745.mp4