coslad Well-Known Member Licensed User Longtime User Nov 2, 2017 #1 Hi in the Erel's tutorial: https://www.b4x.com/android/forum/threads/mqtt.65669/ the mqtt.initialize is this : B4X: mqtt.Initialize(ethClient.Stream, serverIp, serverPort, "arduino", "Mqtt_MessageArrived", "Mqtt_Disconnected") it refears to an ethernet connection , but into the esp8266 we have a wifi connection , what should be the initialize command ? Have you some working example ? Thanks
Hi in the Erel's tutorial: https://www.b4x.com/android/forum/threads/mqtt.65669/ the mqtt.initialize is this : B4X: mqtt.Initialize(ethClient.Stream, serverIp, serverPort, "arduino", "Mqtt_MessageArrived", "Mqtt_Disconnected") it refears to an ethernet connection , but into the esp8266 we have a wifi connection , what should be the initialize command ? Have you some working example ? Thanks
coslad Well-Known Member Licensed User Longtime User Nov 2, 2017 #2 i found the solution here https://www.b4x.com/android/forum/t...8-relays-wemos-d1-mini-wifi-android-4g.80909/ Upvote 0
i found the solution here https://www.b4x.com/android/forum/t...8-relays-wemos-d1-mini-wifi-android-4g.80909/