Giter VIP home page Giter VIP logo

smartphone-dev's Introduction

SmartPhone

This project is a simple implementation of a phone based on the GSM/GPRS module A6. It is based on the RaspberryPI3 platform. The project is based on the following components:

  • Raspberry PI3 B+
  • A6/A9 GSM/GPRS module
  • 2.8" TFT LCD screen
  • Microphone
  • Rotary dial

The project is divided into 2 parts:

  • The backend part: This part is responsible for the communication with the GSM/GPRS module. It is based on the AT commands sent via SerialPort under Qt framework.
  • The frontend part: This part is responsible for the communication with the user. It is based on the LCD screen and the microphone. It is based on the Qt and ncurses.

Prerequisites

  • Qt 5.15.2
  • ncurses 6.2
  • WiringPi(optional for the rotary dial)
  • readline

Installation

Assuming that you have installed needed packages, you can build the project by running the following commands(can be installed on Raspberry PI3 or on a PC):

$ git clone
$ cd SmartPhone
$ cmake .

Usage

  1. Make sure that the A6/A9 module is connected to the Raspberry PI3.
  2. Run the following command:
$ ./SmartPhone

It's recommended to run the program as root.

$ sudo ./SmartPhone

You can navigate through the menu by using the keyboard arrows.

smartphone-dev's People

Contributors

andylvua avatar codefloww avatar

Watchers

 avatar  avatar  avatar

smartphone-dev's Issues

Fix inability to open logs via ssh

Unable to open logs in program running on raspberry pi via ssh because of:
"X11 connection rejected because of wrong authentication."

Implement Settings menu

The settings menu will provide an interface for managing various module settings, such as, for example, the ability to start without a SIM card, different initialization options, and so on.

Implement the transition to Qt methods throughout the project

In the course of development, different methods were mixed into the project creating a lot of mess. Since the project is mainly built on Qt, which is likely to be used in the future, and Qt methods provide more convenient high-level solutions, it would be good to make the transition where possible

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.