nRF52/53 Musings

Post Written: 07/08/2025

Project Start: Jun 2024

Project End: Jun 2024

DISCLAIMER: This post is sparse as it was part of a backlog of posts. It may be updated in the future.

I did some things with the nRF52/53

TL;DR

I made a PCM to audio pipeline and a HSV to RGB Color library. HSV to RGB makes it easier to do a rainbow effect using chains of RGB leds.


Longer Version

I'd love to write more and reflect more on this later. In the meantime, to get through the backlog, here's the résumé version.


C++ HSV RGB Color library

  • Developed for use on the nRF52/53 families of devices.

PCM to audio pipeline

  • Used nRF52/53, DAC, and Audio amplifier prototype.