11
Raspberry pi

Raspbery pi Arm

Embed Size (px)

Citation preview

I.o.T

Raspberry pi

TopicsARMRaspberry piI.o.TSample project4/1/2016Mohammad Dehghan2

4/1/2016Mohammad Dehghan3ARMAdvanced RISC Machine

4/1/2016Mohammad Dehghan4

ARM Architecture4/1/2016Mohammad Dehghan5RISC and wide fixed-length instructionsLess transistorsReduces costs, heat and power useMostly used on handheld devicesSupported with all kind of operating systemsSupports 32-bitNew models support 64-bit

Raspberry pi 2 Model B4/1/2016Mohammad Dehghan6

The raspberry pi 2 Model B is the second generation Raspberry Pi.It has:A 900MHz quad-core ARM Cortex-A7 CPU1GB RAM4 USB ports40 GPIO pinsFull HDMI portEthernet portCombined 3.5mm audio jack and composite videoCamera interface (CSI)Display interface (DSI)Micro SD card slotVideoCore IV 3D graphic core

It can run the full range of ARM GNU/Linux distributions, including Snappy Ubuntu Core, as well as Microsoft Windows 10.4/1/2016Mohammad Dehghan7

Sample project: Controlling the light4/1/2016Mohammad Dehghan8

We need to write a program to tell the pin to go HIGH or LOW. GPIO outputs are easy; they are on or off, HIGH or LOW, 3v3 or 0v. You can write its program by using Python.

4/1/2016Mohammad Dehghan9I.o.TInternet of Things

I.o.T (Internet of Things)4/1/2016Mohammad Dehghan10

10

Thanks4/1/2016Mohammad Dehghan11

11