From 47f9a37270f78f40855d181ec0e0d0191881312d Mon Sep 17 00:00:00 2001 From: Pawel Spychalski Date: Tue, 7 Nov 2017 13:14:31 +0100 Subject: [PATCH] diagram for RX module --- README.md | 9 +++++++-- docs/{RX module.fzz => RX_module.fzz} | Bin docs/{RX module_schem.png => RX_module_schem.png} | Bin 3 files changed, 7 insertions(+), 2 deletions(-) rename docs/{RX module.fzz => RX_module.fzz} (100%) rename docs/{RX module_schem.png => RX_module_schem.png} (100%) diff --git a/README.md b/README.md index 28d5bab..7f7bee5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ _QuadMeUp Crossbow_ is a DIY project that gives 5km (at least) of RC link for UA # Current state -Development, not yet functional +Development, ready for testing # Protocol @@ -60,4 +60,9 @@ Total length of `RC_DATA` payload is 9 bytes `PING` and `PONG` frames are to determine packet roundrip between **TX** and **RX** module. **TX** sends `PING` frame with curent `micros`. If **RX** receives `PING` frame, it respons -its payload as `PONG` frame. \ No newline at end of file +its payload as `PONG` frame. + + +# RX module connection diagram + +![Diagram](docs/RX_module_schem.png) \ No newline at end of file diff --git a/docs/RX module.fzz b/docs/RX_module.fzz similarity index 100% rename from docs/RX module.fzz rename to docs/RX_module.fzz diff --git a/docs/RX module_schem.png b/docs/RX_module_schem.png similarity index 100% rename from docs/RX module_schem.png rename to docs/RX_module_schem.png