AVR-IoT SMS

General project help for Adafruit customers

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
michaellingg
 
Posts: 4
Joined: Mon Apr 06, 2020 8:05 pm

AVR-IoT SMS

Post by michaellingg »

Greetings,

Can anyone shed some light on how to send an SMS using the Microchip AVR-IoT Cellular Mini, AVR128DB48, GM02S.

I am using the following Adafruit libraries:
#include <Arduino.h>
#include <log.h>
#include <sequans_controller.h>
#include <led_ctrl.h>
#include <lte.h>

I can connect to the modem using the example modem_debug. I have hacked it up a bit to bring up LTE connectivity. I can talk to the moden, set variable values, it looks like it is connected to the network (truphone sim).

Any guidance would be appreciated!!

Thanks,

-m

User avatar
bidrohini
 
Posts: 202
Joined: Thu Oct 20, 2022 10:03 am

Re: AVR-IoT SMS

Post by bidrohini »

Have you tried this particular library? https://iot.microchip.com/docs/arduino/start

User avatar
michaellingg
 
Posts: 4
Joined: Mon Apr 06, 2020 8:05 pm

Re: AVR-IoT SMS

Post by michaellingg »

Bidrohini,

I have not, but i will today. I will let you know what i find, thx!

-m

Locked
Please be positive and constructive with your questions and comments.

Return to “General Project help”