Need HologramCloud.connect() for SMS Receive on Dash?

Hi, guys,

Do I need to establish a data connection (via Hologram.Cloud.connect() or by sending data to your cloud) on the Dash to enable SMS reception on the Dash?

Thanks!

I don’t think so. I think you just need:

void cloud_sms(const String &sender, const rtc_datetime_t &timestamp, const String &message)

Check out the sketch I posted with the Really Remote Start and you can see how I processed incoming messages.