Skip to content

Commit

Permalink
Small text corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
amorozenko committed Mar 21, 2019
1 parent 47ed3d9 commit 2002d79
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/esp32/03_temperature_humidity_dht22.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- connect GND sensor line to "ground" board pin
- connect DATA sensor line to board GPIO 4
DHT22 datasheet that may be helpful:
DHT22 datasheet that can be helpful:
https://www.sparkfun.com/datasheets/Sensors/Temperature/DHT22.pdf
Environment prepare:
Expand Down
4 changes: 2 additions & 2 deletions examples/esp8266/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ There are two ways to achieve this:
Frozen modules store the Python source with the firmware.

For custom esp8266 firmware build creation:
- install docker to your host system. How to do it under different OS you may read [here][docker-install]
- install docker to your host system. Steps how to do it under different OS described [here][docker-install]
- clone with git esp8266 docker repository. Virtual environment will be needed for firmware build operation.
```bash
git clone https://github.com/enqack/docker-esp8266-micropython.git
Expand All @@ -100,7 +100,7 @@ For custom esp8266 firmware build creation:
```
- follow **[this][esp8266-build-docker]** instructions to build and copy custom esp8266 firmware.

Build process may take some time ~ 15-40 minutes.
Build process can take some time ~ 15-40 minutes.

- after firmware created and copied locally - you can try to burn it with **esptool** to your ESP8266 board.
- connect to board CLI with **rshell** and test **blynklib** availability within **repl**
Expand Down
4 changes: 2 additions & 2 deletions examples/raspberry/01_weather_station_pi3b.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- connect DATA sensor line to board GPIO17
- pip install Adafruit-DHT
DHT22 datasheet that may be helpful:
DHT22 datasheet that can be helpful:
https://www.sparkfun.com/datasheets/Sensors/Temperature/DHT22.pdf
Expand All @@ -32,7 +32,7 @@
cd Adafruit_Python_BMP
sudo python setup.py install
BMP180 datasheet that may be helpful:
BMP180 datasheet that can be helpful:
https://arduino.ua/docs/BMP085_DataSheet_Rev.1.0_01July2008.pdf
Expand Down
2 changes: 1 addition & 1 deletion examples/raspberry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ A small and affordable computer that you can use to learn programming
```
## Security

Protect your device and to avoid situations when it may be used without your permission.
Protect your device and to avoid situations when it can be used without your permission.

Read this [guide][raspberry-security] to understand how to impove rasberry Pi security.

Expand Down

0 comments on commit 2002d79

Please sign in to comment.