Let’s learn together: Raspberry Pi and Green Pass

The Digital Green Certificate (sometimes named green pass) is a digital certificate, common throughout Europe, which proofs that a person: is vaccinated against COVID-19 received a negative test result recovered from COVID-19 It’s normally issued as a qrcode, to speed up its reading by checking apps. On a technical level, the personal information of the…

Raspberry Pi Zero, audio output via I2S

Pi Zero is a small board – part of the Raspberry family – designed for embedded applications where space is a constraint. The low cost (about 10€ for version W, with wifi connectivity) and the ability to run different operating systems makes it the ideal choice for different applications (media centers, data loggers…). Raspberry Pi Zero unfortunately doesn’t offer a dedicated audio…

MQTT – Introduction

If two devices have to talk to each other, they must adopt the same protocol. In the past, I’ve already shown different types of communication, for example between Arduino and a C# program, Arduino and a website or Arduino and an NTP server. All those communications are point-to-point ones, that is between two actors. Today I’m instead going to introduce you…