#
Apr 19, 2022, 8:31 PM
The TMC2208 stepper motor driver from Trinamic is considered the reference as far as noise is concerned. Therefore I have developed a component for the ESP32, with which the TMC2208 can be controlled very easily via the UART interface.
#
Mar 31, 2022, 12:14 PM
The Raspberry Pi is getting more and more expensive and is poorly available. But what alternatives are there? I have decided to use the ESP32 as a new platform for my IoT projects. You can read about the reasons in this article.
#
Mar 8, 2022, 9:42 AM
Logging is one of the most important tools in software development. The Espressif IoT Development Framework offers a library for this purpose that logs to the UART interface by default. A setting allows the logs to be displayed in color.
#
Jan 27, 2022, 3:30 PM
With this component you can use the ESP32 microcontroller to find the time zone based on GPS coordinates. The required offline database is generated by a Java program and then stored on a flash chip.
#
Jan 19, 2022, 11:02 PM
Real hardware debugging with the ESP32 requires a JTAG debugger. This means that two USB ports are used on the PC. But it also works with only one USB connection.