OLIMEX / ESP32-POE

ESP32 IoT development board with 100Mb Ethernet and 802.3 Power Over Ethernet (POE)
Apache License 2.0
292 stars 110 forks source link

MQTT client over the wired connection #6

Open zorce opened 5 years ago

zorce commented 5 years ago

Hi, I have tried most of the MQTT libraries without success to get it to work on the wired connection. Could you please provide an example on native MQTT and not azure example.

Best regards!

DanKoloff commented 5 years ago

What about this:

https://github.com/knolleary/pubsubclient

https://esp32.com/viewtopic.php?t=10328

zorce commented 5 years ago

Thank you! I finally managed to get it working! Thanks for the links!

On Tue, Jul 16, 2019 at 7:06 AM DanKoloff notifications@github.com wrote:

What about this:

https://github.com/knolleary/pubsubclient

https://esp32.com/viewtopic.php?t=10328

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/OLIMEX/ESP32-POE/issues/6?email_source=notifications&email_token=ACFU7ACIU4H4XFPFRJFRPA3P7VJPBA5CNFSM4IDYI5UKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZ7WTAY#issuecomment-511666563, or mute the thread https://github.com/notifications/unsubscribe-auth/ACFU7AB2M5NGZDCSBGQCXALP7VJPBANCNFSM4IDYI5UA .

DanKoloff commented 5 years ago

Since we don't have a published example, if you can share your experience or demo code that would be awesome. I might even test it and publish it to this github if I manage to get something working.

zorce commented 5 years ago

Will do. Currently testing stability. Will post my example here soon.

Den tis 16 juli 2019 09:22DanKoloff notifications@github.com skrev:

Since we don't have a published example, if you can share your experience or demo code that would be awesome. I might even test it and publish it to this github if I manage to get something working.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/OLIMEX/ESP32-POE/issues/6?email_source=notifications&email_token=ACFU7AEAJW3KMKWOVABZ2BDP7VZKZA5CNFSM4IDYI5UKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZ76LRA#issuecomment-511698372, or mute the thread https://github.com/notifications/unsubscribe-auth/ACFU7ADRLEJCRAE6RKE2F5TP7VZKZANCNFSM4IDYI5UA .

zorce commented 5 years ago

Hi, I have uploaded my example code at https://github.com/zorce/ESP32-POE_MQTT_example Take a look and feel free to add it to your example repository.

26tajeen commented 4 years ago

Can I just confirm MQTT on the ESP32-POE is no problem? I'm about to buy a few for this express purpose and came across this thread...! Cheers

zorce commented 4 years ago

For my purpose it has been stable enough. Have been running with 3 boards for quite a while now.

On Fri, Jul 24, 2020, 16:20 lancelon notifications@github.com wrote:

Can I just confirm MQTT on the ESP32-POE is no problem? I'm about to buy a few for this express purpose and came across this thread...! Cheers

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/OLIMEX/ESP32-POE/issues/6#issuecomment-663562782, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACFU7ACPYMQ4ZGEXWDVA27LR5GKEPANCNFSM4IDYI5UA .

DanKoloff commented 3 years ago

We also tested Azure via Ethernet in Arduino IDE with this code, refer to the README.txt for installation instructions

MQTT-Azure_ETH_WiFi.txt README.txt