In this tutorial we will learn how to use WebSerial and perform the resolution of the ESP32 domain name using mDNS.
ESP32: Dynamic sensor network
How to build a dynamic sensor network that can be monitored through a web-based real-time dashboard. We will be using the ESP32 to implement the nodes of the sensor network and the Arduino core to program them.
ESP32 mDNS: Host name resolution
How to perform the resolution of a host name without the necessity for any dedicated infra-structure, using the mDNS protocol. We will be using two ESP32 devices and the Arduino core.
ESP32: Query mDNS service
How to use a ESP32 to query a service advertised with mDNS.
ESP32: Advertise service with mDNS
How to advertise a network service available on the ESP32 using mDNS, and get information about that service on a Python program.
ESP32: mDNS address resolution
How to use mDNS to resolve the address of a HTTP web server hosted by the ESP32.
LinkIt Smart Duo: Running a Flask server
The objective of this post is to explain how to install and run a Flask server on the LinkIt Smart 7688 Duo. Introduction Flask is a web micro framework for Python which allows us to create and deploy simple web applications very easily. In this tutorial, we will install Flask and create a very simple …
ESP8266: Query LinkIt Smart mDNS services
The objective of this post is to explain how to find mDNS services advertised in the LinkIt Smart using the ESP8266. Introduction The objective of this post is to explain how to find mDNS services advertised in the LinkIt Smart using the ESP8266. Although we are creating a very simple use case, this will be …
Continue reading "ESP8266: Query LinkIt Smart mDNS services"
LinkIt Smart Duo: Configuring mDNS services
The objective of this post is to explain how to configure additional mDNS services to be advertised by our LinkIt Smart Duo. Introduction The objective of this post is to explain how to configure additional mDNS services to be advertised by the LinkIt Smart Duo. By default, the LinkIt Smart comes with some services which …
Continue reading "LinkIt Smart Duo: Configuring mDNS services"
ESP8266 Webserver: Resolving an address with mDNS
The objective of this post is to explain how to add mDNS address resolving to a ESP8266 HTTP server. Introduction The objective of this post is to explain how to add mDNS address resolving to a ESP8266 HTTP server, using the ESP8266 libraries for the Arduino IDE. mDNS is a protocol that allows to make …
Continue reading "ESP8266 Webserver: Resolving an address with mDNS"