ESP32 websocket server: receiving binary frames

In this tutorial we will check how to receive binary frames from a websocket client in a server hosted by the ESP32. The tests were performed using a DFRobot’s ESP32 module integrated in a ESP32 development board. Introduction In this tutorial we will check how to receive binary frames from a websocket client in a server hosted by …

ESP32 Async HTTP web server: websockets introduction

In this tutorial we will check how to setup a websocket endpoint on a HTTP web server, using the ESP32 and running the Arduino core. The tests were performed using a DFRobot’s ESP32 module integrated in a ESP32 development board.   Introduction In this tutorial we will check how to setup a websocket endpoint on a HTTP web server, …