MQTT Protocol + Experimental Setup

I came across the term MQTT online and really liked the approach behind it. So, I treated myself to a small experimental setup, which I've described below. First, a few details about MQTT. About MQTT General Information MQTT governs communication between data sources and data sinks using a broker. Data Source Sources for…

Continue reading "MQTT Protokoll + Versuchsaufbau"

NodeMCU V2 Motor Board

There is an expansion board with a motor driver for the NodeMCU V2. It allows two small motors (up to 1.2 Amperes) to be controlled via an L293DD motor driver. It is also possible to connect a stepper motor. Furthermore, it offers two separate connections for the power supply of the board and the motors. Most of the ESP pins are brought out with an additional ground/power pin, which makes connecting...

Continue reading "NodeMCU V2 Motorplatine"

ESP8266 SSD1306 Monochromatic OLED 128×64 I2C

I bought two almost identical 128×64 displays to test them. These are controlled via the Wire (I2C) bus. However, there are also variants for the SPI bus, which are not covered here. The two displays have only two obvious differences at first glance. First, they have different sized drill holes and...

Continue reading "ESP8266 SSD1306 Monochrom OLED 128×64 I2C"

Spice up NodeMCU V3 with an OLED display

I still had two OLED displays from a test and was wondering what I could do with them. Since I've been experimenting with nodes with integrated displays lately, I was planning to give my old ESP8266 NodeMCU V3 a bit of a boost. I want to briefly outline the process here; don't hesitate to ask questions and leave a comment. ...

Continue reading "NodeMCU V3 mit Oled Display aufmotzen"

Setting up ESP32 with the Arduino GUI

As always, there is a wealth of information online on how to configure the Arduino GUI. Therefore, I will be very brief here, and for more detailed information, please refer to the sources linked below. Board Manager The ESP 32 has made its way into the Board Manager quite some time ago. The steps for installation are outlined here briefly. …

Continue reading "ESP32 mit der Arduino Gui einrichten"

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"

GY-302 with BH1750 Sensor

The BH1750 is a light intensity measuring sensor. I am not using the sensor discretely, but on the GY-302 board. It is controlled via the I2C (Wire) bus. As the GY-302 board is operated at 5V, it is suitable for control via the Arduino Uno. Circuit Diagram The circuit is similar (see sketch) to that of other GY...

Continue reading "GY-302 mit Sensor BH1750"