A simple mobile phone built with the Raspberry Pi Pico.
This project has been discontinued.
Features:
- Incoming and Outgoing calls
- Accept UPI payments directly to your bank account by generating a QR code of your UPI ID.
Components used:
- Raspberry Pi Pico
- SSD1306 128x64 OLED Display
- 4X4 Matrix Keypad
- GSM Module (Here: SIM800L)
- RGB Led (Common Cathode)
Credits: uQR Library: https://github.com/JASchilz/uQR
SSD1306 Library: https://github.com/micropython/micropython-lib/tree/master/micropython/drivers/display/ssd1306
New features added:
- Incoming call answer and decline capabilities.
Features to be added:
- Enabling multi-core functionality on the Pi Pico to recognize incoming calls.
- Wifi & Bluetooth connectivity to verify UPI payments is real time.