In part 3, we compile the firmware and build the controller at the heart of the Saber, then do initial testing and diagnostics.
In part 3, we compile the firmware and build the controller at the heart of the Saber, then do initial testing and diagnostics.
Tutorial on designing a Bluetooth Low Energy (BLE) circuit with the ability to measure 9-axis motion, humidity, and temperature.
Tutorial on designing a Bluetooth Low Energy (BLE) circuit with the ability to measure 9-axis motion, humidity, and temperature.
In part one of this instrumentation and control (I & C) series, we'll go over the fundamental terminology and concepts…
In part one of this instrumentation and control (I & C) series, we'll go over the fundamental terminology and concepts used when working with industrial plants.
Use an Arduino/Genuino 101 with iAQ-Core air quality and HIH-6131 temperature/humidity sensors to make an Indoor Air…
Use an Arduino/Genuino 101 with iAQ-Core air quality and HIH-6131 temperature/humidity sensors to make an Indoor Air Quality Monitor with Bluetooth low energy (BLE) connectivity.
Learn the basics of what LiDAR is, how it works, and how it's applied.
Learn the basics of what LiDAR is, how it works, and how it's applied.
In this article, we are going to learn some basics about RFID technology and use an Arduino MEGA to a play around with a…
In this article, we are going to learn some basics about RFID technology and use an Arduino MEGA to a play around with a popular RFID module, the ID12LA.
Sensor fusion is the art of combining multiple physical sensors to produce accurate "ground truth", even though each…
Sensor fusion is the art of combining multiple physical sensors to produce accurate "ground truth", even though each sensor might be unreliable on its own.
Continuing the C-BISCUIT series, this article outlines how to populate and test the surface mount PCBs designed in a…
Continuing the C-BISCUIT series, this article outlines how to populate and test the surface mount PCBs designed in a previous article using a hot air rework station and other various electronics tools.
In this project, the reader will learn how to build and program a desktop industrial automation trainer for…
In this project, the reader will learn how to build and program a desktop industrial automation trainer for experimentation in robotics, motor, and process control system concepts on their workbench.
In this article, we will use a simple, proven tuning procedure to find effective values for proportional, integral, and…
In this article, we will use a simple, proven tuning procedure to find effective values for proportional, integral, and derivative gain.
We will explore how P, I, and D gain influences system performance, and in the process we will find a gain configuration…
We will explore how P, I, and D gain influences system performance, and in the process we will find a gain configuration that works well for our temperature controller.
With USB communications and a Scilab graphical user interface, we can really see what the PID controller is doing.
With USB communications and a Scilab graphical user interface, we can really see what the PID controller is doing.
We will implement a basic PID (proportional–integral–derivative) controller in firmware and observe the results using…
We will implement a basic PID (proportional–integral–derivative) controller in firmware and observe the results using an oscope and LEDs.
This article covers the firmware that allows the EFM8 microcontroller to communicate with the DAC and the MAX31855.
This article covers the firmware that allows the EFM8 microcontroller to communicate with the DAC and the MAX31855.
Invoke the power of the PID (proportional–integral–derivative controller)! The key components in this design are an…
Invoke the power of the PID (proportional–integral–derivative controller)! The key components in this design are an EFM8 microcontroller, a DAC, and the MAX31855 thermocouple-to-digital converter.
Galvanic isolation is a way to isolate functional sections of electrical systems to prevent current flow. A brief…
Galvanic isolation is a way to isolate functional sections of electrical systems to prevent current flow. A brief explanation of differing methods to create galvanic isolation.
Learn one of the ways to get started with the BMP180 sensor and learn a simple way to improve the data.
Learn one of the ways to get started with the BMP180 sensor and learn a simple way to improve the data.
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.
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.
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.