Hi,
I am trying to establish a connection to an MQTT server on my OPTA Wifi. This works fine if done via the traditional Arduino IDE. However, if I try to upload the same sketch through the PLC IDE, problems arise: The code compiles and is (seemingly) downloaded to the PLC, but when I press "Connect", the IDE becomes unresponsive and freezes. If I unplug my Opta during this state of unresponsiveness, the IDE starts responding again (resulting in an error). After downloading, there is no activity from Opta on my MQTT server, so I suspect the sketch is not actually running or the connection fails.
This does not happen if I upload "basic" sketches, but even using the Opta "WifiWebClient" example results to this problem.
Things I have already tried: Removing and re-installing PLC IDE and IDE tools, using different USB cables and computers, checking the port setting in the Set Up Communication-tab, rebooting. Is there anything else I should try at this stage?
WR