Setting Up Automated Firmware Builds

Automated Firmware Builds

Why do you need automated firmware builds (sometimes called a Continuous Integration (CI) pipeline) for your embedded project? Oftentimes we have found  that customers do not trust their firmware release […]

Using Artifactory for Efficient Artifact Storage

Using Artifactory for Efficient Artifact Storage

Introduction Managing software artifacts efficiently is a critical challenge for software development teams. Whether you are dealing with versioning issues, dependency management, or maintaining previous builds for rollback and debugging, […]

Introduction to Serial Framing Formats

Introduction to Serial Framing Formats

Introduction Serial communication (UART, RS-232, SPI, I2C, etc) provides the ability to transfer raw data between devices in Embedded Systems. There are a number of challenges to consider when developing […]

What is Dojo Five Reading in April 2025?

Dojo Five Embedded Reading List 2025

“Dojo” translates to “place of the way” and represents an environment for immersive learning. Here at Dojo 5, we prioritize that learning by encouraging our engineers to always be on […]

What is TLS and When Can It Be Used?

What is TLS?

Transport Layer Security (TLS) is a cryptographic protocol that provides secure communication over computer networks. It is the successor to the Secure Sockets Layer (SSL) protocol and has become the […]

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

Jenkins CI

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!

[Infographic] Dojo Five EmbedOps

EmbedOps Infographic

EmbedOps by Dojo Five is a productivity tool that helps engineering teams win back development hours. Get the embedded firmware development platform that integrates with your favorite tools like GitHub, […]

How to Start Developing Firmware Remotely

Develop Firmware Remotely

Modern embedded development starts with modern practices. Remote work has revolutionized the way that engineering is done, and it is now more possible than ever for traditionally on-site work to […]

The CLI’s Essential ‘Verbose’ Option

For those creating their own CLI tool If you have played around with any command line interface tools, such as Particle CLI or Git UI, you’ll notice that they oftentimes […]