File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 10
10
- connect GND sensor line to "ground" board pin
11
11
- connect DATA sensor line to board GPIO 4
12
12
13
- DHT22 datasheet that may be helpful:
13
+ DHT22 datasheet that can be helpful:
14
14
https://www.sparkfun.com/datasheets/Sensors/Temperature/DHT22.pdf
15
15
16
16
Environment prepare:
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ There are two ways to achieve this:
82
82
Frozen modules store the Python source with the firmware.
83
83
84
84
For custom esp8266 firmware build creation:
85
- - install docker to your host system. How to do it under different OS you may read [here][docker-install]
85
+ - install docker to your host system. Steps how to do it under different OS described [here][docker-install]
86
86
- clone with git esp8266 docker repository. Virtual environment will be needed for firmware build operation.
87
87
` ` ` bash
88
88
git clone https://github.com/enqack/docker-esp8266-micropython.git
@@ -100,7 +100,7 @@ For custom esp8266 firmware build creation:
100
100
` ` `
101
101
- follow ** [this][esp8266-build-docker]** instructions to build and copy custom esp8266 firmware.
102
102
103
- Build process may take some time ~ 15-40 minutes.
103
+ Build process can take some time ~ 15-40 minutes.
104
104
105
105
- after firmware created and copied locally - you can try to burn it with ** esptool** to your ESP8266 board.
106
106
- connect to board CLI with ** rshell** and test ** blynklib** availability within ** repl**
Original file line number Diff line number Diff line change 11
11
- connect DATA sensor line to board GPIO17
12
12
- pip install Adafruit-DHT
13
13
14
- DHT22 datasheet that may be helpful:
14
+ DHT22 datasheet that can be helpful:
15
15
https://www.sparkfun.com/datasheets/Sensors/Temperature/DHT22.pdf
16
16
17
17
32
32
cd Adafruit_Python_BMP
33
33
sudo python setup.py install
34
34
35
- BMP180 datasheet that may be helpful:
35
+ BMP180 datasheet that can be helpful:
36
36
https://arduino.ua/docs/BMP085_DataSheet_Rev.1.0_01July2008.pdf
37
37
38
38
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ A small and affordable computer that you can use to learn programming
27
27
```
28
28
## Security
29
29
30
- Protect your device and to avoid situations when it may be used without your permission.
30
+ Protect your device and to avoid situations when it can be used without your permission.
31
31
32
32
Read this [ guide] [ raspberry-security ] to understand how to impove rasberry Pi security.
33
33
You can’t perform that action at this time.
0 commit comments