MQTT then output to GPIO

userHead GOB 2018-09-05 23:57:41 1636 Views2 Replies
Hi Folks,
I am new to LattePanda, and have not programmed much in Visual Studio - I have worked mostly in python and C.
I have an MQTT topic I want to subscribe to, and then perform actions (output to PWM pins) based on data coming in on the MQTT stream.

Could someone provide me some guidance for this? I have looked at the samples for GPIO control through Visual studio, I want to make sure I can integrate the MQTT part and that I will have (relatively) high speeds.

Thanks!