News

This tutorial will guide you through the process of building a tachometer around an Arduino. Tachometers are used to measure rotation rate in Revolutions Per Minute (RPM). You don’t need much… ...
Programming Arduino UNO for multitasking will only require the logic behind how millis() work which is explained above. It is recommended to practice blink LED using millis again and again to make the ...
At first step, we need to create a new project using PlatformIO Home Page (to open this page just press Home icon on the toolbar): On the next step we need to select Nordic nRF52-DK as a development ...
How to Start with ESP32 Arduino: A Tutorial on getting the DHT11 Temperature and Humidity Sensor data to to https://thingsio.ai IoT Platform In things ESP32 Arduino tutorial we will introduce ESP32, ...
This is tutorial number 1 from our series of Arduino tutorials and in this part I will talk about blinking an LED using the one already available on the Arduino Uno board or using an external LED to ...
In this quick Arduino tutorial I will explain how you can control a relay using the Arduino Board, one 1K and one 10K resistors, 1 BC547 transistor, one 6V or 12V relay, one 1N4007 diode and a 12V fan ...
We’ve featured loads of IR Arduino projects and they are all exciting and unique. The projects spring from a specific need or problem where a custom infrared remote control is the solution. [… ...
A Stepper Motor is a brushless, synchronous motor which completes a full rotation into a number of steps. In this Arduino stepper motor tutorial we will learn about the most commonly available stepper ...