In this tutorial, we will check how to set a socket server on the ESP8266 running the Arduino core. As a socket client for testing, we will use Putty. The tests of this tutorial were performed using a DFRobot’s ESP8266 FireBeetle board. Introduction In this tutorial, we will check how to set a socket server on the …
ESP32 Socket Server: Controlling a relay remotely
In this tutorial we will check how to control a relay connected to the ESP32 remotely, using sockets. The code will be developed using the Arduino core. The tests of this ESP32 tutorial were performed using a DFRobot’s ESP-WROOM-32 device integrated in a ESP32 FireBeetle board and a DFRobot relay board. Introduction In this tutorial we will check how to control a relay …
Continue reading "ESP32 Socket Server: Controlling a relay remotely"
ESP32 Socket Server: Connecting from a Putty socket Client
In this tutorial, we will check how to setup a socket server on the ESP32 and how to contact it using Putty as a socket client. The code will be implemented on the Arduino core for the ESP32. The tests were performed using a DFRobot’s ESP32 module integrated in a ESP32 development board. Introduction In this tutorial, we will …
Continue reading "ESP32 Socket Server: Connecting from a Putty socket Client"
ESP32 Arduino Socket server: Getting remote client IP
In this ESP32 tutorial, we will check how to get the IP of a socket client that connects to a socket server hosted on the device, using 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 get the IP …
Continue reading "ESP32 Arduino Socket server: Getting remote client IP"
ESP32 Arduino web server: getting client IP
The objective of this post is to explain how to obtain the IP of a client that contacts a HTTP web server running on the ESP32, on the Arduino core. The tests of this ESP32 tutorial were performed using a DFRobot’s ESP-WROOM-32 device integrated in a ESP32 FireBeetle board. Introduction The objective of this post is to explain how …
Continue reading "ESP32 Arduino web server: getting client IP"