A toaster oven can do more than just make toast; guided by a PICAXE microcontroller, it can make a sweet reflow soldering station.
A toaster oven can do more than just make toast; guided by a PICAXE microcontroller, it can make a sweet reflow soldering station.
This project explains how to isolate signals to eliminate ground loops in electronic systems.
This project explains how to isolate signals to eliminate ground loops in electronic systems.
Typically, getting started with a PLC can be a costly endeavor, but this project will show how to get started with them…
Typically, getting started with a PLC can be a costly endeavor, but this project will show how to get started with them on a small budget!
In this continuing series of Building Raspberry Pi Controllers, you'll learn how to build a object detection control…
In this continuing series of Building Raspberry Pi Controllers, you'll learn how to build a object detection control circuit for operating a small DC motor using a photocell.
In this article, we'll build a sound-activated switch that can be opened and closed with a double clap.
In this article, we'll build a sound-activated switch that can be opened and closed with a double clap.
The FRDM-K64F is a development platform which utilises the MK64FN1M0VLL12 microcontroller. This tutorial includes how to…
The FRDM-K64F is a development platform which utilises the MK64FN1M0VLL12 microcontroller. This tutorial includes how to download a simple blinky example onto the FRDM-K64F using the ARM mbed online IDE and KEIL MDK. Details of the GPIO module configuration are included.
Build an Arduino controlled power supply that automatically adjusts the output to maintain a constant voltage or a…
Build an Arduino controlled power supply that automatically adjusts the output to maintain a constant voltage or a constant current.
This is the final part in a series of articles on building a robot that can follow lines or walls and avoid obstacles!
This is the final part in a series of articles on building a robot that can follow lines or walls and avoid obstacles!
Learn how to build a variety of electronic controllers using the Raspberry Pi. In part one, you will learn how to wire a…
Learn how to build a variety of electronic controllers using the Raspberry Pi. In part one, you will learn how to wire a basic pushbutton switch and read the status of its electrical contacts using the Python programming language.
Nothing on TV tonight? Control an Arduino with any infrared remote control, including the one you use to command your television.
Nothing on TV tonight? Control an Arduino with any infrared remote control, including the one you use to command your television.
Part four of a series of articles on building a robot that can follow lines or walls and avoid obstacles!
Part four of a series of articles on building a robot that can follow lines or walls and avoid obstacles!
Learn how to put together your own toaster oven controller with a handful of inexpensive, through-hole parts. The…
Learn how to put together your own toaster oven controller with a handful of inexpensive, through-hole parts. The emphasis is on safety, low price, and minimal modification of the toaster oven.
Part two of a series of articles on building a robot that can follow lines or walls and avoid obstacles! This time we'll…
Part two of a series of articles on building a robot that can follow lines or walls and avoid obstacles! This time we'll be covering PCB design.
Learn how to use a rotary encoder in an Arduino project. Rotary encoders are electromechanical, electro-optical or…
Learn how to use a rotary encoder in an Arduino project. Rotary encoders are electromechanical, electro-optical or electro-magnetic devices which convert rotational motion into digital or analog information.
The ESP8266 combination microcontroller/Wi-Fi modules can now be programmed using the Arduino IDE. Here's how!
The ESP8266 combination microcontroller/Wi-Fi modules can now be programmed using the Arduino IDE. Here's how!
Use your Android device to open and close your garage door! Much better than that clunky remote you've been using.
Use your Android device to open and close your garage door! Much better than that clunky remote you've been using.
This is one simple way to control a LED, fan, relay or solenoid with a computer and a PIC.
This is one simple way to control a LED, fan, relay or solenoid with a computer and a PIC.
To control high-voltage or high-power circuits with an Arduino, you have to isolate them from the Arduino with a relay.…
To control high-voltage or high-power circuits with an Arduino, you have to isolate them from the Arduino with a relay. Here's how!
By equipping an Arduino with an Ethernet shield you can turn it into a simple web server, and by accessing that server…
By equipping an Arduino with an Ethernet shield you can turn it into a simple web server, and by accessing that server with a browser running on any computer connected to the same network as the Arduino, you can perform a variety of tasks.
The digital inputs and outputs (digital I/O) on the Arduino are what allow you to connect sensors, actuators, and other…
The digital inputs and outputs (digital I/O) on the Arduino are what allow you to connect sensors, actuators, and other ICs to the Arduino . Learning how to use the inputs and outputs will allow you to use the Arduino to do some really useful things, such as reading switch inputs, lighting indicators, and controlling relay outputs.