This list contains topics that I want to cover and ideas for the future posts. It will be updated.

This page is open for suggestions. Feel free to leave a comment if you have in mind any topics that you think I should cover.


Enhanced ShockBurst of nRF24L01+ with Callbacks

There are many libraries on how to use nRF24 devices in imperative mode. This is way too obscure for my taste. In my project I have wrapped the imperative API in declarative style. Which clarifies the working mode of the device and makes it harder to make a mistake in the setup.

Linker Script for Embedded Systems

The linker script is a very rare language. There is very information information about it.

How to do States

Every somewhat complex system has a state. Designing the state is a significant part of the design of a system which is unfortunately overlooked.

Redux with Websockets

Redux really defines the application. It's a challenge to put a websockets in this system without breaking the proper data flow.