Kaizen Sparc

Results 7 comments of Kaizen Sparc

> I'm not that familiar with SAMD20. But I think it's mostly SAMD21 without USB. So it's probably useful to have a common feature for them (`samd2x`?) to simplify the...

Hello, Do we have any news about this?

Hello, Yes please :) No problem

Hello, You can use mosquitto_sub to try to connect to the broker and use the `-E` option to exit immediatly if it works. To avoid automatic reconnection and make the...

Example: ``` timeout 1 mosquitto_sub -h localhost -p 1883 -t 'topic' -E -i probe ``` What kind of error do you have? Can you paste the logs?

Did you setup any authentication method (like username/password) or are you filtering based of a clientid maybe? You can look for that in the configuration file of mosquitto (if you...

So that means your probe also needs a username/password :) If you have created a user named `probe_user` with password `probe_password` you can add the following flags in the command:...