Content for Project

Arduino Magnetometer

“What are we building? Humans can’t detect magnetic fields, but we use devices that rely on magnets all the time. Motors, compasses, rotation sensors, and wind turbines, for example, all require magnets for operation. This tutorial describes how to …

Arduino MIDI Chiptune Synthesizer

“Relive the fun of early computer game music with an authentic 8-bit chiptune synthesizer, which you can control over MIDI from the comfort of any modern DAW software. This simple circuit uses an Arduino to drive an AY-3-8910 programmable …

Arduino Watch Core

“This instructables show how to use a square color display and Arduino dev board build a watch core. This will cover the topics of dev board selection, display selection, extra modules selection, UI design, performance tuning and power saving. Note …

Blinds Control With ESP8266, Google Home and Openhab Integration and Webcontrol

“In this Instructable I show you how I added automation to my blinds. I wanted to be able to add and remove it, so all installation is clip on. The main parts are: Stepper motor Stepper driver controlled bij ESP …

CNC Actuator Plotter

“This instructable explains how to make a CNC plotter using an Arduino Uno R3, an SG90 servo, two NEMA 17 stepper motors, a few pulleys, and a short length of aluminium extrusion. Construction is simple … all you need are a …

DC Motor Driver Using Power Mosfets

“DC motors are everywhere, from hobby applications to robotics and industrial areas. Therefore there is wide usage and request for suitable and powerful DC motor drivers. In this article, we will learn to build one. You can control it using …

Easy to Build FM Transmitter

“Learn to build your own mini FM transmitter. This fun project will show you how to build a mini broadcasting device that can transmit an audio signal up to a quarter mile to any FM receiver. It’s easy to …

ESP32 Tutorial: Some Built-In Capabilities

“The ESP32s, are a series of inexpensive microcontrollers, introduced in the last quarter of 2016. They are powerful systems on a chip (SoC) and can replace the ESP2866, and perhaps one might say even the Arduino UNO. Athough, clearly they …

Infrared Dice Sensor

“My name is Calvin and I will show you how to make an Infrared dice sensor and explain how it works. I am currently a Taylor University student studying Computer Engineering and my team and I was asked to design …

Inverted Pendulum: Control Theory and Dynamics

“The inverted pendulum is a classic problem in dynamics and control theory that is generally elaborated in high-school and undergraduate physics or math courses. Being a math and science enthusiast myself, I decided to try and implement the concepts that …