Bleeding-Edge Tech

EmbedOps: The Future of DevOps for Embedded Firmware

March 14, 2023

By: Tom Dever, VP of Product
In a rapidly evolving software development market, teams focused on embedded technologies are not benefiting from the same advancements as web and native platform developers. Dojo Five’s EmbedOps is addressing this issue by providing tools, integrations, and services that allow embedded teams to take full advantage of contemporary developer tools and advancements.

Read More

Finding Time for Rust: 7 Simple Steps to Learn Rust

November 21, 2022

By: Nwanua Eluweze

Rust appears to be gaining steam as a solid language to solve complex and challenging problems in embedded systems. Here are a few tips that may help you learn Rust.

Read More

Using The Nordic nRF Sniffer For BLE

September 6, 2022

By: Steve Branam

The Nordic Semiconductor nRF Sniffer for BLE is a great low-cost tool for working with BLE. Once you set it up, capturing and analyzing BLE traffic is easy.

Read More
Unit Testing Keyboard

Unit Testing For Embedded Software Development

August 10, 2022

By: Steve Branam
Unit testing uses small automated tests to drive development of embedded system code. Learn best practices for Test Driven Development (TDD), including writing and implementing successful unit tests to provide fast feedback and confidence in your code.

Read More
Jenkins CI

Setting up Jenkins for Embedded the right way (or not at all)

August 1, 2022

By: Brandon Leiran
Embracing continuous integration (CI) practices and tools makes embedded development smoother. Jenkins isn’t always the best choice for Embedded CI, but if you follow the 3 CI principles laid out in this article, you’ll start off well!

Read More
HIL Raspberry Pi

Hardware-in-the-loop is hard! Sometimes.

June 22, 2022

By: Ander Galisteo, Ph.D.
The concept of hardware-in-the-loop (HIL) is not new in the embedded space. The basic idea is to automate the functional tests of your device under development to verify if your implementation does what it’s supposed to do.

Read More