Adafruit_MQTT_Library
Adafruit_MQTT_Library copied to clipboard
Fona MQTT over TLS (mqtts)
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,
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.