ต้องการความช่วยเหลือคะ!!! คือตอนนี้ดิฉันกำลังทำแอพพลิเคชันบน MIT App Inventor โดยแอพจะต้องสามารถส่งข้อมูลคำสั่งไปที่ Cloudmqtt เพื่อสั่งการให้ทำงานคะ คือตอนนี้แอพยังไม่สามารถทำงานร่วมกับ Cloudmqtt ได้คะ พยามหาหลายทางแล้วแต่ไม่สำเร็จ พอจะมีแนวให้ดูเป็นตัวอย่างรึแนะนำให้คะ รบกวนหน่อยนะคะ Please....
#include "TEE_UC20.h"
#include "SoftwareSerial.h"
#include <AltSoftSerial.h>
#include "internet.h"
#include "uc_mqtt.h"
INTERNET net;
UCxMQTT mqtt;
//SIM TRUE internet
#define APN "internet"
#define USER ""
#define PASS ""
#define MQTT_SERVER "m12.cloudmqtt.com"
#define MQTT_PORT "*****"
#define MQTT_ID "your mqtt id"
#define MQTT_USER "********"
#define MQTT_PASSWORD "************"
#define MQTT_WILL_TOPIC 0
#define MQTT_WILL_QOS 0
#define MQTT_WILL_RETAIN 0
#define MQTT_WILL_MESSAGE 0
MIT App Inventor/Cloudmqtt
#include "TEE_UC20.h"
#include "SoftwareSerial.h"
#include <AltSoftSerial.h>
#include "internet.h"
#include "uc_mqtt.h"
INTERNET net;
UCxMQTT mqtt;
//SIM TRUE internet
#define APN "internet"
#define USER ""
#define PASS ""
#define MQTT_SERVER "m12.cloudmqtt.com"
#define MQTT_PORT "*****"
#define MQTT_ID "your mqtt id"
#define MQTT_USER "********"
#define MQTT_PASSWORD "************"
#define MQTT_WILL_TOPIC 0
#define MQTT_WILL_QOS 0
#define MQTT_WILL_RETAIN 0
#define MQTT_WILL_MESSAGE 0