Author: Renzo Mischianti

ESP32 and ESP8266: Sending Emails with Attachments (EMailSender v4.0.0 Library) with complete STARTTLS Support 0

How to Send Emails with Attachments on ESP32/ESP8266 (EMailSender v4.0.0 & STARTTLS)

And finally, the updated guide for using EMailSender v4.0.0 on ESP32 and ESP8266! This tutorial covers everything you need to know about sending secure emails from your ESP32 board using the new STARTTLS support on port 587.

Arduino UNO/Mega and Ethernet: Sending Emails with Attachments 0

Arduino UNO/Mega and Ethernet: Sending Emails with Attachments (EMailSender v4.0.0 Library)

Welcome to this updated guide for sending emails with Arduino UNO and Mega using my EMailSender v4.0.0 library. This article is an evolution of the previous one, focusing on the new library version and introducing a robust and reliable solution for boards with low RAM.

0

SSD1683 eInk Display with GxEPD and ESP32 (and CrowPanel 4.2″ HMI): fonts, shapes, and images

Continuing our previous tutorial on configuring the ESP32 SSD1683 display and wiring, this article dives into text and shape rendering, demonstrating font scaling with setTextSize(), custom GFX fonts via setFont(), and drawing lines, rectangles, circles and rounded shapes. We’ll also cover converting images to 1-bit byte arrays with the online generator and displaying them on the E-Ink screen.