ArduinoPhone

340,486

1,122

228

Introduction: ArduinoPhone

About: Howdy, we are application engineers in Seeed. Sharing projects with maker community is awesome. Hope you like it XD Seeed is the IoT hardware enabler providing services that empower IoT developers to swiftly …

Note that ArduinoPhone V2.0 had been published at Jan 26, 2016, click to view more details.

Combining Arduino and other shield modules, we make a mobile phone named Arduino Phone. Meanwhile, we printed a shell for it with the 3D printer. Although it’s not such fine as you think, even a little bit clunky, it’s still very cool. That is the point this is a cell phone made by ourselves.

While, we can’t install Arduino Phone Apps limited by Arduino. So, if you want to play Angry Birds, then you need to do some big modifications on Arduino Phone. :)

Next, I will make a detailed explanation about the steps of making an Arduino Phone, including the hardware connection and software implementation.

Now, let’s begin.

Step 1: Preparing Stuffs

At the very beginning, we’d better prepare the materials. Of course, most of these modules can be purchased directly, such as Arduino Uno, TFT Touch Shield and GPRS Shield.

Owning to we want to put our Arduino Phone into a 3D printed shell, and in order to adapt the size of this shell, we have to DIY a charging and discharging PCB board (including two parts) and an expansion PCB board which can connect to the headphone jack of GPRS Shield.

If you want to make a shell by yourself, you can directly take Lipo Rider, or something like this, as the charge sheet. Thus, you do not need to DIY PCB board in order to meet the size of the shell.

What you need:

1.Arduino Uno

2.TFT Touch Shield

3.GPRS Shield

4.RTC

5.Custom ArduinoPhone Charge Circuit (or Lipo Rider)

6.Li-po battery

7.A shell (with 3D printer)

All components at here.

Step 2: Hardware Connection

After preparing the materials, we need to assemble the above electronic components to lay the foundation functional part of Arduino Phone.

1.Plug GPRS Shield into Arduino UNI, then, connect the TFT Touch Shield to GPRS.
2.Connect RTC module to Arduino UNO.
2.Plug into the power module, and connect your earphone to the headphone jack on GPRS.

Well, if you choose to use Lipo Rider, you can refer to this sort of connection.

Ok, now, we are going to get into the software program part.

Step 3: Programming and Test

This Arduino Phone contains the following main functions.

1. receive & send message, letter input

2. dial & answer calls

3. real time clock display

4. A convenient and concise UI, You can switch function by sliding your finger on the screen. A standard 12 key input method for inputting message.

You can get all of the Arduino Phone code from the Github, including the dependent libraries.

-------------------------Following was updated at Dec 7, 2015------------------------

1. When you get to the github page, find a Download ZIP button, click to download the code.

2. The code you downloaded is not an Arduino library, it's a sketchbook, which is include all the library the project need.

3. Unzip the file you had downloaded from github, you will get a folder named ArduinoPhone-master.

4. Open your Arduino IDE, click File > Preferences > Sketchbook Location, browse to the folder we had mentioned above - ArduinoPhone-master. Then click OK to save it.

5. Close and re-open Arduino IDE, click File > Sketchbook > PhoneCode, then the main code of Arduino Phone is open.

6. Choose the right board and port to upload the code.

Refer to the image above.

-------------------------Above was updated at Dec 7, 2015------------------------


However, a much more difficult problem is that this Arduino Phone hasn’t physical buttons
(except the Reset button switch and GPRS). So, how to manage UI will be a challenging task.

Fortunately, TFT Touch not only provides a display function, also a touch screen function.
Thus, we can manage the UI through gesture, like left-swipe and right-swipe.

It this step, we will show how ArduinoPhone works. And the picture indicates the workflow of ArduinoPhone.

Finally, opening ArduinoPhone.ino with Arduino IDE, then uplaod source code to ArduinoPhone.

Step 4: Assembling

In order to make it look like a phone, we printed a shell with 3D printer as shown below. Then, assemble them carefully.

This is a troublesome but interesting process. Actually, maybe it will be more interesting if you put them into other shells, such as in shoes( see the picture :) ).

We are planning to do Arduino upgraded version. If you have any ideas or are willing to help us design a more perfect UI, welcome to contact me.

Step 5: Version 2.0

ArduinoPhone 2.0 had been published, which consists the below feature:

  • Even more thinner, about 20 mm
  • Support of solar and DC adopt charge
  • Much more easy to install
  • A longer standby time, more that 50 hours
  • On board MIC and Speaker, say goodbye to the earphone
  • 3D print sheel

Click ArduinoPhone 2.0 to get more info.

Cheers.

Arduino Contest

Second Prize in the
Arduino Contest

5 People Made This Project!

Recommendations

  • Make It Bridge

    Make It Bridge
  • For the Home Contest

    For the Home Contest
  • Big and Small Contest

    Big and Small Contest

228 Comments

0
MuriloC7
MuriloC7

Question 2 years ago on Step 1

Is there a possibility to adapt the project to the arduino nano?
0
dancopy
dancopy

3 years ago

It's a lot of fun to do a project like this.
Is it possible to use a SIM800L Breakout card (not Shield)?
Does your GPRS Shield V2.0 card work in the Brazil area?
Thanks

0
ujash patel
ujash patel

4 years ago

its very helpful …...thanks for sharing such a good project .

0
Gadgets_and_Gear
Gadgets_and_Gear

4 years ago

You should call the operating system Arduinoid (Arduino Android) lol

0
Arbormakes
Arbormakes

4 years ago

Can you call for free or does it use money?

0
Hans15G
Hans15G

Question 4 years ago

How dose it get service? would I have to pay for service?

0
Ben Ramey
Ben Ramey

Question 4 years ago on Step 2

Does it need a cell provider or does it just use satellite to make calls, i am making this for a project.

0
Finanzas_
Finanzas_

4 years ago

This is awesome, i dont know arduino but now i know this hardware

0
umeko0328
umeko0328

5 years ago

Thats look tricky and little risky ? is it safe ?

0
mohamedzreik287
mohamedzreik287

5 years ago

PLZ PLZ HELP ME!! ITS NOT PROGRAMMING IT ALWAYS SHOWS error. it says no such file or directory!! PLZ HELP i have to get this done fast!!

any help is appreciated

0
cagrikanver
cagrikanver

5 years ago

Wow that's really a cool phone. Great work on that Arduino Phone.

0
ManjunathM10
ManjunathM10

6 years ago

can I replace the battery with solar pannel ?
thanks in advance

0
vernkle
vernkle

Reply 6 years ago

Solar has too much variation in power. If you put some intermediate storage such as a 1F capacitor it should work. Also by nature capacitors stop excepting power when they are fully charged, so we can eliminate a complicated charge circuit.

0
ManuelL62
ManuelL62

Reply 6 years ago

https://www.seeedstudio.com/LiPo-Rider-Pro-p-992.html You can use this, I think. It uses solar power or USB connection to the electric network.