element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Raspberry Pi
  • Products
  • More
Raspberry Pi
Raspberry Pi Forum Sending a text message from my Pi 3 to my cell phone
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
Raspberry Pi Wishlist
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Not Answered
  • Replies 9 replies
  • Subscribers 664 subscribers
  • Views 1614 views
  • Users 0 members are here
Related

Sending a text message from my Pi 3 to my cell phone

DJackman
DJackman over 1 year ago

Ok I'm not a programmer, but trying to learn. I am using my Pi 3 to control a door on my chicken coop. I run a crontab twice a day to open and close door. I had it set up to run a python script to open or close the door and send a text message door open, or door closed. I was using Twilio, but now you have to your phone registered and a lot of crap (which all cost more money). I have used it for years very cheap, but now everyone wants paid for the service. Is there a way to code it so I don't need any of these third-party system. I looked into ClickSend it also is going to cost to much for what I am doing. I have read a lot on this but seems like all the info I find is outdated. If someone could help me out I would appreciate it, Caution I will probably need to be spoon fed. As I said I am not a programmer just trying to learn it's all very interesting to me.

  • Sign in to reply
  • Cancel
  • kmikemoo
    0 kmikemoo over 1 year ago

     DJackman  Depending upon how far the coop is from your WiFi, you could use ifttt.com.  They still have a free version.

    Look at https://www.circuitbasics.com/how-to-send-a-text-message-with-ifttt/ for an example.

    There are also numerous projects here on e14 that do what you're talking about.  Search "mailbox" and you will get a bunch of choices on IoT mailboxes - that notify the owner when the mailbox has been opened.  Not a very far stretch to a coop door. Thumbsup

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • BigG
    0 BigG over 1 year ago

    Personally, I would just use a messaging service like Telegram. I find this approach much easier, and it's free to use!

    By way of examples, here's an element14 project which helps explain some of the basics through a project implementation:

     Telegram Controlled Drone #3 : Preparation - Telegram Bot

    And here's random example found on Hackster.io: https://www.hackster.io/Salmanfarisvp/telegram-bot-with-raspberry-pi-f373da

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • JWx
    0 JWx over 1 year ago

    probably some USB cellular modem (or a shield with something like SIM800) can be configured to send an SMS using AT commands - but it would require having a SIM card and some sort of  agreement  (with can be more or less expensive depending on location).

    There were/are some versions of OrangePI with GSM modem built-in, for example:

    http://www.orangepi.org/orangepiwiki/index.php/Orange_Pi_2G-IoT

    which even includes documentation section about sending an SMS.

    I personally own an (second hand) Orange Pi 2G, but have never used it - bought it cheaply out of interest but it is still waiting for a purpose, so I don't have first-hand experience about it.

    BTW. I think that for the project you have described, something like Arduino with serial connected GSM modem could be sufficient (also probably more robust [no failure prone SD cards] and energy-efficient)...

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • dougw
    0 dougw over 1 year ago

    Something like this? - just use any browser to control your door using your Pi...

    https://www.youtube.com/watch?v=owgRkU_-4lw&ab_channel=SoftwareSage

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • shabaz
    0 shabaz over 1 year ago

    Using cellular for your use-case is pretty old-fashioned. Nowadays, it may be worth investigating either LoRa, or LoRaWAN. The former is free,the latter can be free.

    LoRa and LoRaWAN are popular for farm use, and for some scenarios where control or monitoring needs to occur over distances of a few miles to the nearest location with Internet (and from there of course, the control or monitoring can occur worldwide if needed). You'd have to google these topics, because there are many options, some DIY, some ready-made.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • BigG
    0 BigG over 1 year ago in reply to kmikemoo

    I actually came across this the other day, as I was looking at IFTTT for something similar. Looks like you can only use the Webhooks API with the IFTTT pro (paid) version.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • colporteur
    0 colporteur over 1 year ago

    A few probing questions.

    Confirm the chicken coop Pi (ccP) is in the coop?

    What network access does the ccP have? i.e. wired network, home wifi, it is an access point or none.

    Are you expecting the ccP to deliver messages to the phone anywhere, anytime and anyplace?

    Are you expect SMS text as the message protocol?

    I personally don't get joy out of the "have you tried this method of problem solving." or "do it this way" just ignoring my initial attempt. I have kludged together solutions with Pi's. I like to help see if anything I have works.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • DJackman
    0 DJackman over 1 year ago

    Thanks for all the replay's.  I will look into them, to see what I can figure out. The weather nice so I've been working outside. Not much time on the computer. As the saying goes with farming "Gota make hay when the sun's shinning" Thanks i will get back with you guys and let you know what I figure out. 

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • DJackman
    0 DJackman over 1 year ago in reply to colporteur

    Sorry working all the time. My coop Pi has wireless home WIFI and I would like to be able to receive a message no matter where I'm at. Even if I'm not home I would like to receive a confirmation that the door is open or shut. Don't really care what kind of message just SMS text seemed to be simple at first. Thanks D'Jackman

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube