ESP32 Web Server, Web Sockets And HTTP API Calls

ESP Web Server

In this post, I’ll show you how to make API requests from the ESP32 or ESP8266, how to set up a web server on the ESP and use AJAX to send/receive data and how to establish a web socket connection for bi-directional data streaming. These examples can be used as basic starting templates for projects.

ESP32/8266 Over The Air Updates (OTA)

ESP OTA

In this post, I’ll show you how to do OTA(over the air updates) to your ESP32/ESP8266. This means that you don’t have to connect your ESP board to your PC by cable and can instead push firmware updates wirelessly over the network(as long as you are connected to the same network). The process of uploading the firmware remains almost the same. The only difference is you have to select a network port under Tools -> Port -> Network Ports instead of a COM port.

ESP32 WiFi Camera

ESP32 Web Camera

In this post, I’ll show you how to program the ESP32 Camera board to live stream the video feed to your browser.

Kits

Disclosure: If you buy any of the products listed here through the provided links I may earn a commission for the sales. Here you’ll find products or services I have bought, used, or owned at …

Components

Disclosure: If you buy any of the products listed here through the provided links I may earn a commission for the sales. Here you’ll find products or services I have bought, used, or owned at …

Books

Disclosure: If you buy any of the products listed here through the provided links I may earn a commission for the sales. Here you’ll find products or services I have bought, used, or owned at …

Store

the eecs blog online store white background

Disclosure: If you buy any of the products listed here through the provided links I may earn a commission for the sales. Here you’ll find products or services I have bought, used, or owned at …

C# Covariance And Contravariance

C# Code Snippets Covariance And Contravariance

In this code snippet, we’ll take a look at covariance and contravariance in C#.Covariance and contravariance enable implicit type conversion for arrays, delegates and generic interface type arguments.

C# Image Classification With ML.NET

C# Code Snippets Image Classification With ML.NET

In this code snippet, we’ll see how to do image classification in C# using the ML.NET machine learning framework. It provides a user friendly GUI for creating, training and deploying different kinds of machine learning models within Visual Studio. It makes it very quick and easy to add machine learning to your .NET projects.

Advertisment ad adsense adlogger