Close

Project description and Frequently Asked Questions

A project log for ZeroPhone - a Raspberry Pi smartphone

Pi-powered open-source mobile phone (that you can assemble for 50$ in parts)

Arsenijs a day ago5 Comments

Subscribe to hear project updates and be notified when crowdfunding goes live!

What is this?

This is a smartphone, with a Raspberry Pi Zero at its heart. It's open-source*, Linux-powered and you can make one yourself for 50$!

*except some parts, replacing which would make it crazy expensive

Why?

Because it has so many uses, the idea sems to be obvious and yet there isn't a project like that. Moreover, I've been studying the topic for a couple of years now and this project is meant to be useful to other people as well - so I have a chance of commercializing it (while still keeping it open-source).

What can it be used for?

  1. Front panel (used as a Pi Zero shield giving it WiFi and screen&buttons for using pyLCI)
  2. A prototype I'm using to see how thin it can be made
  3. The current prototype I'm using for development, with a powerbank hotglued on the side for portability
  4. Pi Zero for scale



But why X/Y/Z choice was made?

There are so many questions about project choices that I have a separate page for them and will be happy to add answers as your questions come in!

What OS is used?

It uses Raspbian Linux, which is currently based on Debian Jessie. This is because it can be tailored to suit our purpose very easily, and will still be /upgradable in the future - this project doesn't need a separate distribution since that's prone to obsolescence and is a maintenance nightmare (but I do plan on providing ready-to-go SD card images if the demand is there).

As for the user interface (controlling screen and buttons) - it's written in Python. I'll be using pyLCI as a base, but it's clear for me it needs a rewrite to have all the capabilities a decent mobile phone UI should, and developing a good UI is one of the main goals of this project.

pyLCI used for a management/configuration interface while the software is still being developed

How smart is it planned to be?

As it's Linux-based and can support all the programming languages typically used with Linux, I expect many original ideas for apps from all kinds of people. I myself will be working on a set of apps for productivity and healthcare - making it a great helper in everyday tasks and goals, instead of a distraction that we typically perceive smartphones as.

What are the privacy/security features you're talking about?

It's Linux, and the apps running on it are open-source (therefore more likely to be secure and not privacy-invading). If you don't like a feature because it's a privacy/security concern, you can just disable it. If an app you're using has any unwanted code, you can just remove it. It doesn't depend on any butt^W cloud services - not if you don't want it to be. Since, again, it's Linux, it's got many security-related software available, and you can install it - be it a firewall, I2P/Tor node or a secure messenger of your choice.

As a bonus, the software is meant to allow you to fully utilise all the features the hardware supports - including some manufacturers don't usually include in software but surprisingly helpful. For example, you can use modem-specific commands - that allow you to detect GSM jamming, fake GSM base stations and intentionally weakened GSM encryption (I know SIM800 has the first and provides data to help with the second, for a start).

Together with the powerbank I'm using till I can get a pouch battery that's large enough


How is it different from all those open-source phones available?

It's the only phone you can assemble by getting all the parts yourself (for less than 50$), not using any rare parts (everything's available on eBay) or fine-pitch soldering (typical pin spacing is good old 2.54) You can even breadboard this phone if you're dedicated enough. This is possible because of all those cheap and great Chinese modules, wonders of mass-production economy and smart design choices while picking components.

More importantly, this phone won't be left with outdated OS if the phone's development will stop. Since it runs stock Raspbian (with mods), it can also be updated the same way you'd update your Raspberry Pi, and you can easily do it yourself. That means you won't be left with unsecure versions of software that'd make your phone insecure or buggy - which is a feature almost none of phones listed currently have, and I'm not even talking about Android phones.

Again, for scale


How come all the parts are easily available and are so cheap?

Let's see.

That's 27$, not including the battery and PCB. PCBs are cheap from usual 10PCB places (like DirtyPCBs) if you do group buys, alternatively, there's @oshpark and similar board houses that have good prices. Batteries can be taken from mobile phones, or you can get a battery for one of popular Samsung phones and use it, for example. In total, it should be 50$ or slightly more.

Also, price falls quickly if you're assembling one or two more phones for your friend, too - eBay sellers can make discounts when you buy more than XX$ or "make an offer", and PCBs are cheaper (you won't get less than 3 pcs of PCBs in any of usual board houses, so you have to pay extra even if you need only one board - you'll still get two more)

Currently the back PCB with GSM modem etc. is just a custom-made protoboard, which is exactly what you want when you're not yet sure what are the coomponent placement and connections necessary


How do I assemble it?

You'll need a soldering iron, with a fine tip and enough power to heat up ground pins, which is an issue for Pi Zero (25-30W should be sufficient). You'll also need clippers to clip 2.54 headers to make them shorter - they are used for board interconnects, and in some places they're a little too long for that. Lead solder and a soldering station will make assembly much easier.

A heat gun will help - in the current revision, there's an ATMega328P on the board that's used for keypad reading. It's convenient to solder chips like this using a heat gun, and if you're getting it from an Arduino Pro Mini, you'll definitely need it.

Discussions

Charles An3man wrote 9 minutes ago point

What about using an SDR module or dongle for comma?

  Are you sure? yes | no

Charles An3man wrote 18 minutes ago point

love it!

  Are you sure? yes | no

Shane wrote 6 hours ago point

The sim800 is a 2G device which is being phased out within the United States. Go with a 3g or better module.

https://www.att.com/esupport/article.html#!/wireless/KM1084805

  Are you sure? yes | no

Lars R. wrote 11 hours ago point

There are GSM modules available that include WIFI/BLE and LTE.

Please consider adding a camera to the CSI of the PI as well as an LED.

  Are you sure? yes | no