twilio / breakout-massive-iot-arduino

Apache License 2.0
9 stars 3 forks source link

Paho MQTT sample (w/ TLS) #3

Closed OYTIS closed 5 years ago

OYTIS commented 5 years ago

To test it

  1. Merge all outstanding PRs to src/massive_sdk
  2. Clone Paho MQTT, make as make arduino, install as a *.zip library
  3. Connect temperature and humidity sensor to the connector marked D38
  4. Set MQTT broker host name and port
  5. Build, flash and enjoy
rbeiter commented 5 years ago

@OYTIS This is ready for another review - added an example of connecting to a MQTTS server.

OYTIS commented 5 years ago

Looks and feels really good (apart from the fact that I can't really test if it works because of U-Blox+1nce issues).