From 68726846a6baf2fadf52c9a372d12bfe76ea795e Mon Sep 17 00:00:00 2001 From: James Shao Date: Mon, 21 Dec 2020 21:48:58 +0800 Subject: [PATCH] Updated decoder for NRF24L01 (markdown) --- Decoder-for-NRF24L01.md | 6 ++++++ decoder-for-NRF24L01.md | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 Decoder-for-NRF24L01.md delete mode 100644 decoder-for-NRF24L01.md diff --git a/Decoder-for-NRF24L01.md b/Decoder-for-NRF24L01.md new file mode 100644 index 0000000..89a94dc --- /dev/null +++ b/Decoder-for-NRF24L01.md @@ -0,0 +1,6 @@ +NRF24L01 is produced by nordic semiconductor. It is popular to be used in radio control of mini-drone. +Right now, you can use portapack to decode the data sent from NRF24L01. Right now, only 250KPS mode is supported. + +##Reference: +https://www.youtube.com/watch?v=8ZnWxhCkDkk +https://blog.csdn.net/shukebeta008/article/details/105478579 \ No newline at end of file diff --git a/decoder-for-NRF24L01.md b/decoder-for-NRF24L01.md deleted file mode 100644 index d913d89..0000000 --- a/decoder-for-NRF24L01.md +++ /dev/null @@ -1,2 +0,0 @@ -NRF24L01 is produced by nordic semiconductor. It is popular to be used in radio control of mini-drone. -Right now, you can use portapack to decode the data sent from NRF24L01. Right now, only 250KPS mode is supported. \ No newline at end of file