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.
- Integration with the latest Arduino IDE version
- Updated to Arduino JSON v7
- Fixes several code issues
- Resolves infinite loop on MQTT connect
- Clone or download this repository.
- Open the
Wifimanager_MQTT_test.ino
file in Arduino IDE. - Upload the code to your ESP8266 board.
- Follow the serial monitor instructions to set up WiFi and MQTT credentials.
- WiFiManager: Library for handling WiFi network connection and configuration.
- PubSubClient: MQTT library for Arduino.
This project is licensed under the MIT License - see the LICENSE file for details.