Code Monkey home page Code Monkey logo

raspberrypi_sim900's Introduction

Raspberrypi_SIM900

Generate automatic voice calls with Raspberry pi and SIM900 GSM module

USED COMPONENTS

  • Raspberry Pi 3
  • SIM900 Arduino GSM shield
  • USB TTL converter (CH340G)
  • AUX cable
  • Setting up hardwares
  • USB TTL converter is used to transmit data between RPI3 and SIM900
  • Audio OUT of the RPI3 is connected to Audio IN of SIM900
  • Install minicom and check the GSM module with some ATcommands to ensure the right connection
    1. sudo apt-get install minicom
    2. Enable CLCC
      • AT+CLCC=1
    3. making a call
      • AT
      • ATD +9471XXXXXXX;
    Configuring RPI3
  • sudo apt-get install mpg321
  • sudo pip install pathlib
  • sudo pip install gTTS
  • sudo apt-get install alsa-utils
  • sudo apt-get install alsa-oss
  • How to run python program
  • Change directory to the location where python script exists
  • Run: sudo python call.py +9471XXXXXXX "your message"


  • Note: Voice was too noisy at first, as the solution, GSM module powered using an external power supply. Then ground pin of GSM module is connected to RPI ground and eventually annoying noise got removed.

    raspberrypi_sim900's People

    Contributors

    rasithagamage avatar

    Stargazers

     avatar  avatar  avatar  avatar

    Watchers

     avatar

    raspberrypi_sim900's Issues

    code not working

    when i run the code it just calls the phone number with no message and when i accept the call the is no audio out
    i did put Audio OUT of the RPI3 connected to Audio IN of SIM900 but nothing did happen
    plz contact me soon i need it for my project
    thank you

    Recommend Projects

    • React photo React

      A declarative, efficient, and flexible JavaScript library for building user interfaces.

    • Vue.js photo Vue.js

      ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

    • Typescript photo Typescript

      TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

    • TensorFlow photo TensorFlow

      An Open Source Machine Learning Framework for Everyone

    • Django photo Django

      The Web framework for perfectionists with deadlines.

    • D3 photo D3

      Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

    Recommend Topics

    • javascript

      JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

    • web

      Some thing interesting about web. New door for the world.

    • server

      A server is a program made to process requests and deliver data to clients.

    • Machine learning

      Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

    • Game

      Some thing interesting about game, make everyone happy.

    Recommend Org

    • Facebook photo Facebook

      We are working to build community through open source technology. NB: members must have two-factor auth.

    • Microsoft photo Microsoft

      Open source projects and samples from Microsoft.

    • Google photo Google

      Google โค๏ธ Open Source for everyone.

    • D3 photo D3

      Data-Driven Documents codes.