• DIY USB Power Delivery Lab Bench Power Supply

    Today I want to write about the journey of designing and building my own DIY USB Power Delivery Lab Bench Power Supply. I want to address all the different steps needed to bring a project idea to life. I have to say, this project is still a work in progress, and I already found a few mistakes. Therefore you should not take my plans at the moment to build your own. The Problem There are a few essential tools you need when working on electronic projects. At first, you need a Multimeter. You need to be able to measure voltage and current accurately. And even though you can pay many…

  • How to connect your RC receiver to your computer via USB

    I love to fly my drone, but at the moment I have to wait for new parts to arrive. So my goal was to connect my RC remote to my computer to fly in HELI-X8, one of my favorite simulation games. Here I want to show you how to connect your RC receiver to your computer. All the code of this tutorial can also be found on my GitHub page. What Microcontroller to choose? ESP8266, Arduino pro mini? At first, I had to decide what microcontroller to choose. I had a few different options. My ESP8266s and Arduino pro minis couldn’t accomplish the task because they can only talk to…

  • Arduino Uno Rev 3 - marked components

    Arduino – How to get started

    When you found my website, I am pretty sure you have already heard about Arduinos. But what is Arduino anyway? Most of you will probably think of a board like this. However, Arduino is much, much more. Arduino is a Physical-Computing-Platform consisting of hardware and software. The Arduino Uno Board you can see above is the most common Arduino hardware, but there are numerous other boards. All of them, with their strengths and weaknesses. Let’s find out what makes an Arduino Board run. The Arduino Uno consists of four major sections. MCU I/O Serial converter Power supply Let’s look at them in more detail. MCU MCU stands for Microcontroller Unit.…

  • Electronics – All you need to know to start

    Starting with a new topic can be tough. I know. I had the same problem years ago when I started with Electronics. And so I decided to start my new Blog with something, which hopefully helps any beginner to have an easier time starting with such a fun, interesting and diverse topic. With a little bit of guidance, it can be quite simple and quite a joy to get started. I am trying to create the information resource I was looking for when I was starting out. My goal is to bring you along my road of failure and success.