Thiminhnhut/esp8266-cloud-mqtt - GitHub

Skip to content Dismiss alert {{ message }} / esp8266-cloud-mqtt Public
  • Notifications You must be signed in to change notification settings
  • Fork 0
  • Star 0

ESP8266 Connect Cloud MQTT

0 stars 0 forks Branches Tags Activity Star Notifications You must be signed in to change notification settings
  • Code
  • Issues
  • Pull requests
  • Actions
  • Security
  • Insights
Additional navigation options thiminhnhut/esp8266-cloud-mqtt  masterBranchesTagsGo to fileCode

Folders and files

NameNameLast commit messageLast commit date

Latest commit

 

History

2 Commits
includeinclude  
liblib  
srcsrc  
testtest  
.gitignore.gitignore  
.travis.yml.travis.yml  
README.mdREADME.md  
platformio.iniplatformio.ini  
View all files

Repository files navigation

  • README
Ví dụ kết nối ESP8266 với Cloud MQTT
  • Thực hiện: Thi Minh Nhựt - Email: thiminhnhut@gmail.com

  • Thời gian: Ngày 08 tháng 03 năm 2019

Nội dung thực hiện

  • Cloud MQTT: https://www.cloudmqtt.com/: đăng ký tài khoản và Config: (Xem hướng dẫn cách config Cloud MQTT: https://hocarm.org/mqtt-va-esp8266/)

  • Thay đổi một số config trong include/Configuration.h:

    #define MQTT_SERVER "m16.cloudmqtt.com" #define MQTT_PORT 14863 const char* MQTT_USER = "mqtt_user"; const char* MQTT_PASSWORD = "mqtt_password"; const char* TOPIC_SUB_LOAD = "mqtt_topic";
  • Sử dụng LED để test (trong include/Configuration.h):

    #define LED_STATUS_WIFI 2 #define LED_STATE_WIFI LOW #define ON_LOAD '1' #define OFF_LOAD '0'
  • Kết nối WiFi với giao thức SmartConfig (sử dụng App Esptouch hoặc ESP8266 SmartConfig).

  • Gửi 1 thì LED_STATUS_WIFI sáng, gửi 0 thì LED_STATUS_WIFI không sáng.

  • Các file trong chương trình:

    • Config project platformio.ini

    • File: Configuration.h

    • File main.cpp

About

ESP8266 Connect Cloud MQTT

Topics

mqtt esp8266-arduino cloudmqtt esp8266mqtt

Resources

Readme Activity

Stars

0 stars

Watchers

2 watching

Forks

0 forks Report repository

Releases

No releases published

Packages

No packages published

Languages

  • C++ 79.9%
  • C 20.1%
You can’t perform that action at this time.

Từ khóa » Mqtt Với Esp8266