Tagged: Networking

Networking is the process of trying to meet new people who might be useful to you in your job, often through social activities. If executives fail to exploit the opportunities of networking they risk being left behind.

Send email with attachments STM32 boards Gmail SSL 0

STM32 send emails with attachments and SSL (like Gmail): w5500, enc28j60, SD, and SPI Fash

This guide demonstrates how to send emails with attachments from STM32 microcontrollers using SSL encryption, like Gmail. It covers using w5500 and enc28j60 for network connectivity and SD cards and SPI Flash for storage. With detailed setup instructions and coding examples, it enables secure email communication in STM32-based projects.

Integrating LAN8720 with ESP32 for Ethernet Connectivity with plain (HTTP) and SSL (HTTPS) 0

Integrating LAN8720 with ESP32 for Ethernet Connectivity with plain (HTTP) and SSL (HTTPS)

This integration involves connecting the LAN8720 Ethernet module with the ESP32 microcontroller to enable wired network connectivity. The process includes configuring the ESP32 to recognize and communicate through the LAN8720 module, ensuring compatibility with both plain text (HTTP) and encrypted (HTTPS) SSL data transmissions.