Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision |
en:iot:examples:setup:debugging [2019/02/06 08:49] – created rim.puks | en:iot:examples:setup:debugging [2021/03/06 10:00] (current) – external edit 127.0.0.1 |
---|
===== Debugging ===== | ===== Debugging ===== |
| |
The recommended debugging software for the IoT modules is MQTTBox (which can be downloaded [[http://workswithweb.com/mqttbox.html|here]]). MQTTBox is an easy to use software that allows publishing and subscribing to various topics. | The recommended MQTT Client software for the IoT modules is MQTT.fx. MQTT.fx is an easy-to-use software that allows publishing and subscribing to various topics. Alternatively, an MQTTBox can be used as a replacement. |
| |
====Setting up the MQTTBox==== | * [[en:iot:examples:debugging:mqttfx|MQTT.fx installation and user guide.]] |
| * [[en:iot:examples:debugging:mqttbox|MQTTBox installation and user guide.]] |
| |
The first step after opening the program is creating a new MQTT client. | USB Serial Port can be used for debugging IoT kits. For this, a serial terminal is needed. One of the most advanced serial terminals is a RealTerm, allowing view and log data in different formats and manually reset the IoT modules. |
{{:en:iot:examples:setup:mqttbox_create_mqtt_client.png?300 |}} | |
| |
Here you have to configure the client to connect with your selected MQTT broker. | * [[en:iot:examples:debugging:realterm|RealTerm Serial/TCP Terminal.]] |
| |