Cloud4RPi's instructables
Achievements
1+
Featured Instructable
Earned a bronze medal
- Cloud4RPi's instructable How to Control ESP8266 Based Sonoff Basic Smart Switch With a Smartphone's weekly stats: 4 months ago
- Cloud4RPi commented on Cloud4RPi's instructable Temperature and Humidity Monitoring Using Raspberry Pi4 months agoView Instructable »
Modify the update_data function as shown below:def update_data(): global last_update, hum, temp if time.time() - last_update > 10: hum, temp = Adafruit_DHT.read_retry(Adafruit_DHT.DHT22, 4) temp = 9.0/5.0 * temp + 32 # Convert Celsius to Fahrenheit last_update = time.time()
- Cloud4RPi's instructable How to Control Beer Fermentation Temperature and Gravity From Your Smartphone's weekly stats: 5 months ago
- Cloud4RPi's instructable How to Flash MicroPython Firmware on a ESP8266 Based Sonoff Smart Switch's weekly stats: 5 months ago
- Cloud4RPi commented on Cloud4RPi's instructable How to Flash MicroPython Firmware on a ESP8266 Based Sonoff Smart Switch5 months ago
Sure, we are going to publish an instructable about its usage soon
View Instructable »Yes, you are right - you need to install Python and then install esptools
- Cloud4RPi's instructable Forward Gmail Alerts to Slack's weekly stats: 5 months ago
- Cloud4RPi's instructable Temperature and Humidity Monitoring Using Raspberry Pi's weekly stats: 5 months ago
- Cloud4RPi commented on Cloud4RPi's instructable Temperature and Humidity Monitoring Using Raspberry Pi6 months ago
- Cloud4RPi followed Raspberry Pi, Hydroponics, Kits, Soldering and 1 other channel 9 months ago