Posts with the tag microcontroller:

Deferred logging from scratch

As our machines become faster and faster, we generally don’t think anymore about the cost of printing and formatting strings. What if we defer the formatting work to the host ? The formatting code and the string messages no longer need to be stored on device. Thus, reducing the CPU, RAM and Flash requirements and increasing battery life.

Anatomy of an Arduino UNO

What constitutes an Arduino UNO? In this article, we will explore the electronic components of this famous board. Then, an overview about I2C and Arduino memory will be given.