You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-5Lines changed: 9 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -161,15 +161,19 @@ Examples can be found **[here][blynk-py-examples]** Check them all to get famili
161
161
-[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
162
162
163
163
##### 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
165
167
166
168
##### 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)
-[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
170
173
171
174
##### ESP8266
172
-
- 01_potentiometer.py (connect slide potentiometer to ESP8266 and get resistance values)
-[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
0 commit comments