From 201b525b4a199e386c14726903d88724d6f20a84 Mon Sep 17 00:00:00 2001 From: Milan Ventil Toman Date: Fri, 29 May 2020 13:42:33 +0200 Subject: [PATCH] Readme update --- readme.md | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/readme.md b/readme.md index 511b12c..59372a6 100644 --- a/readme.md +++ b/readme.md @@ -1,12 +1,11 @@ -ESP8266 + CC1101 Davis weather station wifi logger -================================================== +#ESP8266 + CC1101 Davis weather station wifi logger + The intention is to gather data from a Weather station made by Davis. In this case a Vantage Vue (integrated all sensors in one package) and push them directly to an InfluxDB instance via WiFi. -Prerequisites: --------------- +##Prerequisites: - WiFi available, plus access to it. (WPA2 PSK preferred) - Running INfluxDB instance on the same network - ESP8266 microcontroller (NodeMCU 8266 preferred) @@ -14,10 +13,9 @@ Prerequisites: - a couple wires - 5V / 3.3V source, depending on what version of ESP you get. A stable 3.3V is preferred -Quick setup of HW: ------------------- -1, Interconnect these pins: -+++++++++++++++++++++++++++ +##Quick setup of HW: +###1, Interconnect these pins: + ESP8266 | ESP8266 description | CC1101 | CC1101 description | |-------|---------------------|--------|--------------------| @@ -33,6 +31,10 @@ ESP8266 | ESP8266 description | CC1101 | CC1101 description | 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 - - +###2, get Micropython +###3, Upload Micropython +###4, Freeze modules, or just upload the .mpy files +###5, Modify inte.conf +###6, Upload files +###7, Restart esp8266 +###8, explore data in Influx