Arduino Uno + WiFi

This is about a China import and not the official Uno WiFi. The board has a full Arduino Uno with an Atmega processor and an ESP8266 chip on board. Via DIP switches, the Uno can be connected to the USB, the ESP to the USB, or the ESP to the UNO. For operation, …

Continue reading "Arduino Uno + WiFi"
Arduino mit Prortotyping Board und SR04 Verkabelung perspektivisch

Arduino – HC-SR04 Distance Sensor

Controlling the HC-SR04 ultrasonic distance sensor with the Arduino UNO. Basic circuit setup (I later changed the pins from 0/1 to 2/3 because the ISP is still connected to 0/1). Test program Here's a small test program. It filters out values that are too small and too large, and allows for averaging over a defined interval. SR04Test.ino Here could…

Continue reading "Arduino – HC-SR04 Entfernungsmesser"
ESP8266 DH11 Testschaltung

DHT11 with ESP8266 / ESP32

Controlling a DHT11 Sensor via the ESP8266 / ESP32 Basics Link to Article Setup Programming Libraries The integration of the library can be found in the following article: Link to Article Adafruit DHT Library Adafruit Unified Sensor Library Test Program Related Articles Sources: DHT Sensor General Adafruit DHT Library Adafruit Unified Sensor Library

Continue reading "DHT11 mit ESP8266 / ESP32"

Arduino – DHT11 humidity sensor

Controlling a DHT10 Sensor via the Arduino Uno. Basics Link to article Wiring Diagram View Wiring Programming Libraries The inclusion of the library can be seen in the following article: Link to article Test Program Output Related Articles Sources

Continue reading "Arduino – DHT11 Feuchtigkeitsmesser"