Logic Level Converter

With microcontrollers, there are different logic levels. The logic level indicates the voltage the device operates with. The best known are probably 5V and 3.3V. Since in practice one often faces the problem of operating a 5V device in conjunction with a 3.3V device, I would like to take this opportunity to ... the logic level converter.

Continue reading "Logik Level Konverter"

TF Mini Laser Rangefinder

At this point, a rather expensive sensor for around >36€, but one that beats the other distance sensors by „lengths“. I actually wanted to test the I²C version, but the UART version arrived here, which is why I'm presenting it now. (Since I couldn't find any documentation, I'm still not sure if I²C wouldn't also be possible. 🙂)

Continue reading "TF Mini Laser-Entfernungsmesser"

MPV (Linux)

For all those who work under Linux, Josef (see comments on ESP 32 Cam) has recommended the MPV Player. I took a quick look at it on my PI and am impressed. DOWNLOAD Downloading should be done via the Linux package manager if possible. Alternatively, the player can be downloaded from the following links: mpv.io Alternative at Chip...

Continue reading "MPV (Linux)"

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"

Stepping motor fundamentals

This is where the foundation for operating stepper motors with microcontrollers will be laid. This article will: Describe the operating principle, name some properties and characteristic data, and provide a few tips. There are many sources online that already describe the fundamentals exhaustively. This is more of a compilation of useful information and aims to...

Continue reading "Grundlagen Schrittmotor"

SIM800L GSM Module

The SIM800L module enables communication via the GSM mobile phone network. In addition to SMS and the internet, voice calls are also supported, provided the speaker output and microphone input are brought out as pins. There are various modules for microcontroller tinkering. Among others, there is also an add-on for the Arduino Uno. The SIM808 and SIM900 modules are similar to the 800L and can usually be controlled with the same library.

Continue reading "SIM800L GSM Modul"
TTGO T-Call 1.3 mit aufgesteckter GSM Antenne

TTGO T-Call 1.3 (Lilygo)

The TTGO T-Call 1.3 is an ESP32 module that offers GSM access using the SIM800L chip. I tested the module with a ThingsMobile SIM card. Facts: ESP32 and SIM800L chip, Micro-SIM slot, Antenna connector, Reset button, Connector for a battery, USB 3.1 Type C connector. Pinout. Areas of application: GPS Tracker (Requires GPS module), Smart…

Continue reading "TTGO T-Call 1.3 (Lilygo)"