News

Despite a wealth of tutorials for setting up and writing code for the ESP8266 WiFi module, there has not been much of anything on programming this cheap wireless module with the Arduino IDE. Finall… ...
1. Arduino Board: The heart of the project. An Arduino Uno or similar board will work perfectly. 2. Rotary Encoder: Used for adjusting the frequency and amplitude of the generated signals. 3.
Those of you new to electronics or the functions and menus of an oscilloscope may be interested in a new tutorial which has been published by James the “Bald Engineer” using little Arduino and ...
This is an easy tutorial showing how you can control the brightness of an LED or adjust the speed of a DC fan using Arduino Board, a small BC547 transistor and a potentiometer.
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… ...
According to how long it stays in 5V and 0V (using the delay () function) you can obtain the fade effect. If delay () has a low value (for example 50ms or 0.05s) the fading speed will be higher ...
In a previous article, we looked at connecting various kinds of Arduino hardware to your Mac. Here's how to get started programming on them to create your own projects.