adafruit / Adafruit_MQTT_Library

Arduino library for MQTT support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fona MQTT over TLS (mqtts)

Jerar opened this issue · comments

commented

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.