Category: Web Socket

EByte LoRa E32 Manager REST WebSocket to configure and test esp8266 esp32 0

EByte LoRa E32 gateway: manage via REST and WebSocket (esp8266, esp32) – 1

I do many projects with EByte LoRa E32, all based on my library, and many people download it, but EByte’s tools are very poor and sometimes faulty. So I tried to create a Web manager that also works as a Gateway, here’s how to interface the Back End.

WebSocket Arduino esp8266 esp32 client 4

WebSocket on Arduino, esp8266 and esp32: client – 1

Modern web applications need to update data in real time, for years we have used polling with REST calls but now we can no longer ignore the WebSocket protocol.
Here I am going to present a WebSocket client with esp8266, esp32 and Arduino Mega with enc28j60.Here a WebSocket client with esp8266, esp32 and Arduino Mega and enc28j60.