fbpixel
Tools for testing UDP communication

Tools for testing UDP communication

, With one or more devices connected to a Wifi network, it’s often useful to have tools to test the UDP communication protocol. It’s possible to communicate between different devices such as computers, Arduino, ESP32, ESP8266, using the UDP protocol. There...
Communication between two ESP32s via UDP

Communication between two ESP32s via UDP

, The NodeMCU ESP32 is a small microcontroller with a WiFi chip. It is possible to establish communication between two ESP32s, when they use the same network. In this tutorial, we’ll look at an architecture with two NodeMCUs exchanging data via the UDP protocol....
UDP communication between Raspberry Pi and ESP32

UDP communication between Raspberry Pi and ESP32

In this tutorial, we’ll look at how to communicate between a Raspberry Pi and an ESP32 using the UDP protocol. When devices are connected to the same Wifi network, they can communicate very simply by exchanging data packets using the UDP protocol. As both the...
Setting up a UDP server on Raspberry Pi

Setting up a UDP server on Raspberry Pi

, When the Raspberry Pi is connected to the Wifi network, it can communicate with other devices on the network using the UDP protocol. This makes it possible to control the Raspberry Pi from another device or to manage other microcontrollers using UDP requests. It can...
Stream video from a Raspberry Pi to a web browser

Stream video from a Raspberry Pi to a web browser

, , , In this tutorial, we’ll look at how to stream video from a PiCam on a Raspberry Pi to a web browser. When a camera is connected to a Raspberry Pi, it’s important to be able to access it from anywhere. To do this, you need to set up a server and send...