The STM32 system memory bootloader, a ROM bootloader programmed to STM32 devices, is an essential tool—it can easily update devices in the field and “unbrick” boards in some situations. However, there are a few things to consider ab...
DMC is excited to share that we are hosting an upcoming webinar on the Industrial Internet of Things (IIoT) led by DMC Project Director Patrick Corcoran. There are two opportunities to attend the webinar on May 8 and May 13, 2020. About the Webina...
Engineers are known for being serious about their work, but we leave plenty of room for laughs. At DMC, we have a fondness for humor of the geeky variety. Check out this month's comic that was cowritten by DMC project engineer, ...
The nRF9160 is one of the latest product releases from Nordic. I have been having a lot of fun creating user applications with this chip, and wanted to share my experience with this new tool. A Chip That Packs a Punch The nRF9160 is a syst...
Many products feature USB to facilitate communication between various devices, to transfer files easily, support hardware peripherals or add other features. While working on embedded systems, we have developed a variety of devices that utilize USB in...
The major cellular network providers (AT&T, Verizon, T-Mobile) have launched or are in the process of launching upgrades to their LTE networks that will enable the deployment of millions of new, previously impractical IoT solutions...
Mbed OS is an open-source embedded operating system designed for IoT development with Arm processors. It’s a popular RTOS (real-time operating system) at DMC for its modular library structure, giving the ability to use the same API ac...
For anyone who has worked on an embedded project, you can understand the hassle of loading code onto a microcontroller. To alleviate this issue and cut down on the extra time that comes from this process, DMC designed and built a custom boot loading ...
Espressif makes two of the most common modules used for Wi-Fi integration in embedded systems, the ESP8266 and ESP32. The ESP8266 was huge for IoT development. It contains a high-performance CPU with an antenna etched into the PCB to allow Wi-Fi conn...
Being an embedded systems developer is always an exciting challenge. One of the downsides though is that in general, programming and development tools are somewhat limited. Developers are almost always restricted to C/C++ and often can't rely on ...