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...
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...
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...
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...
Arduino Lesson #9 – serial communication
Via the serial interface of an Arduino, you can send and receive data. In this tutorial, I want to explain how to send & evaluate data via the serial communication pins RX & TX to...
DIY Weather Station v2.0
In this article I would like to introduce you to the DIY Weather Station V2. This slightly improved version now has an OLED display and a piezo buzzer for the output of signals. History –...