From 0752026f9a730dd68016a9d269c6301f92a9e74c Mon Sep 17 00:00:00 2001 From: James Shao Date: Mon, 21 Dec 2020 21:49:51 +0800 Subject: [PATCH] Updated Decoder for NRF24L01 (markdown) --- Decoder-for-NRF24L01.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Decoder-for-NRF24L01.md b/Decoder-for-NRF24L01.md index 00f7fcf..12faf2a 100644 --- a/Decoder-for-NRF24L01.md +++ b/Decoder-for-NRF24L01.md @@ -2,5 +2,7 @@ NRF24L01 is produced by nordic semiconductor. It is popular to be used in radio Right now, you can use portapack to decode the data sent from NRF24L01. Right now, only 250KPS mode is supported. ## References: + https://www.youtube.com/watch?v=8ZnWxhCkDkk + https://blog.csdn.net/shukebeta008/article/details/105478579 \ No newline at end of file