The objective of this post is to explain how to create a simple Python websocket client to contact an online test echo server.
Continue reading “Python: Websocket client”
ESP32 Arduino Websocket server: Receiving and parsing JSON content
The objective of this post is to explain how to receive and parse a JSON message on a Websocket Server running on the ESP32. We will use the Arduino core as programming framework. The tests of this ESP32 tutorial were performed using a DFRobot’s ESP-WROOM-32 device integrated in a ESP32 FireBeetle board.
Continue reading “ESP32 Arduino Websocket server: Receiving and parsing JSON content”
ESP32 Arduino: Websocket server over soft AP
The objective of this post is to explain how to set a Websocket server on the ESP32 operating as soft AP. The software framework used will be the Arduino core for the ESP32. The tests of this ESP32 tutorial were performed using a DFRobot’s ESP-WROOM-32 device integrated in a ESP32 FireBeetle board.
Continue reading “ESP32 Arduino: Websocket server over soft AP”
ESP32 Arduino: Websocket server
The objective of this post is to explain how to create a Websocket server on the ESP32, using the Arduino core as programming framework. The tests of this ESP32 tutorial were performed using a DFRobot’s ESP-WROOM-32 device integrated in a ESP32 FireBeetle board.
ESP32 Arduino: Websocket client
The objective of this post is to explain how to create a simple websocket client on the ESP32, 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.