My upcoming project, a remote alarm system, in the event that the unit gets an input from a switch, followed by an input from a motion sensor, in that order, the unit will need to send an SMS message alerting me that someone is where they are not supposed to be. Although if I am there I need to send an SMS message to the unit to tell it to disarm (ignore the inputs), and the opposite when I leave.
If I am correct, I will need to have a SIM Card from someone like Twilio, Ting, or someone else, in order for me to send and receive a text message, because the Arduino SIM only talks to the Arduino IOT Cloud?
I understand that the unit will run exclusively from the 3.7V LiPo battery, which is what I prefer, assuming that I am correct? Is there any issues with going multiple cells with the LiPo batteries? I was debating back and forth between 4-8 18650 Batteries in parallel (14Ah - 28Ah) or just one 1165114 (10Ah). Is there any advantage or disadvantage to either? The 18650 chargers are easy to find and cheap where as the other charger is a little harder to find. I am after the larger Ah so we can go a few weeks between changing the batteries out.
Sense there will be a couple of these units (family with the same scenario as me), I was planning on using something like the MKR SD Proto Shield so I can read a text file on the SD card that contains the contact phone numbers and the specifics related to utilizing the SMS service that would vary between each unit. Since I have only spent the last 6 or so hours and haven't come across it yet, Is there any issues with utilizing the SD Shield with the 1400? That and is there any issues with the SD Shield because the unit will be running exclusively on the batteries?
I am only planning on reading from the SD Card at startup (void setup()).