All About Circuits

Latest Embedded Networking Articles and Videos

Categories

Design a Custom Microcontroller Programming and Testing Board

Design a Custom Microcontroller Programming and Testing Board

In this article we’ll discuss the design for a custom microcontroller programming/debug/extension PCB and we’ll look at an example project.


Projects Feb 25, 2018 by Robert Keim
Review of VHDL Signed/Unsigned Data Types

Review of VHDL Signed/Unsigned Data Types

This article will review the “signed”/“unsigned” data types.


VHDL Data Types: Some Classifications and the Enumerated Type

VHDL Data Types: Some Classifications and the Enumerated Type

This article will first review classifications for the VHDL data types, and then it will discuss the enumerated type.


Simplifying VHDL Code: The Std_Logic_Vector Data Type

Simplifying VHDL Code: The Std_Logic_Vector Data Type

This article will review the "std_logic_vector" data type which is one of the most common data types in VHDL.


Intelligence at the Edge Part 1: The Edge Node

Intelligence at the Edge Part 1: The Edge Node

The industrial Internet of Things (IoT) encompasses the broad transformation underway that will make pervasive sensing across connected machines not just a competitive advantage, but an essential fundamental service. The industrial IoT starts with the edge node, which is the sensing and measurement entry point of interest.


The Wi-Fi Eye, Part 2: Firmware, Wiring, and Network Connection

The Wi-Fi Eye, Part 2: Firmware, Wiring, and Network Connection

Part two of building a device that can detect Wi-Fi signals and "react" accordingly.


Projects Jul 26, 2017 by Jeremy Lee
“Everything is Better with Bluetooth”:  Add Your Own Custom Bluetooth LE to Your Next Project

“Everything is Better with Bluetooth”:  Add Your Own Custom Bluetooth LE to Your Next Project

Bluetooth low energy (BLE) is designed to intermittently transmit information using a limited amount of power. This article provides the building blocks that allow you to add BLE to your projects for $5 (plus a one-time purchase of a $15 programmer).


Projects Jun 28, 2017 by Mark Hughes
Digi’s XBee Cellular LTE Cat 1 Embedded Modems | New Product Brief

Digi’s XBee Cellular LTE Cat 1 Embedded Modems | New Product Brief

Digi’s XBee Cellular LTE Cat 1 embedded modems allow for low-cost LTE connectivity.


Creating a Simple Data Logger with the RIOT (Realtime Internet of Things) Framework

Creating a Simple Data Logger with the RIOT (Realtime Internet of Things) Framework

In this project, we will demonstrate the simplicity of RIOT by creating a data logger that will plot levels of light onto a graph on a PC server application.


Projects Mar 08, 2017 by Robin Mitchell
Custom Microcontroller Design: Assembling, Measuring, Programming

Custom Microcontroller Design: Assembling, Measuring, Programming

This is part 2 of a step-by-step guide to bringing your custom microcontroller design to life.


C-BISCUIT: System Integration and Testing

C-BISCUIT: System Integration and Testing

Finally, we have everything we need for a functional robot. Let’s put the pieces together and see what the C-BISCUIT demo bot can do.


Projects Nov 28, 2016 by Robert Keim
Facebook’s Aquila Drone Completes First Flight—And Faces Criticisms

Facebook’s Aquila Drone Completes First Flight—And Faces Criticisms

Facebook plans to incorporate a fleet of wing-shaped drones to provide internet connectivity in remote areas.


News Jul 29, 2016 by Dr. Steve Arar
Embedded PID Temperature Control, Part 4: The Scilab GUI

Embedded PID Temperature Control, Part 4: The Scilab GUI

With USB communications and a Scilab graphical user interface, we can really see what the PID controller is doing.


Projects Feb 19, 2016 by Robert Keim
4 Key Technologies to Watch at Embedded World 2016

4 Key Technologies to Watch at Embedded World 2016

Embedded World 2016 is almost here. Here are some technologies to keep your eye on.


News Feb 18, 2016 by Majeed Ahmad
Building Raspberry Pi Controllers Part 5: Reading Analog Data with an RPi

Building Raspberry Pi Controllers Part 5: Reading Analog Data with an RPi

Learn how to read electrical signals and data from an analog device using the Step Response technique in Part 5 of the Building Raspberry Pi Controllers series.


Projects Feb 09, 2016 by Don Wilcher
Build Raspberry Pi Controllers: LED Flasher

Build Raspberry Pi Controllers: LED Flasher

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.


Projects Dec 11, 2015 by Don Wilcher
Update the Firmware in Your ESP8266 Wi-Fi Module

Update the Firmware in Your ESP8266 Wi-Fi Module

Updating the firmware in an ESP8266 Wi-Fi module can be frustrating! Here's a procedure to reduce the pain.


Get Started with Matplotlib in Python to Visualize Data Collected from Measurement Instruments

Get Started with Matplotlib in Python to Visualize Data Collected from Measurement Instruments

This article explains how to install PyVisa and MatPlotlib for Python. PyVisa connects a computer to the measurement instruments and matplotlib helps to visualize the data collected from these instruments.


Projects Oct 24, 2015 by Ujjwal Roy
Breadboard and Program an ESP-01 Circuit with the Arduino IDE

Breadboard and Program an ESP-01 Circuit with the Arduino IDE

The ESP8266 combination microcontroller/Wi-Fi modules can now be programmed using the Arduino IDE. Here's how!


Introduction to the MQTT Protocol on NodeMCU

Introduction to the MQTT Protocol on NodeMCU

MQ Telemetry Transport (MQTT) is a popular low-overhead messaging protocol used by many IoT devices to communicate. This tutorial will show the user how to to set up a basic MQTT network using Python on his or her computer and an ESP8266 running the NodeMCU firmware.


Projects Sep 15, 2015 by Patrick Lloyd