Blog
Plant Moisture Monitoring with an STM32 Nucleo
March 23, 2021|Uncategorized Zhi Xuen Lai of Dojo Five walks you through his plant moisture monitoring project, which uses an STM32 Nucleo board and includes mobile notifications. Posted in
Our Engineers: Shaun Shippey
March 18, 2021|Our Engineers Shaun is a Senior Firmware Engineer at Dojo Five, and joined the company in February of 2021. Shaun grew up in Arizona, and with a dad…
Useful Python Packages For Parsing HTML Report
Static analysis tools such as IAR C-STAT, Cppcheck, and Flawfinder are able to generate reports in the form of HTML files. To learn how and why it is necessary to…
Testing Python Scripts in A Docker Container
Most Python scripts require external packages. Many require a specific version of these packages or even the Python interpreter. Instead of installing these dependencies globally on your machine, you can…
Start with the Process, Finish with the Work
Start with the process, Finish with the work To obtain regulatory approval for medical device software, you’ll need to comply with the IEC-62304 Medical Device Software Lifecycle standard. This standard…
Our Engineers: Peter Gabrail
November 2, 2020|Our Engineers Software that can dim your lights or zap your heart Pete is an embedded software developer who joined Dojo Five in November 2019. In his 30+…
Unit Tests: Benefits For Your Automatic Build
What are Unit Tests? Unit tests are functions written to test an isolated module in a codebase. Isolation allows for specific modules to be tested without interaction with the rest…
Medical Device Documentation
Working on a medical device is a large undertaking. The documentation required by the FDA is able to intimidate even the most stalwart engineer all on its own. But…