0PricingLogin
Arduino & IoT Academy · Lesson

Connect to WiFi in Station Mode

Join your network and print the IP address.

What Station Mode Is

When your board joins an existing network like a phone joins WiFi, that is Station mode. Your router is the host; the ESP is a guest. 📶

Include the Library

Everything starts by including the WiFi library. That one line gives you connect, status, and address functions.

#include <WiFi.h>

All lessons in this course

  1. Why ESP32 & ESP8266 for IoT
  2. Add ESP Boards to the IDE
  3. Connect to WiFi in Station Mode
  4. Run an Access Point Setup Page
← Back to Arduino & IoT Academy