Readme update
This commit is contained in:
24
readme.md
24
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
|
||||
|
||||
Reference in New Issue
Block a user