From cc7c5154ab744254d6a88d04dcfcf20b9e33699a Mon Sep 17 00:00:00 2001 From: Milan Ventil Toman Date: Fri, 29 May 2020 13:40:08 +0200 Subject: [PATCH] Readme update --- readme.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 7bd6114..511b12c 100644 --- a/readme.md +++ b/readme.md @@ -17,6 +17,7 @@ Prerequisites: Quick setup of HW: ------------------ 1, Interconnect these pins: ++++++++++++++++++++++++++++ ESP8266 | ESP8266 description | CC1101 | CC1101 description | |-------|---------------------|--------|--------------------| @@ -28,4 +29,10 @@ ESP8266 | ESP8266 description | CC1101 | CC1101 description | |- | - | Pin6 | GDO2 | |LED | - | Pin7 | GDO0 | |D8 | GPIO15 | Pin8 | CSN | -IO pin, currently configured as interrupt, when new packet is received (i.e. goes HIGH) | + +IO pin, currently configured as interrupt, when new packet is received (i.e. goes HIGH). +The functionality is currently just to light up a led, interrupt based receive is not implemented. + +2, get Micropython + +