-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any chance for an example with MQTT and TLS/SSL? #116
Comments
Currently, the built-in firmware of 800L does not support SSL and MQTT. I will look for SIMCom to provide technical support and ask them to provide me with a new version of the firmware. I will add it to the example when I finish the test. |
Awesome! Thank you! Update: |
I am in China and I cannot access azure. I will try to connect to another IOT platform for testing. Do you have a recommended IOT platform? |
I did not find the English document of 800L SSL, you can view the Chinese one. Hope it helps you |
It would be great if you guys could provide an example for MQTT with TLS/SSL configuration?
Most of the IOT cloud providers require it today.
Here is an example of MQTT I'm talking about:
https://github.com/Xinyuan-LilyGO/LilyGo-T-Call-SIM800/blob/master/examples/Arduino_MQTT/Arduino_MQTT.ino
Here specifically talking about connecting it to Azure IOT Hub:
https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-mqtt-support#using-the-mqtt-protocol-directly-as-a-device
and required TLS/SSL configuration:
https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-mqtt-support#tlsssl-configuration
Thanks!
The text was updated successfully, but these errors were encountered: