forked from LuckfoxTECH/luckfox-pico
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Alistair Jordan
committed
Dec 5, 2023
1 parent
af836c9
commit fab32e5
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Design for transmitting images | ||
|
||
## Introduction | ||
The current design works with 2 Datagram message types, WSPR and Lora(Wan). Both are essentially from an abstracted point of view methods of data transmition | ||
|
||
* LoraWan can send real packets | ||
* WSPR sends a few bits of information for location and callsign - hidden underneath this though is the "pseudo-random" syncronisation vector, which could be exploited for additional data transmission. | ||
|
||
Overall the purpose of this part of the project is to be able to decode the datagram transmissions back into images, while assuming an EXTREMELY high packet losdd. | ||
|