Skip to content

Menghubungkan Platform antares dengan protokol MQTT (SIM 800L - ESP WROOM 32)

Notifications You must be signed in to change notification settings

chandramaulana/antares-mqtt-sim800-esp32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

antares-mqtt-sim800-esp32

Menghubungkan Platform antares dengan protokol MQTT (SIM 800L - ESP WROOM 32)


NOTE ://
Gunakan Arduino IDE Terbaru : dan Siapkan Library terbaru dari :

#include <TinyGsmClient.h>
#include <PubSubClient.h>
#include <ArduinoJson.h>

Pastikan Power dari SIM800L Stabil.

Subscribe : 

/oneM2M/resp/antares-cse/8b175a2ca85aa24e:11e5aae47db9ef5d/json





Publish : 

/oneM2M/req/b07f83b1409132e9:84c6cc0b97b86892/antares-cse/json

{

"m2m:rqp":{

"fr":"b07f83b1409132e9:84c6cc0b97b86892",

"to":"/antares-cse/antares-id/MQTT_Testing/device1",

"op":1,

"rqi":123456,

"pc":{

"m2m:cin":{

"cnf":"message",

"con":"{\"suhu\":23,\"kelembaban\":84}"

}

},

"ty":4

}

}

About

Menghubungkan Platform antares dengan protokol MQTT (SIM 800L - ESP WROOM 32)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages