Whilst getting more familiar with Arduino and all the pros and cons of the default Arduino eco-system, you might notice the comments everywhere suggesting you shouldn’t Arduino’s built-in String class. And rightfully so! But why? And what should you use instead? That’s what this blog will hopefully provide a satisfying answer to. TLDR; You can […]
Category: Arduino

Use this timer callback library for multitasking on your Arduino
In this blog post I will show you how you can easily multi-task with your Arduino projects, so you don’t have to use the delay() function anymore. With an easy step-by-step guide you can make your Arduino projects more efficient than ever before. Why should I use StensTimer? There are several reasons to consider using StensTimer. Below […]