Skip to content

This repo holds the code for a ESP32 MQTT demo setup

License

Notifications You must be signed in to change notification settings

KamielStraatman/MQTTgo-v2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MQTTGo v2

This repo contains the source code for setting up a demo consisting of two TTgo devices communiucating over a MQTT broker. For demo purposes the public HiveMQ broker/logo is used but this code is not in anyway endorsed nor supported by HiveMQ.

Best, [email protected]

Language

The default language is Dutch; users can pick a different language using the WiFi configuration portal. To change the default setting to English, change #define LANGUAGE "nl" to #define LANGUAGE "en".

Usage

Install.

This repo uses PlatformIO to build, compiule and upload your firmware

  1. Install Platform IO (within VScode)
  2. Clone repo to local drive
  3. 'cd' to this repo and run pio run . (if you encounter 'not available' errors' please recompile once more)
  4. Setup Wifi, Broker, Pub and Sub topics amd the payload by connecting a mobile phone to the Wifi SSID that is displayed on the TTG at startup.

Installeren.

Deze repository gebruikt PlatformIO voor installatie.

  1. Installeer PlatformIO.
  2. Kloon deze repository lokaal.
  3. Ga naar de map van deze repository en voer pio run uit. Bij errors tweede maal compileren.
  4. Setup Wifi, Broker, Pub and Sub topics en de payload door een mobile telefoon te verbinden met de Wifi SSID die op het display van de TTgo staat.

About

This repo holds the code for a ESP32 MQTT demo setup

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 89.2%
  • C++ 10.8%