I downloaded the Arduino Yun SDK from Github & installed as per the given instructions. I ran the example BasicPubSub & it runs successfully & I see messages arriving on MQTT Client subscription topic every second. That's amazing!
But I don't see my device connection on resources tab. It still says, 'Last update = No state'. Why is it so?
I need to send messages once per 10 seconds. I change the delay in the BasicPubSub loop to delay(10000). But now, only the first message is received in the topic & the serial monitor says, '-1 Publish Failed; -35 Yield Failed'
Is there a problem with the connection. If it is so, why is the first message delivered but not the others. What can I do to solve the problem?
Thanks