Thiminhnhut/esp8266-cloud-mqtt - GitHub
- 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 0
- Pull requests 0
- Actions
- Security
- Insights
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Latest commitHistory2 Commits | ||||
include | include | |||
lib | lib | |||
src | src | |||
test | test | |||
.gitignore | .gitignore | |||
.travis.yml | .travis.yml | |||
README.md | README.md | |||
platformio.ini | platformio.ini | |||
View all files |
Repository files navigation
- README
-
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 esp8266mqttResources
Readme ActivityStars
0 starsWatchers
2 watchingForks
0 forks Report repositoryReleases
No releases publishedPackages 0
No packages publishedLanguages
- C++ 79.9%
- C 20.1%
Từ khóa » Mqtt Với Esp8266
-
MQTT Và ESP8266 | Học ARM
-
[IoT] Bài 7: ESP8266 - Arduino Ide Và Giao Thức MQTT
-
ESP8266 – MQTT - Unicloud Blogs
-
ESP8266 Phần 3: MQTT Và Esp8266 - STKT Blog
-
Node-red MQTT Và ESP8266 - Duy Đặng - Robot And Technology
-
Thiết Kế Hệ Thống IoT đơn Giản Dùng Giao Thức MQTT Kết Hợp PHP ...
-
ESP8266 Và Giao Thức MQTT Cơ Bản | MCA - MicroController Academy
-
KẾT NỐI VỚI MQTT SỬ DỤNG ESP8266/ESP32 - P1 - YouTube
-
ESP8266 Connects To MQTT Broker With Arduino - EMQ
-
Connect ESP8266 + Local MQTT On Window Using Mosquitto #2
-
Giao Tiếp ESP32 Với ESP8266 Qua Giao Thức MQTT | HTT Offical
-
Vấn đề Về MQTT Và ESP8266 - Programming - Dạy Nhau Học