-
RPI Imager advanced options
CRTL+SHIFT+X
-
Raspberry Pi Zero DHT11
Connect DHT11 module to pin 1,6,7 To set up a DHT11 sensor on a Raspberry Pi according to the article, you’ll need to use the following commands: (use DHT11 module and pin 1,6,7) 1. Update and Upgrade: sudo apt-get update sudo apt-get upgrade 2. Install Python Packages: sudo apt-get install python3-pip python3-dev 3. Install DHT11…
-
Wemos D1 R2 (ESP8266)
I am try to build a sensor with low power consumption, low enough for be battery operated. This sensor will acquire temperature and humidity readings and transmit them to my Raspberry Pi controller via HTTP requests. The Raspberry Pi will utilize a webpy service running on port 8080 to collect data from various sensors deployed…
