24 lines
1.2 KiB
Markdown
24 lines
1.2 KiB
Markdown
## Arduin-o-phone
|
|
|
|
Apple, Schmapple! Make your own phone with an Arduino & Adafruit FONA shield.
|
|
This project will show you how you can use the FONA shield and a TFT shield stacked on
|
|
top to make a touch-screen phone that you can program yourself.
|
|
|
|
Using Adafruit's great libraries, you can make your own touch-screen dialer in 200 lines of code.
|
|
Extend it yourself, or keep it simple. Design your own interface or code up a custom app, right
|
|
from the Arduino IDE. OK sure, you can't check your facebook on the Arduin-o-Phone, but maybe that's not such a bad idea?
|
|
|
|
Check out more and build it yourself at https://learn.adafruit.com/arduin-o-phone-arduino-powered-diy-cellphone
|
|
|
|
The project was created by Limor "Ladyada" Fried.
|
|
|
|
Adafruit invests time and resources providing this open source design,
|
|
please support Adafruit and open-source hardware by purchasing products from [Adafruit](https://www.adafruit.com)!
|
|
|
|
MIT License, attribution appreciated
|
|
|
|
----------------------------------
|
|
This code was migrated from repo https://github.com/adafruit/Arduin_o_phone which was then archived.
|
|
|
|
If you would like this repo modified, please use the GitHub Issues and Pull Request mechanisms to note changes. Adafruit
|
|
welcomes pull requests to fix or improve code.
|