https://github.com/mnpappo/rpisim
Raspberry Pi Sim/GSM/GPRS Library - SIM900 and SIM800 Series
https://github.com/mnpappo/rpisim
pi3-sim raspberry-pi raspberry-pi-3 raspberry-pi-sim raspberrypi-gsm sim-module sim800c sim900a
Last synced: 4 months ago
JSON representation
Raspberry Pi Sim/GSM/GPRS Library - SIM900 and SIM800 Series
- Host: GitHub
- URL: https://github.com/mnpappo/rpisim
- Owner: mnpappo
- License: mit
- Created: 2018-07-14T10:18:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-20T07:56:28.000Z (over 7 years ago)
- Last Synced: 2025-07-24T16:13:47.703Z (6 months ago)
- Topics: pi3-sim, raspberry-pi, raspberry-pi-3, raspberry-pi-sim, raspberrypi-gsm, sim-module, sim800c, sim900a
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 24
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Raspberry Pi SIM Module Library
This is a simple library written in python for Raspberry Pi Sim/GSM/GPRS Module - **SIM900 and SIM800 Series**. I have tested it on **SIM900A** and **SIM800C**
*Note: This library written completely for my own project use and to help those who are struggling to setting up their own. I do not guarantee its stability and I am not willing to take any risk. So use this code on your own risk.*
Soon I am Going to write a instruction on it.
[ISSUE #1](https://github.com/mnpappo/rpisim/issues/1) : Solved [Configuring The GPIO Serial Port in Raspberry Pi3](https://spellfoundry.com/2016/05/29/configuring-gpio-serial-port-raspbian-jessie-including-pi-3/)
I forked the base from this module [IteadSIM800](https://github.com/lamondlab/IteadSIM800)