Live data from Hacker News

Simple Raspberry Pi Powered SMS Gateway

blog.haschek.at

1–10 of 85 posts

Re: Simple Raspberry Pi Powered SMS Gateway

#5
I made something similar a few years back with a Pi 1 and a GSM "hat".

It came with a C SDK so I had to write AT commands to communicate directly with the modem and it worked great until I didn't need it anymore.

Its purpose was to text me when my power or internet connection went down at home then I could respond with commands such as to shutdown the servers etc.

When power/network came back it would text me the new address so I wouldnt need an outside service for DDNS.

The biggest challenge with the whole setup was finding a SIM from a provider who would let me top it up once per year and maybe send half a dozen texts in that time without deactivating the SIM, for a reasonable price.

Re: Simple Raspberry Pi Powered SMS Gateway

#8
post #4

An LTE-M pi-hat would be awesome! Usually the biggest challenge for projects like this is to find cheap and available modems that can actually be used with reasonable GSM carriers.

I've used Sixfab before. https://sixfab.com/product/raspberry-pi-cellular-iot-kit-lte...

Re: Simple Raspberry Pi Powered SMS Gateway

#10

Does anyone know of an inexpensive plan in the US to use with a setup similar to this that sends dozens of text messages/month?

I was investigating solutions for sensor SMS notifications & the best IoT type SIM plan that I came across was https://www.hologram.io/pricing/flexible-data . $1.50/line per month, $0.19/outbound SMS, data is pricey.

If you need more SMS, the next cheapest I've used is RedPocket Mobile-- https://www.ebay.com/itm/2-50-Mo-Red-Pocket-Prepaid-Plan-200... - $30/yr for 200 voice/1000 texts/200mb per month on T-Mobile's network.

Post reply on HN