ESP8266 mDNS For Web Address URL Using Arduino IDE (Mac OSX and Windows)

Опубликовано: 06 Октябрь 2024
на канале: datasith
39,208
1k

• Your support helps me post videos more frequently:
  / acrobotic  
https://www.paypal.me/acrobotic
https://buymeacoff.ee/acrobotic
BTC: 1ZpLvgETofMuzCaKoq5XJZKSwe5UNkwLM
==========
• Find me on:
  / acrobotic  
  / acrobotic  
  / acrobotic  
==========
• My shops:
https://acrobotic.com/shop
https://amazon.com/shops/acrobotic
==========
• Description:
In this video I go over the process of how to assign an easy-to-remember web address (http://esp8266-01.local) to your ESP8266 using Multicast DNS (mDNS). I go, step-by-step, over the process of how to write code in the Arduino IDE for assigning the web address to a web server running on the ESP8266.
One of the most common tasks when using the ESP8266 is setting it up as a device that connects to a network and responds to traffic on it (i.e., a web server). Typically you use the ESP8266's IP address to access the server, however, it's easier to remember a name than a set of numbers. Though several code samples exist already, I wanted to explain in detail what you need from start to finish.
On Windows, please make sure you install either iTunes or Bonjour so that your computer can see the ESP8266 over the Wi-Fi network (it uses mDNS):
https://support.apple.com/downloads/b...
==========
• Related vids:
Getting started with the WeMos ESP8266 Development Board using Arduino:    • Getting Started | ESP8266 WeMos D1 Mi...  
==========
• Project parts:
ACROBOTIC Development Board for ESP8266:
https://acrobotic.com/products/acr-00018
http://amzn.to/2dAZ1mW (affiliate)
==========
• Project code:
Firmware for the Arduino IDE:
https://github.com/acrobotic/Ai_Tips_...
Info on Multicast DNS:
https://supportforums.cisco.com/docum...
==========
• Tutorials:
Detailed guide for getting started with the ESP8266 Development Board:
https://learn.acrobotic.com/tutorials...
==========
• Music:
andyclassical (https://audiojungle.net/user/andyclas.... Envato's Music Standard License.
==========
#ESP8266 #Arduino #Tutorial