8000 Update README.md · kirbsraspberrypi/lib-python@2b90be8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2b90be8

Browse files
authored
Update README.md
1 parent 2c5db2f commit 2b90be8

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -161,15 +161,19 @@ Examples can be found **[here][blynk-py-examples]** Check them all to get famili
161161
- [07_tweet_and_logging.py](https://github.com/blynkkk/lib-python/blob/master/examples/07_tweet_and_logging.py): How to post to Twitter and log events from your hardware
162162

163163
##### Raspberry Pi (any):
164-
- 01_weather_station_pi3b.py (connect DHT22; BMP180 sensors and send data to Blynk app)
164+
Read [Raspberry Pi guide](https://github.com/blynkkk/lib-python/tree/master/examples/raspberry) first.
165+
166+
- (01_weather_station_pi3b.py)[https://github.com/blynkkk/lib-python/tree/master/examples/raspberry] Connect DHT22; BMP180 sensors and send data to Blynk app
165167

166168
##### ESP32
167-
- 01_touch_button.py (connect TTP223B touch sensor to ESP32 and react to touch)
168-
- 02_terminal_cli.py (communication between ESP32 hardware and app through Terminal widget)
169-
- 03_temperature_humidity_dht22.py (connect DHT22 sensor and send data to Blynk app)
169+
Read [ESP32 guide](https://github.com/blynkkk/lib-python/tree/master/examples/esp32) first.
170+
- [01_touch_button.py](https://github.com/blynkkk/lib-python/blob/master/examples/esp32/01_touch_button.py) Connect TTP223B touch sensor to ESP32 and react to touch
171+
- [02_terminal_cli.py](https://github.com/blynkkk/lib-python/blob/master/examples/esp32/02_terminal_cli.py) Communication between ESP32 hardware and app through Terminal widget
172+
- [03_temperature_humidity_dht22.py](https://github.com/blynkkk/lib-python/blob/master/examples/esp32/03_temperature_humidity_dht22.py) Connect DHT22 sensor to ESP32 and send data to Blynk app
170173

171174
##### ESP8266
172-
- 01_potentiometer.py (connect slide potentiometer to ESP8266 and get resistance values)
175+
Read [ESP8266 guide](https://github.com/blynkkk/lib-python/tree/master/examples/esp8266) first.
176+
- [01_potentiometer.py](https://github.com/blynkkk/lib-python/blob/master/examples/esp8266/01_potentiometer.py) Cconnect potentiometer to ESP8266 and send resistance value to the app
173177

174178

175179

0 commit comments

Comments
 (0)
0