D1 Mini Shield – I2C Connector

Additional board with three connectors for connecting a TFT display, the I2C bus and an I/O device. Facts TFT socket I²C socket I/O socket TFT socket Connection Pin Description Name D1 ESP32 S2 C3 1 Backlight TFT_LED NC 2 Ground GND GND 3 Reset TFT_RST RST 4 Register Select TFT_DC D8 15 5 A5 / 5 …

Continue reading "D1 Mini Shield – I2C Connector"

PREVIEW – ESP 32 Wristband – LilyGo-T-Wristband

Neatly packaged in a silicone wristband, this is the smallest version of the ESP32 that I know of. The ESP itself does not have its own programmer. However, there is a kit that contains the wristband and a programmer. Once initialised, the wristband can be updated via OTA.

Continue reading "VORSCHAU – ESP 32 Armband – LilyGo-T-Wristband"

GY-530 VL53L0X Laser Rangefinder

This laser distance sensor is faster than sonar sensors such as (for example, HC-SR04, US100). It measures in the range of 30mm up to 2 metres and is controlled via the I²C bus at address 0x29. The address can be changed via software.

Continue reading "GY-530 VL53L0X Laser-Entfernungsmesser"

Arduino Chess Clock

Over lunch with colleagues, an idea struck me. The two of them play chess during their lunch break and to make things a bit more exciting, I suggested a chess clock. This is how the idea of creating a chess clock consisting of two displays for the respective time, two buttons to start and stop the time, and a…

Continue reading "Arduino Schach-Uhr"

RC car with PS2 controller

A new kit from AliExpress has prompted me to build a remote-controlled vehicle. The kit consists of an Arduino, an expansion board, and a PS2 controller with receiver. Components The chassis of the vehicle is formed by a kit from AliExpress LINK. This kit contains an acrylic platform with two motors, wheels, and some accessories. For control, I am using...

Continue reading "RC Auto mit PS2 Controller"

Arduino PS2 Controller Board Fundamentals

Sales Name: 2018 Arduino Shield Expansion Board 6-12V with 4 Channels Motors Servos Ports PS2 Joystick Remote Control I bought the expansion board in a set including PS2 controller/receiver module, Arduino Uno and USB cable, from fast Ali for under €26. !!!To avoid a few mistakes beforehand, it makes sense to connect an external power source to the Arduino...

Continue reading "Arduino PS2 Controller Platine Grundlagen"

CodeShorty: Wire Scanning (Uno)

The I2C, also known as the 2-Wire bus, works with two wires and theoretically at speeds of up to 5 Mbit/s. For hobby use with open-air wiring, it's likely to be less. The Uno has the Wire connection on analogue outputs 4 and 5. To test, I connected a GY-68 barometer which is on port 0x77 of the...

Continue reading "CodeShorty: Wire Scannen (Uno)"