Type something to search...
Solomon Ankomah

Solomon Ankomah

I am an enthusiastic and motivated Electrical Engineering student at HTW Dresden with a strong passion for designing and testing innovative electronic solutions. With hands-on experience in embedded systems, circuit design, and PCB development, I have developed expertise in Python, MATLAB, KiCAD, and C/C++. I am deeply interested in developing solutions that optimize hardware performance, especially in areas such as motor control, sensor integration, and embedded systems development.

How to Add Libraries to Your ESP32 Environment in Arduino IDE

How to Add Libraries to Your ESP32 Environment in Arduino IDE

Adding libraries to your Arduino IDE is essential when working with the ESP32 to enable various features like controlling displays, sensors, and other modules. This guide explains the general proces

read more
How to Create an Auto-Startup Script on a Raspberry Pi

How to Create an Auto-Startup Script on a Raspberry Pi

Setting up a Raspberry Pi to run a program automatically on startup is a common requirement for projects like IoT devices, media servers, or kiosks. This guide walks you through different methods to

read more
Building an ESP32 Weather Station

Building an ESP32 Weather Station

The ESP32 is a versatile microcontroller that's perfect for IoT applications. In this tutorial, we'll use it to build a weather station that displays the current weather conditions for a specific cit

read more
Writing Your First Code on a Raspberry Pi

Writing Your First Code on a Raspberry Pi

The Raspberry Pi is a versatile, credit-card-sized computer designed for learning, experimenting, and building projects. If you're new to the Raspberry Pi, writing your first code can be an exciting

read more
Getting Started with ESP32

Getting Started with ESP32

The ESP32 is a powerful and versatile microcontroller, widely used for IoT (Internet of Things) applications due to its low cost, high processing power, built-in Wi-Fi, and Bluetooth capabilities. In

read more
Getting started with Raspberry Pi

Getting started with Raspberry Pi

What is Raspberry Pi? The Raspberry Pi is a low-cost, credit-card-sized computer developed by the Raspberry Pi Foundation. It’s designed to promote computer science education and is versatile

read more
Getting Started with STM32

Getting Started with STM32

STM32 microcontrollers, developed by STMicroelectronics, are popular for their high performance, versatility, and extensive ecosystem of development tools. Whether you're a beginner or an experience

read more
Setting Up a CCTV Stream with Raspberry Pi Zero 2W, Pi Camera V3

Setting Up a CCTV Stream with Raspberry Pi Zero 2W, Pi Camera V3

If you're looking for a lightweight and cost-effective way to set up a home CCTV system, the Raspberry Pi Zero 2W combined with a Pi Camera V3 and MediaMTX is an excellent solution. This guide wi

read more