The brightest blade in the world. Fluid sound effects generated in real time. Any colour, changeable on the fly. If you want to know what it feels like to hold a…
The brightest blade in the world. Fluid sound effects generated in real time. Any colour, changeable on the fly. If you want to know what it feels like to hold a Lightsaber, this project is the closest you can get today.
An introduction to the Analog Discovery 2 by Digilent.
An introduction to the Analog Discovery 2 by Digilent.
Embedded and wearable systems require new ideas for input controller hardware. But older software still expects a…
Embedded and wearable systems require new ideas for input controller hardware. But older software still expects a keyboard and mouse. How do we bridge the gap without having to write kernel drivers?
The 3D Magnetic 2GO kit is a development kit for the TLV493D from Infineon that can detect magnetic field strength in x,…
The 3D Magnetic 2GO kit is a development kit for the TLV493D from Infineon that can detect magnetic field strength in x, y, and z directions.
For this article, we are only concerned with one type of sensor that can measure temperature. This sensor is called a thermistor.
For this article, we are only concerned with one type of sensor that can measure temperature. This sensor is called a thermistor.
The Sabertooth 2x32 motor controller can be used to create a robust drive platform for your next robotic endeavour. This…
The Sabertooth 2x32 motor controller can be used to create a robust drive platform for your next robotic endeavour. This article uses an Arduino Uno to communicate with the Sabertooth 2x32 controller.
Start to get acquainted with the new D2000 microcontroller development board by exploring the GPIO and PWM.
Start to get acquainted with the new D2000 microcontroller development board by exploring the GPIO and PWM.
All you need to know about LED arrays. If you want to learn about them, drive one using an Arduino, or build them, this…
All you need to know about LED arrays. If you want to learn about them, drive one using an Arduino, or build them, this is the place to start.
This article explains how Arduino works from an electronic design perspective. It also explains the role of every part of…
This article explains how Arduino works from an electronic design perspective. It also explains the role of every part of the Arduino.
Learn how to build a system that can turn DC loads on and off using a mobile application. You'll also learn how to…
Learn how to build a system that can turn DC loads on and off using a mobile application. You'll also learn how to perform this task via immediate actions or via timers set in advance.
Learn how to use a Raspberry Pi and an Arduino to develop a system for monitoring and controlling your home.
Learn how to use a Raspberry Pi and an Arduino to develop a system for monitoring and controlling your home.
File systems can be great for handling data and organizing memory, but most file systems require large amounts of memory.…
File systems can be great for handling data and organizing memory, but most file systems require large amounts of memory. This is where MicroFAT comes in!
Want to see what's inside a GPS unit?
Want to see what's inside a GPS unit?
Learn how to make flashing your ARM-based MCU easy by using OpenOCD debugger with an FT2232H adapter.
Learn how to make flashing your ARM-based MCU easy by using OpenOCD debugger with an FT2232H adapter.
Never miss that cute moment again! Kapture is a unique audio recorder that constantly records. What's inside of it?
Never miss that cute moment again! Kapture is a unique audio recorder that constantly records. What's inside of it?
In this article, we'll review the basic concepts in digital filter design. We'll also briefly discuss the advantages of…
In this article, we'll review the basic concepts in digital filter design. We'll also briefly discuss the advantages of FIR filters over IIR designs, e.g. stability and linear-phase response. Finally, we'll go over an introduction to designing FIR filters via the window method.
Using Finite State Machines (FSM) is a common industrial practice in coding but their use extends beyond everyday…
Using Finite State Machines (FSM) is a common industrial practice in coding but their use extends beyond everyday software. They can easily be used in projects, help prevent bugs, stop infinite loops hogging the processor, and ease debugging.
Part Three in this three-article series shows you how to generate values for a discrete sinusoid and continuously convert…
Part Three in this three-article series shows you how to generate values for a discrete sinusoid and continuously convert this data into an analog signal without overburdening the CPU.
Learn about the NES Controller's data protocol, then use this knowledge to easily integrate into an Arduino Uno.
Learn about the NES Controller's data protocol, then use this knowledge to easily integrate into an Arduino Uno.
Part One in this three-article series focuses on using the SAM4S timer/counter peripheral to precisely control the…
Part One in this three-article series focuses on using the SAM4S timer/counter peripheral to precisely control the DAC’s sampling rate.