A simple Raspberry-Pi-Based phone with 4 operations: making calls,receiving calls,sending messages,receiving messages.This project completely has been made under educational purposes.
- 1 x Raspberry Pi 3 B
- 1 x Sim800c (or other compatible Simxxx module)
- 1 x Character LCD 16x2
- 1 x Microphone
- 1 x LED
- 1 x Ressistance
Basically it's inital release of RP and it has made under educational purposes as above mentioned.
It needs a physical keyboard to work properly but you can attach a keypad if you want.
If you want to use RP in Full-Feature mode you should run RaspberryPhone.py
file with su previlages but if you want to check each feature seperately you can run these files:
MakeCall.py
--> To call others
ReceiveCall.py
--> To receive call from others
SendMessage.py
--> To send messages to others
ReceiveMessage.py
--> To receive messages from others