• Zephyr West tips and tricks

    The Zephyr west tool is a powerful workspace manager, but it is admittedly pretty feature-rich: there’s a lot of functionality buried inside that tool!

    I thought it would be interesting to share a few tips and tricks that I use with west to make my Zephyr development workflow a little smoother.

  • OTA Firmware Updates for Matter Devices via nRF Cloud

    This post walks through implementing OTA firmware updates on a Matter-over-Thread device, bypassing Matter’s standard update mechanism in favor of a direct CoAP connection to nRF Cloud. We cover the full pipeline: checking for new versions, downloading firmware in 1024-byte blocks over CoAP, streaming it to flash, and safely swapping images with MCUboot.