If you're looking for a cool weekend project, you've found it. This is not only a digital clock: it also measures and displays the temperature and the relative…
If you're looking for a cool weekend project, you've found it. This is not only a digital clock: it also measures and displays the temperature and the relative humidity of your room periodically.
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.
Use Python's scientific toolbox to determine the natural response of a real thermal system and plot the results for…
Use Python's scientific toolbox to determine the natural response of a real thermal system and plot the results for visualization and further analysis.
This article covers the essential characteristics and prominent advantages of the Inter–Integrated Circuit (aka I2C)…
This article covers the essential characteristics and prominent advantages of the Inter–Integrated Circuit (aka I2C) serial-communications protocol.
A PCB for a Wi-Fi communicator using a PICAXE 08M2 and an ESP-01 module driven by interactive code makes a handy setup…
A PCB for a Wi-Fi communicator using a PICAXE 08M2 and an ESP-01 module driven by interactive code makes a handy setup for data collection and IoT reporting.
Got some time and need a wireless thermometer? In this article I'll show you how to make such a thing with a few PICAXEs.
Got some time and need a wireless thermometer? In this article I'll show you how to make such a thing with a few PICAXEs.
In this project, you'll learn how to wire an LED and flash it using the Raspberry Pi. Also, to isolate the Raspberry Pi's…
In this project, you'll learn how to wire an LED and flash it using the Raspberry Pi. Also, to isolate the Raspberry Pi's + 3.3VDC compliant output pins from supply voltages greater than this power source, an opto-isolator will be introduced as well.
Do you need GPS time on your desk? This article will show you how to use a GPS module to get time, date and your location…
Do you need GPS time on your desk? This article will show you how to use a GPS module to get time, date and your location displayed on an LCD with an Arduino.
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.
Getting more familiar with a PIC MCU is a matter of working more often with it. Learn how to make a wireless thermometer…
Getting more familiar with a PIC MCU is a matter of working more often with it. Learn how to make a wireless thermometer with a PIC microcontroller.
An introduction to the least mean squares algorithm and adaptive gain control through a simple example.
An introduction to the least mean squares algorithm and adaptive gain control through a simple example.
This article will show you how to set up two way communication between an Arduino and your Android Smartphone using Bluetooth.
This article will show you how to set up two way communication between an Arduino and your Android Smartphone using Bluetooth.
Programmable thermostats can save a lot of energy and money. But you don't have to buy one- you can convert an old…
Programmable thermostats can save a lot of energy and money. But you don't have to buy one- you can convert an old mechanical thermostat into a programmable thermostat using an Arduino and a servo.
This article discusses style mistakes in PCB layout that can make assembly and debugging PCBs difficult. This is vital…
This article discusses style mistakes in PCB layout that can make assembly and debugging PCBs difficult. This is vital for designers!
Resolution and sampling rate are two important factors to consider when selecting an analog-to-digital converter (ADC).…
Resolution and sampling rate are two important factors to consider when selecting an analog-to-digital converter (ADC). In order to understand these fully, concepts such as quantisation, and the Nyquist Criterion must be understood to a certain degree.
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.
Use the Analog to Digital Converter (ADC) feature of LaunchPad to build a laser tripwire alarm. This is a great way to…
Use the Analog to Digital Converter (ADC) feature of LaunchPad to build a laser tripwire alarm. This is a great way to familiarize yourself with LaunchPad while simultaneously making something cool.
Part five of a series of articles on building a robot that can follow lines or walls and avoid obstacles!
Part five of a series of articles on building a robot that can follow lines or walls and avoid obstacles!
Programmable thermostats can save a lot of energy and money. But you don't have to buy one. You can convert an old…
Programmable thermostats can save a lot of energy and money. But you don't have to buy one. You can convert an old mechanical thermostat into a programmable thermostat using an Arduino and a servo.
In the last installment, we built the hardware to control an AC waveform with a TRIAC as the first step in a DIY solder…
In the last installment, we built the hardware to control an AC waveform with a TRIAC as the first step in a DIY solder reflow oven. This tutorial continues the project by showing you how to set up the low-level hardware to measure temperature, read the zero-cross detector, drive the TRIAC, and print to the serial terminal using a USART.