Adafruit_MQTT_Library icon indicating copy to clipboard operation
Adafruit_MQTT_Library copied to clipboard

Fona MQTT over TLS (mqtts)

Open Jerar opened this issue 7 years ago • 1 comments

Hi, is it possible to connect Feather32u4 Fona module to SSL MQTT Broker, using mqtts protocol? I didnt see implementation in the library?

best regards,

Jerar avatar Nov 30 '18 13:11 Jerar

Hi, the ATmega32u4 doesn't have the power to handle the security layer on its own. See https://arduino.stackexchange.com/a/11 You'll need a MCU with more power for that. Thus being said, it would be cool if the library allowed it for 32bits MCUs.

theoo avatar Apr 28 '19 15:04 theoo