Over-the-air (OTA) updates: A boon to connected devices

Over-the-air (OTA) updates

  1. Introduction In today’s increasingly connected world, over-the-air (OTA) updates are becoming essential for keeping devices secure and up to date. OTA updates allow software developers to deliver new features, bug fixes, and security patches to devices without requiring users to physically connect them to a computer or other device.  OTA updates work by […]

How to Interface a Hard-Core Processor with FPGA (Parallel Asynchronous Interface)?

Hard-Core Processor with FPGA (Parallel Asynchronous Interface)?

  What is a Hard-Core Processor? A hard-core processor is just like any other processor in terms of functionality and application. It has all the basic building blocks such as registers, memory interfaces, ALU etc. and is fully capable of performing general purpose computing tasks. However, unlike soft-core processors, it has a fixed design layout […]

Common JTAG Connectivity Issues and How to Solve Them (A Designer’s Perspective)

Common JTAG Connectivity Issues

Why Do We Need JTAG? With recent advancements in technology and shrinking device sizes, it becomes more difficult to be able to test the design and the underlying circuitry. There’s often no space available to attach probes or have test ports if you have to examine the performance and functionality of the device. That’s where […]

How to Write A Driver for Accelerometer LIS3DSH in Zephyr?

Accelerometer LIS3DSH in Zephyr

In our previous Zephyr blog, we looked at how to interface a simple IMU – Accelerometer sensor with Zephyr RTOS running on NRF52832. Knowing how to interface sensors over SPI protocol allows user to communicate with sensor’s register and get values for acceleration. We saw how we can create our own library for the sensor, […]

SoC vs SoM : System on Chip vs System on Module

SoC vs SoM

What is System on Chip, SoC? A System on Chip or SoC is a key component in Embedded Systems today. An SoC refers to a single chip or IC with a completely electronic or computer system fabricated.  It usually integrates a CPU, GPU, DSP, memory, I/Os, and external interfaces such as USB and analog input […]

ESD Best Practices

ESD

  What is ESD? ESD Stands for Electrostatic Discharge. Electrostatic discharge occurs when electricity flows through a conductive body when touched by another charged body.  This usually happens when two charged bodies are in physical contact. In the case of electronics, this phenomenon occurs when the circuit is shorted out at some place, or a […]

How to Choose Between Microcontroller and FPGA for Your Embedded Application?

Microcontroller and FPGA for Your Embedded Application

  You may wonder if you should use Micronctroller or FPGA for your next embedded application. It’s important to know the difference between the two. Let’s have a look at this table for a brief comparison. Features MCU FPGA Hardware Structure MCU has a fixed hardware structure. It only offers the custom use of that […]

Subscribe Our Newsletter