Skip to content

ESP8266 WiFiManager+MQTT Template | This repository provides a template for integrating WiFiManager and MQTT functionality into ESP8266 projects using the Arduino IDE.

License

Notifications You must be signed in to change notification settings

Isuru-rana/WiFiManager-MQTT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

ESP8266 WiFiManager MQTT Template

This repository contains a template for integrating ESP8266 with WiFiManager and MQTT (using the PubSubClient library). The template provides essential configurations for ESP chips to work without interruptions.

Features

  • Integration with the latest Arduino IDE version
  • Updated to Arduino JSON v7
  • Fixes several code issues
  • Resolves infinite loop on MQTT connect

Usage

  1. Clone or download this repository.
  2. Open the Wifimanager_MQTT_test.ino file in Arduino IDE.
  3. Upload the code to your ESP8266 board.
  4. Follow the serial monitor instructions to set up WiFi and MQTT credentials.

Dependencies

  • WiFiManager: Library for handling WiFi network connection and configuration.
  • PubSubClient: MQTT library for Arduino.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

ESP8266 WiFiManager+MQTT Template | This repository provides a template for integrating WiFiManager and MQTT functionality into ESP8266 projects using the Arduino IDE.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages