KhalsaLabs

How to send email using esp32 with micropython and brevo

Brevo (formally Sendinblue) is widely used for its reliability and ease of integration, offers a REST API for sending emails. In this tutorial we will go step by step about how to send email using esp32 with micropython and brevo Prerequisites 1. ESP32 Module: With MicroPython firmware installed. 2. Brevo

How Call a REST API from ESP32 Using MicroPython

To call a REST API from an ESP32 using MicroPython, you'll typically need to connect the ESP32 to a Wi-Fi network and then use HTTP methods to interact with the API. Below is a step-by-step tutorial to achieve this. We will use micropython in this tutorial to call REST API

How to Install MicroPython on ESP32 Tutorial

In this how to install micropython on esp32 tutorial, we will download the official micropython binaries and flash them to esp32. Then verify the working of micropython on esp32. What You Need: 1. ESP32 Module: This is the hardware you'll be programming. 2. Micro USB Cable: To connect ESP32 to

Top 3 Free Newsletters for Startup Stories: A Must-Read for Entrepreneurs

Entrepreneurs are always on the lookout for resources that can provide insights, inspiration, and practical advice. Newsletters, packed with startup stories, can be a goldmine of information especially when they are free. I subscribed to multiples and read many, here are my top three picks, each offering unique perspectives and

Hosting a Website on ESP32 Webserver with Microdot: Step-by-Step Guide

ESP32 is famous micro-controller for hobby and commercial projects. In this tutorial, we'll explore how to host a website on an ESP32 using the Microdot framework. What is Microdot? Microdot is a lightweight Python web framework designed for light weight operations. It offers a minimalist yet efficient way to create

KhalsaLabs © 2026