This article explores the basic theory and structure of a well-known neural network topology.
This article explores the basic theory and structure of a well-known neural network topology.
This article shows how to initialize arrays in a C program with values from text files.
This article shows how to initialize arrays in a C program with values from text files.
RPi has done some amazing good in the world, especially for aspiring young engineers, but here's the breakdown on why…
RPi has done some amazing good in the world, especially for aspiring young engineers, but here's the breakdown on why it's probably not what you need for a professional project.
Why should engineers care about hardware security? Because they can help prevent vulnerabilities through design!
Why should engineers care about hardware security? Because they can help prevent vulnerabilities through design!
Learn about packing and unpacking data with unions in C language.
Learn about packing and unpacking data with unions in C language.
Learn about data objects called unions in embedded C language.
Learn about data objects called unions in embedded C language.
Where can EEs use Python in their day to day? Here's a look at the applications where Python excels.
Where can EEs use Python in their day to day? Here's a look at the applications where Python excels.
After introducing structures, we’ll take a look at some of the important applications of this powerful data object.…
After introducing structures, we’ll take a look at some of the important applications of this powerful data object. Then, we’ll examine the C language syntax to declare a structure. Finally, we’ll briefly introduce the data alignment requirement. We’ll see that we may be able to reduce the size of a structure by simply rearranging the order of its members.
This article introduces the techniques for describing combinational circuits in Verilog by examining how to use the…
This article introduces the techniques for describing combinational circuits in Verilog by examining how to use the conditional operator to describe combinational truth tables.
In this article, we’ll study the basic structure of a Verilog module, look at some examples of using the Verilog…
In this article, we’ll study the basic structure of a Verilog module, look at some examples of using the Verilog “wire” data type and its vector form, and briefly touch on some differences between VHDL and Verilog.
This article explores the schematic design and basic features of a smart programmable wireless controller module I…
This article explores the schematic design and basic features of a smart programmable wireless controller module I designed: the WiCard.
In this article, we will take a look at the XDK110 rapid prototyping kit, characterize its hardware, explore its software…
In this article, we will take a look at the XDK110 rapid prototyping kit, characterize its hardware, explore its software environment, and demonstrate connecting the device to the MQTT messaging service.
In this article, you'll learn how to write the VHDL code for a simple algorithm.
In this article, you'll learn how to write the VHDL code for a simple algorithm.
In this article we’ll discuss the design for a custom microcontroller programming/debug/extension PCB and we’ll look…
In this article we’ll discuss the design for a custom microcontroller programming/debug/extension PCB and we’ll look at an example project.
This article will review the “signed”/“unsigned” data types.
This article will review the “signed”/“unsigned” data types.
This article will first review classifications for the VHDL data types, and then it will discuss the enumerated type.
This article will first review classifications for the VHDL data types, and then it will discuss the enumerated type.
This article will review the "std_logic_vector" data type which is one of the most common data types in VHDL.
This article will review the "std_logic_vector" data type which is one of the most common data types in VHDL.
Part two of building a device that can detect Wi-Fi signals and "react" accordingly.
Part two of building a device that can detect Wi-Fi signals and "react" accordingly.
Bluetooth low energy (BLE) is designed to intermittently transmit information using a limited amount of power. This…
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).
In this project, we will demonstrate the simplicity of RIOT by creating a data logger that will plot levels of light onto…
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.