Arduino

All my Arduino projects

  • 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.…