ESP32 (25) – Oled display with U8G2

If you read my post ESP32, Wemos or not to Wemos you know that I brought a development board, that happened to be a D-duino-32 clone, with an ESP-WROOM-32 module and a 0.96″ oled display. This display, available also as a standalone module on several websites (for example on Banggood), has the following features: [checklist] size: 0.96 inches resolution: 128×64 pixels controller: SSD1306 with I2C interface power supply: 3.3V – 6V…

A Certificate Authority with OpenSSL

The security of several protocols is implemented using SSL certificates. Usually, those certificates are created by public certificate authorities. If we’re connecting to a website (HTTPS protocol), the browser we’re using must recognize the identity of the CA that signed the server certificate, otherwise an error message is shown: A CA “creates” a new certificate signing it…