+ All Categories
Home > Documents > tm.gdg.ro: Android on Raspberry Pi

tm.gdg.ro: Android on Raspberry Pi

Date post: 28-Jan-2015
Category:
Upload: alexandru-iovanovici
View: 117 times
Download: 4 times
Share this document with a friend
Description:
 
Popular Tags:
12
Android on Raspberry Pi ALEXANDRU IOVANOVICI @GDG-TM-2
Transcript
Page 1: tm.gdg.ro: Android on Raspberry Pi

Android on Raspberry PiALEXANDRU IOVANOVICI

@GDG-TM-2

Page 2: tm.gdg.ro: Android on Raspberry Pi
Page 3: tm.gdg.ro: Android on Raspberry Pi
Page 4: tm.gdg.ro: Android on Raspberry Pi
Page 5: tm.gdg.ro: Android on Raspberry Pi

ConfigurationModel B:•Broadcom BCM2835

•700 MHz ARM1176JZF-S core•512 MB (shared with GPU)•Composite video + HDMI (1920x1200)

•+ DSI via connectors•3.5mm stereo•SD/MMC memory card•10/100 Mbps Ethernet RJ45 connector •8 GPIO, UART, I2C, +3.3V, +5V;•5V via USB or GPIO header;•3.5W

Page 6: tm.gdg.ro: Android on Raspberry Pi

Done with RPi

Page 7: tm.gdg.ro: Android on Raspberry Pi

Done with RPi

Page 8: tm.gdg.ro: Android on Raspberry Pi

Done with RPi

Rpi is a Debian box;Well integrated with Debian

repositories;Or alternative ones

http://goo.gl/8R1DC

http://goo.gl/i90B7It has SSH ;)

Page 9: tm.gdg.ro: Android on Raspberry Pi

How to program it ?

Pi is for PythonBy default the Raspbian has a Py

interpreter;And GCC ;)

Don’t forget the I/O pinsOnly digital :(

Page 10: tm.gdg.ro: Android on Raspberry Pi

Project example

Sensor network for air quality monitoring The Nodes:

Rpi ver. B 3G GSM dongle; Sensors and DAC dedicated board;

Server: Web-service via REST; Storage Let your imagination roam ;)

Page 11: tm.gdg.ro: Android on Raspberry Pi

What about Android ?

It has ARM so you could/should run Android on it; Actually there are many problems for now:

Android 4.0: boots, unusable; (CyanogenMOD 9); Android 2.3: boots, very slow; (CyanogenMOD 7.2); Official Android 4.0.3 (built by Broadcom): Boots, very

fast with hardware acceleration. Not yet released by Broadcom !!!

Ice Cream Sandwich: work in progress;

Follow updates on http://androidpi.wikia.com/wiki/Android_Pi_Wiki

Page 12: tm.gdg.ro: Android on Raspberry Pi

Show time

http://goo.gl/IptS2


Recommended