The Arduino Humidity & Temperaturesensor DHT11 enables you to conveniently measure both temperature and relative humidity using just a single sensor. I acquired this sensor from Amazon.de, where you can discover various models that share the same design. If you’re willing to invest some extra time, you may consider opting for the Singaporean model. Although…
Why is the ESP32 a Better Choice than an Arduino Uno?
If you’re into electronics, you’ve probably heard about the ESP32 and Arduino Uno. These are two of the most popular microcontroller boards used by hobbyists and professionals alike. Both boards have their own unique set of features and capabilities, but in this article, we’ll be discussing why the ESP32 is the better choice when compared…
The Benefits of Using Arduino for Microcontroller Education
Arduino is a popular open-source hardware and software platform that has become the go-to choice for learning about microcontrollers. With its flexibility, beginner-friendly approach, and community support, it’s the perfect platform for students, hobbyists, and educators alike. What is Arduino and Why is it So Popular? Arduino is a platform that allows users to create…
Smart Home Automation with Shelly Devices
Home automation has been gaining popularity in recent years, and it’s no wonder why. The Internet of Things (IoT) has made it possible to automate various aspects of your home, from lighting and temperature control to security and energy monitoring. Shelly devices offer a reliable and affordable way to automate your home and enjoy the…
Discover the Power of Arduino: The Essential Tool for Electronics and Robotics
Arduino is a microcontroller board that has revolutionized the electronics and robotics industry. It is an affordable, versatile, and easy-to-use platform that has become the go-to tool for developers around the world. In this article, we’ll explore the features and benefits of Arduino and why it is an essential tool for anyone interested in electronics…
Controlling a servo motor with Keypad KS0260
In this post, I want to show you how to control a servo motor with the Touch Keypad KS0260 from Keyestudio. In the last post Touch Keypad (KS0260) with 16 keys for Arduino & Raspberry and in the YouTube video Programming Keyestudio Touch Keypad KS0260 on Arduino UNO I already introduced the keypad and showed…
KS0260 type touch keypad at Arduino
In this post, I would like to show you how to program the KS0260 from Keyestudio type touch keypad with 16 buttons on the Arduino. The touch keypad comes pre-assembled in a small box, so all you really need is 4 breadboard cables and a microcontroller. Obtaining the touch keypad The model I have was…
Arduino Lesson #10 – NTC Thermistor
In this new blogpost I like to show how to code a NTC Thermistor at Arduino device. An NTC resistor (Negative Temperature Thermistor) is a temperature-dependent resistor. By means of a voltage divider circuit, one can measure the temperature with this component. An NTC resistor has a negative temperature coefficient, i.e. this component conducts the…