Search found 3 matches

by JC_Xively
Wed Nov 15, 2017 1:07 pm
Forum: Sample Code
Topic: Connecting your device to the internet with Xively and MQTT
Replies: 5
Views: 8737

Re: Connecting your device to the internet with Xively and MQTT

Hey albertmbt, if your libxively.a can't be found when trying to link the application, it must have failed to build. Can you please provide the logs for the Xively Client build error? The ones you got when building for PRESET=ESP32. If you're trying to run the stock Xively Client code, but libxively...
by JC_Xively
Mon Oct 09, 2017 11:36 am
Forum: Sample Code
Topic: Connecting your device to the internet with Xively and MQTT
Replies: 5
Views: 8737

Re: Connecting your device to the internet with Xively and MQTT

Since you already support mbedtls why not set it up to link against the mbedtls in esp-idf which has hw accel features? That's a very good question. There are a few factors in play: The WolfSSL library is configured to use OCSP Stapling. That means the Certification Authority doesn't get a direct c...
by JC_Xively
Fri Oct 06, 2017 10:51 am
Forum: Sample Code
Topic: Connecting your device to the internet with Xively and MQTT
Replies: 5
Views: 8737

Connecting your device to the internet with Xively and MQTT

Hi all, I’m JC, a Firmware Developer at Xively. We recently released an ESP32 port and demo for our MQTT library, and we’d like to share it with you. We hope you can make the most of it, re-using the code for your own projects. My intention with this post is to help you get an ESP32 connected to the...