Introduction to testing ESP32 code with Pytest

How to test your ESP32 code with Pytest

Mode d'endormissement de l'ESP32

Dans cet article, je vais vous introduire les différents modes d’endormissement de l’ESP32. Des exemple de code vous permettront de testé et de prendre en main ces différents mode facilement.

Overview of the Language Server Protocol

Principles of the protocol, together with examples of interactions between a client and a server.

Comment détecter une couleur avec Arduino ?

Utilisation de capteurs de couleur et d’une IA pour détecter efficacement une couleur avec une carte Arduino.

Introduction to embedded Rust

How can Rust be leveraged to make better connected toasters

Pertinence du développement système avec Hare

Comparatif entre le C et le Hare

ART of UARTS part 1

Electrical devices are a social species. They shout, declare, tell, utter, verbalize, yakety-yak and yak all day - all night - their blabber to one another as part of a complex herd full of protocols and social hierarchy and all that, with not much of single sound. Now, imagine a world where all those devices where to fell silent overnight ; how would you recreate communication between them ?

La conception électronique démystifiée

Une introduction rapide à la conception électronique, avec KiCad comme exemple

About DNA Data Storage

DNA data storage is an appealing alternative to mainstream information storage thanks to its density and durability. In this article, we will review the process of writing, storing and reading back DNA-coded data.

Why you need clean architecture

Introduction of clean architecture : a versatile design approach to build software.