Naoki Naoki in Discussions
上次活动时间: 2022-6-24

I'm trying to access the ThingSpeak channel from Unity using MQTTnet. I tried the following, but the access failed. options = new MqttClientOptionsBuilder() .WithClientId(clientId) .WithTcpServer("mqtt3.thingspeak.com", 1833) .WithCredentials(username, password) .WithTls() .Build(); try { await mqttClient.ConnectAsync(options); } How do I access the channel to send and receive values? How to access ThingSpeak using MQTT communication with Unity thingspeak unity mqttnet
Sheik Dawood in MATLAB Answers
上次活动时间: 2022-1-3

My partner has uploaded the DHT 22 sensor details in ThingSpeak,however from there we have no clue on how to retrieve those data into unity. i really hope someone could help me with this

关于 ThingSpeak

The community for students, researchers, and engineers looking to use MATLAB, Simulink, and ThingSpeak for Internet of Things applications. You can find the latest ThingSpeak news, tutorials to jump-start your next IoT project, and a forum to engage in a discussion on your latest cloud-based project. You can see answers to problems other users have solved and share how you solved a problem.