SlideShare ist ein Scribd-Unternehmen logo
1 von 68
Downloaden Sie, um offline zu lesen
Ruth Suehle Tom Callaway
@suehle @spotrh
Presented by
Raspberry Pi Hacks
The history of the RasPi
Early 2006 concept based on Atmel ATmega644
Designed for educational use
Intended for Python (but of course is friendly
to all)
Pop quiz!
Slicing up the Pi
Slicing up the Pi
Find your Pi
cat /proc/cpuinfo
Processor : ARMv6­compatible 
processor rev 7 (v6l)
CPU architecture: 7
[...]
Hardware : BCM2708
Revision : 000e
Serial : 0000000011185abc
Buying parts
Element14 (newark.com)
Adafruit.com
MakerShed.com
DX.com
Sparkfun.com (for parts)
Amazon
And in a pinch... Radio Shack
Getting started
1. Get the right SD card
2. Get the right distro
3. Don't break off C6
4. ???
5. Profit!
1. Get the right SD card
Most quality cards are OK
Micro with adapter?
elinux.org/RPi_SD_cards
Display options
HDMI 1.3 and 1.4 supported; audio and video
output, does not support HDMI input
PAL and NTSC supported through RCA with
audio through 3.5 mm to red/white RCA
connector
DSI
No VGA
Fun display alternatives
Atrix Lapdock
Kindleberry Pi
www.ponnuki.net
2012/09/
kindleberry-pi/
Touchscreens
Ooh, look! DSI connector!
Mimo 720
USB DisplayLink Framebuffer Driver
CONFIG_FB_UDL/udlfb.ko
USB DisplayLink Kernel Mode Setting (KMS)
driver
CONFIG_DRM_UDL/udl.ko
Won't work with OpenELEC without rebuilding
the kernel
Couture kernel
rpi-3.2.27
rpi-3.6.y (.11)
rpi-3.8.y, rpi-3.9.y, rpi-3.10.y, rpi-3.11.y
$ git clone 
git://github.com/raspberrypi/linux.git 
$ tar xvfz rpi­3.6.y.tar.gz
$ make mrproper
2. Get the right distro
Pidora (of course)
Raspbian
Moebius
RaspBMC
Occidentalis
2.14 Or get brave
Android Arch ARM AROS
Chromium OS Debian Squeeze
Firefox OS FreeBSD Gentoo
Haiku IPFire NetBSD PiBang
Plan 9 from Bell Labs QtonPi
RISC Slackware ARM Squeezed
ARM Puppy WebOS
Pidora
Graphical firstboot configuration (with additional modules
specifically made for the Raspberry Pi)
Compact initial image size (for fast downloads) and auto-resize
(for max storage afterwards)
Auto swap creation available to allow for larger memory usage
C, Python, & Perl included in the SD card image
Includes libraries capable of supporting external hardware
such as motors and robotics (via GPIO, I2C, SPI)
For graphical operation, Gedit text editor can be used with
plugins (python console, file manager, syntax highlighting) to
serve as a mini-graphical IDE
NOOBS
New Out Of Box Software
Android on your Pi
+
http://androidpi.wikia.com
Installing it
Fedora ARM installer
fedoraproject.org/wiki/Fedora_ARM_Installer
yum install fedora-arm-installer
Installing it
Fedora ARM installer
fedoraproject.org/wiki/Fedora_ARM_Installer
yum install fedora-arm-installer
On a Mac, Rpi-sd card builder or RasPiWrite
Google “Rpi-sd builder”
github.com/exaviorn/RasPiWrite
1 + 2 – worrying =
Buy pre-loaded
Power
5V. 5V. 5V.
Why you shouldn't use iPhones
Your laptop's USB port is not the droid you're
looking for
Put a power brick on your shopping list
Did I mention C6?
Write down these words
220 uF 16v electrolytic capacitor
Add an off switch
Johnny Five alive!
Test your might! (In volts)
Test your might! (In volts)
Decode the LEDs
D5 OK (Rev 1.0) ACT (Rev 2.0) Green SD card
access, connected to GPIO 16
D6 PWR Red 3.3 V Power, connected to 3V3
D7 FDX Green Full Duplex LAN
D8 LNK Green Link/Activity LAN
D9 10M (Rev 1.0) 100 (Rev 2.0) Yellow
10/100Mbit LAN
Why didn't it start?
Red light off = No power
Red light on, green light off = The Pi can't read
the image on the card. The voltage is below 5V.
Green light blinks 3 times = start.elf was not
found
Green light blinks 4 times = start.elf did not
launch
Green light blinks 7 times = kernel.img was not
found
GPIO
http://elinux.org/RPi_Low-level_peripherals
Raspberry Leaf
http://www.doctormonk.com/2013/02/raspberry-pi-and-breadboard-
raspberry.html
Building a cross-compiler
You could use an existing one... or you could
DIY with crosstool-ng (crosstool-ng.org)
Get kernel source:
github.com/raspberrypi/linux
Blah blah blah.
Stop saying words and
show us pretty pictures
of cool things
people made.
Case closed.
Make one
3D print one
Buy one
(or use the one it comes in)
Not bigger on the inside.
Temple of Pi
Lego my Pi-go...?
Brian Gillespie
Or just buy it.
http://www.thedailybrick.co.uk/lego-sets/custom/lego-custom-raspberry-pi-case.html
Aren't you a little small for an HTPC?
RaspBMC/XBMC
1080p
Share over NFS, SMB, FTP, HTTP, USB, XYZ, and
other acronyms
Install to SD, USB, or run off NFS Embedded Samba
TVHeadend FTP SSH
Can you do it?
PiBoy
PIP-Boy 3000
RIP Pi-PIP-Boy
http://blog.ryangrieve.com/the-raspberry-pipboy/
Emulating your childhood
SpritesMods.com
Teeny arcade!
www.instructables.com/id/Coffee-Table-Pi
Scratch an itch
Googler Coder
Googler Coder
Googler Coder
Powering Potential
PoweringPotential.org
PiLorean
fortoffee.org.uk/raspberry-pi-delorean/
PiLorean
http://www.youtube.com/watch?v=ncXxBmbuFII
LCARS Home Automation
http://www.youtube.com/watch?v=176YaM5jta4
Ice cream with your Pi
Ice cream with your Pi
Coffee ordering
http://www.youtube.com/watch?v=BQBOPGSfFwY
Control Christmas lights
Best Valentine EVER
More ideas
Samba
Remote print server
LEGO robot
Temperature sensor
Light sensor
Listen to aircraft transponders
Spotify (Pi MusicBox)
Control 3D printer
Resources
learn.adafruit.com
elinux.org
instructables.com
Beginner's Guide to Raspberry Pi
Raspberry Pi Hacks
Contact:
@suehle | ruth@redhat.com
@spotrh | spot@fedoraproject.org
t
Download slides:
rsuehle.fedorapeople.org/raspi
Get the book:
http://oreil.ly/
raspberry_pi_hacks

Weitere ähnliche Inhalte

Was ist angesagt?

Python in raspberry pi
Python in raspberry piPython in raspberry pi
Python in raspberry piSudar Muthu
 
Console development
Console developmentConsole development
Console developmentspartasoft
 
Raspberry Pi and Amateur Radio
Raspberry Pi and Amateur RadioRaspberry Pi and Amateur Radio
Raspberry Pi and Amateur RadioKevin Hooke
 
Introduction to Raspberry Pi and GPIO
Introduction to Raspberry Pi and GPIOIntroduction to Raspberry Pi and GPIO
Introduction to Raspberry Pi and GPIOKris Findlay
 
Exploring the abc's of raspberry pi and python(day 2)
Exploring the abc's of raspberry pi and python(day 2)Exploring the abc's of raspberry pi and python(day 2)
Exploring the abc's of raspberry pi and python(day 2)Shahed Mehbub
 
Getting Started with Raspberry Pi and Arduino
Getting Started with Raspberry Pi and ArduinoGetting Started with Raspberry Pi and Arduino
Getting Started with Raspberry Pi and ArduinoChad Mairn
 
Exploring the ABC's of Raspberry Pi with Python
Exploring the ABC's of Raspberry Pi with PythonExploring the ABC's of Raspberry Pi with Python
Exploring the ABC's of Raspberry Pi with PythonShahed Mehbub
 
My presentation raspberry pi
My presentation raspberry piMy presentation raspberry pi
My presentation raspberry piHusainBhaldar21
 
Up and running with Raspberry Pi
Up and running with Raspberry PiUp and running with Raspberry Pi
Up and running with Raspberry PiShahed Mehbub
 
Connecting Hardware to the Web with the BeagleBone
Connecting Hardware to the Web with the BeagleBoneConnecting Hardware to the Web with the BeagleBone
Connecting Hardware to the Web with the BeagleBoneFrank Hunleth
 
Taking the BeagleBone Cookbook recipes beyond BeagleBone Black
Taking the BeagleBone Cookbook recipes beyond BeagleBone BlackTaking the BeagleBone Cookbook recipes beyond BeagleBone Black
Taking the BeagleBone Cookbook recipes beyond BeagleBone BlackDrew Fustini
 
Raspberry Pi, Arduino and the Maker Movement
Raspberry Pi, Arduino and the Maker MovementRaspberry Pi, Arduino and the Maker Movement
Raspberry Pi, Arduino and the Maker Movementsrmonk
 
introduction to Raspberry pi
introduction to Raspberry piintroduction to Raspberry pi
introduction to Raspberry piluckyanks1992
 
Hadoop on raspberry pi PART 1
Hadoop on raspberry pi PART 1Hadoop on raspberry pi PART 1
Hadoop on raspberry pi PART 1Aniket Maithani
 
Interfacing the Raspberry Pi to the World
Interfacing the Raspberry Pi to the WorldInterfacing the Raspberry Pi to the World
Interfacing the Raspberry Pi to the WorldOmer Kilic
 
Nerd sniping myself into a rabbit hole... Streaming online audio to a Sonos s...
Nerd sniping myself into a rabbit hole... Streaming online audio to a Sonos s...Nerd sniping myself into a rabbit hole... Streaming online audio to a Sonos s...
Nerd sniping myself into a rabbit hole... Streaming online audio to a Sonos s...Maarten Balliauw
 
Building your own RC Car with Raspberry Pi
Building your own RC Car with Raspberry PiBuilding your own RC Car with Raspberry Pi
Building your own RC Car with Raspberry PiJeff Prestes
 

Was ist angesagt? (20)

Python in raspberry pi
Python in raspberry piPython in raspberry pi
Python in raspberry pi
 
Console development
Console developmentConsole development
Console development
 
Raspberry Pi and Amateur Radio
Raspberry Pi and Amateur RadioRaspberry Pi and Amateur Radio
Raspberry Pi and Amateur Radio
 
Introduction to Raspberry Pi and GPIO
Introduction to Raspberry Pi and GPIOIntroduction to Raspberry Pi and GPIO
Introduction to Raspberry Pi and GPIO
 
Exploring the abc's of raspberry pi and python(day 2)
Exploring the abc's of raspberry pi and python(day 2)Exploring the abc's of raspberry pi and python(day 2)
Exploring the abc's of raspberry pi and python(day 2)
 
Raspberry
RaspberryRaspberry
Raspberry
 
Getting Started with Raspberry Pi and Arduino
Getting Started with Raspberry Pi and ArduinoGetting Started with Raspberry Pi and Arduino
Getting Started with Raspberry Pi and Arduino
 
Exploring the ABC's of Raspberry Pi with Python
Exploring the ABC's of Raspberry Pi with PythonExploring the ABC's of Raspberry Pi with Python
Exploring the ABC's of Raspberry Pi with Python
 
My presentation raspberry pi
My presentation raspberry piMy presentation raspberry pi
My presentation raspberry pi
 
Up and running with Raspberry Pi
Up and running with Raspberry PiUp and running with Raspberry Pi
Up and running with Raspberry Pi
 
Connecting Hardware to the Web with the BeagleBone
Connecting Hardware to the Web with the BeagleBoneConnecting Hardware to the Web with the BeagleBone
Connecting Hardware to the Web with the BeagleBone
 
How to make a PC
How to make a PCHow to make a PC
How to make a PC
 
Taking the BeagleBone Cookbook recipes beyond BeagleBone Black
Taking the BeagleBone Cookbook recipes beyond BeagleBone BlackTaking the BeagleBone Cookbook recipes beyond BeagleBone Black
Taking the BeagleBone Cookbook recipes beyond BeagleBone Black
 
Raspberry Pi, Arduino and the Maker Movement
Raspberry Pi, Arduino and the Maker MovementRaspberry Pi, Arduino and the Maker Movement
Raspberry Pi, Arduino and the Maker Movement
 
BeagleBone Workshop
BeagleBone WorkshopBeagleBone Workshop
BeagleBone Workshop
 
introduction to Raspberry pi
introduction to Raspberry piintroduction to Raspberry pi
introduction to Raspberry pi
 
Hadoop on raspberry pi PART 1
Hadoop on raspberry pi PART 1Hadoop on raspberry pi PART 1
Hadoop on raspberry pi PART 1
 
Interfacing the Raspberry Pi to the World
Interfacing the Raspberry Pi to the WorldInterfacing the Raspberry Pi to the World
Interfacing the Raspberry Pi to the World
 
Nerd sniping myself into a rabbit hole... Streaming online audio to a Sonos s...
Nerd sniping myself into a rabbit hole... Streaming online audio to a Sonos s...Nerd sniping myself into a rabbit hole... Streaming online audio to a Sonos s...
Nerd sniping myself into a rabbit hole... Streaming online audio to a Sonos s...
 
Building your own RC Car with Raspberry Pi
Building your own RC Car with Raspberry PiBuilding your own RC Car with Raspberry Pi
Building your own RC Car with Raspberry Pi
 

Andere mochten auch

Titulación universitaria versus empleo.
Titulación universitaria versus empleo.Titulación universitaria versus empleo.
Titulación universitaria versus empleo.José María
 
Impacto de las tic en la educación (1)
Impacto de las tic en la educación (1)Impacto de las tic en la educación (1)
Impacto de las tic en la educación (1)yusmeily munoz
 
Final 2014 food and health survey executive summary
Final 2014 food and health survey executive summaryFinal 2014 food and health survey executive summary
Final 2014 food and health survey executive summaryFood Insight
 
Founders Den App Store Optimization by Yann Kronberg
Founders Den App Store Optimization by Yann KronbergFounders Den App Store Optimization by Yann Kronberg
Founders Den App Store Optimization by Yann KronbergEdith Yeung
 
Responsive design - no size, fits all
Responsive design - no size, fits allResponsive design - no size, fits all
Responsive design - no size, fits allJan-Willem van Veelen
 
Blogging and smart content management
Blogging and smart content managementBlogging and smart content management
Blogging and smart content managementSteven Zwerink
 
Vital Trends in Digital and Social in 2015 and Beyond by Dion Hinchcliffe
Vital Trends in Digital and Social in 2015 and Beyond by Dion HinchcliffeVital Trends in Digital and Social in 2015 and Beyond by Dion Hinchcliffe
Vital Trends in Digital and Social in 2015 and Beyond by Dion Hinchcliffe7Summits
 
ARChem on the National Chemical Database Service Portal
ARChem on the National Chemical Database Service PortalARChem on the National Chemical Database Service Portal
ARChem on the National Chemical Database Service PortalSimBioSys_Inc
 
Periscope Session at #MayoClinicETF
Periscope Session at #MayoClinicETFPeriscope Session at #MayoClinicETF
Periscope Session at #MayoClinicETFLee Aase
 
Xvi. морські мотиви
Xvi. морські мотивиXvi. морські мотиви
Xvi. морські мотивиOlga Lesenko
 
How to Create an Epic Presence on Facebook for your Nonprofit
How to Create an Epic Presence on Facebook for your NonprofitHow to Create an Epic Presence on Facebook for your Nonprofit
How to Create an Epic Presence on Facebook for your NonprofitJohn Haydon
 
Síndrome de wolfram.
Síndrome de wolfram.Síndrome de wolfram.
Síndrome de wolfram.José María
 
Big Data, o que é isso?
Big Data, o que é isso?Big Data, o que é isso?
Big Data, o que é isso?Ambiente Livre
 

Andere mochten auch (20)

Titulación universitaria versus empleo.
Titulación universitaria versus empleo.Titulación universitaria versus empleo.
Titulación universitaria versus empleo.
 
Impacto de las tic en la educación (1)
Impacto de las tic en la educación (1)Impacto de las tic en la educación (1)
Impacto de las tic en la educación (1)
 
Final 2014 food and health survey executive summary
Final 2014 food and health survey executive summaryFinal 2014 food and health survey executive summary
Final 2014 food and health survey executive summary
 
Founders Den App Store Optimization by Yann Kronberg
Founders Den App Store Optimization by Yann KronbergFounders Den App Store Optimization by Yann Kronberg
Founders Den App Store Optimization by Yann Kronberg
 
RESUME
RESUMERESUME
RESUME
 
Responsive design - no size, fits all
Responsive design - no size, fits allResponsive design - no size, fits all
Responsive design - no size, fits all
 
Blogging and smart content management
Blogging and smart content managementBlogging and smart content management
Blogging and smart content management
 
Calculating ledge profile 1997
Calculating ledge profile 1997Calculating ledge profile 1997
Calculating ledge profile 1997
 
Vital Trends in Digital and Social in 2015 and Beyond by Dion Hinchcliffe
Vital Trends in Digital and Social in 2015 and Beyond by Dion HinchcliffeVital Trends in Digital and Social in 2015 and Beyond by Dion Hinchcliffe
Vital Trends in Digital and Social in 2015 and Beyond by Dion Hinchcliffe
 
ARChem on the National Chemical Database Service Portal
ARChem on the National Chemical Database Service PortalARChem on the National Chemical Database Service Portal
ARChem on the National Chemical Database Service Portal
 
Periscope Session at #MayoClinicETF
Periscope Session at #MayoClinicETFPeriscope Session at #MayoClinicETF
Periscope Session at #MayoClinicETF
 
Plant based, heart healthy dishes
Plant based, heart healthy dishesPlant based, heart healthy dishes
Plant based, heart healthy dishes
 
Xvi. морські мотиви
Xvi. морські мотивиXvi. морські мотиви
Xvi. морські мотиви
 
EXPEDIA-ORBITZ MERGER
EXPEDIA-ORBITZ MERGEREXPEDIA-ORBITZ MERGER
EXPEDIA-ORBITZ MERGER
 
How to Create an Epic Presence on Facebook for your Nonprofit
How to Create an Epic Presence on Facebook for your NonprofitHow to Create an Epic Presence on Facebook for your Nonprofit
How to Create an Epic Presence on Facebook for your Nonprofit
 
ЦТТМ и Фаблаб Политех (Fab Lab Polytech)
ЦТТМ и Фаблаб Политех (Fab Lab Polytech)ЦТТМ и Фаблаб Политех (Fab Lab Polytech)
ЦТТМ и Фаблаб Политех (Fab Lab Polytech)
 
Síndrome de wolfram.
Síndrome de wolfram.Síndrome de wolfram.
Síndrome de wolfram.
 
Together App - Case Study
Together App - Case StudyTogether App - Case Study
Together App - Case Study
 
Lsgjune10
Lsgjune10Lsgjune10
Lsgjune10
 
Big Data, o que é isso?
Big Data, o que é isso?Big Data, o que é isso?
Big Data, o que é isso?
 

Ähnlich wie Raspberry Pi Hacks

Raspberry Pi Session - 22_11_2014
Raspberry Pi Session - 22_11_2014Raspberry Pi Session - 22_11_2014
Raspberry Pi Session - 22_11_2014Mandeesh Singh
 
BeginnersGuide-4thEd-Eng_v2.pdf
BeginnersGuide-4thEd-Eng_v2.pdfBeginnersGuide-4thEd-Eng_v2.pdf
BeginnersGuide-4thEd-Eng_v2.pdfangelofgodj
 
Introduction To Raspberry Pi with Simple GPIO pin Control
Introduction To Raspberry Pi with Simple GPIO pin ControlIntroduction To Raspberry Pi with Simple GPIO pin Control
Introduction To Raspberry Pi with Simple GPIO pin ControlPradip Bhandari
 
[Forward4 Webinar 2016] Building IoT Prototypes w/ Raspberry Pi
[Forward4 Webinar 2016] Building IoT Prototypes w/ Raspberry Pi [Forward4 Webinar 2016] Building IoT Prototypes w/ Raspberry Pi
[Forward4 Webinar 2016] Building IoT Prototypes w/ Raspberry Pi Tomomi Imura
 
IOT Experiment-2.pptx --- Hands on Approach & Easy to learn IOT Basics...
IOT Experiment-2.pptx --- Hands on Approach & Easy to learn IOT Basics...IOT Experiment-2.pptx --- Hands on Approach & Easy to learn IOT Basics...
IOT Experiment-2.pptx --- Hands on Approach & Easy to learn IOT Basics...Ravindranath67
 
Tac Presentation October 72014- Raspberry PI
Tac Presentation October 72014- Raspberry PITac Presentation October 72014- Raspberry PI
Tac Presentation October 72014- Raspberry PICliff Samuels Jr.
 
Raspberry Pi Technology
Raspberry Pi TechnologyRaspberry Pi Technology
Raspberry Pi TechnologyRavi Basil
 
Raspberry Pi - Unlocking New Ideas for Your Library
Raspberry Pi - Unlocking New Ideas for Your LibraryRaspberry Pi - Unlocking New Ideas for Your Library
Raspberry Pi - Unlocking New Ideas for Your LibraryBrian Pichman
 
El Raspberry Pi oficial Guía para principiantes Cómo usar su nueva computadora
 El Raspberry Pi oficial Guía para principiantes Cómo usar su nueva computadora El Raspberry Pi oficial Guía para principiantes Cómo usar su nueva computadora
El Raspberry Pi oficial Guía para principiantes Cómo usar su nueva computadoraSANTIAGO PABLO ALBERTO
 
Internet of things aktu lab file
Internet of things  aktu lab fileInternet of things  aktu lab file
Internet of things aktu lab fileNitesh Dubey
 
Raspberry pi technical documentation
Raspberry pi technical documentationRaspberry pi technical documentation
Raspberry pi technical documentationGR Techno Solutions
 

Ähnlich wie Raspberry Pi Hacks (20)

Raspberry Pi Session - 22_11_2014
Raspberry Pi Session - 22_11_2014Raspberry Pi Session - 22_11_2014
Raspberry Pi Session - 22_11_2014
 
Raspberry Pi
Raspberry PiRaspberry Pi
Raspberry Pi
 
RASPBERRY Pi.pptx
RASPBERRY Pi.pptxRASPBERRY Pi.pptx
RASPBERRY Pi.pptx
 
Rassberry pi
Rassberry piRassberry pi
Rassberry pi
 
BeginnersGuide-4thEd-Eng_v2.pdf
BeginnersGuide-4thEd-Eng_v2.pdfBeginnersGuide-4thEd-Eng_v2.pdf
BeginnersGuide-4thEd-Eng_v2.pdf
 
Introduction To Raspberry Pi with Simple GPIO pin Control
Introduction To Raspberry Pi with Simple GPIO pin ControlIntroduction To Raspberry Pi with Simple GPIO pin Control
Introduction To Raspberry Pi with Simple GPIO pin Control
 
[Forward4 Webinar 2016] Building IoT Prototypes w/ Raspberry Pi
[Forward4 Webinar 2016] Building IoT Prototypes w/ Raspberry Pi [Forward4 Webinar 2016] Building IoT Prototypes w/ Raspberry Pi
[Forward4 Webinar 2016] Building IoT Prototypes w/ Raspberry Pi
 
IOT Experiment-2.pptx --- Hands on Approach & Easy to learn IOT Basics...
IOT Experiment-2.pptx --- Hands on Approach & Easy to learn IOT Basics...IOT Experiment-2.pptx --- Hands on Approach & Easy to learn IOT Basics...
IOT Experiment-2.pptx --- Hands on Approach & Easy to learn IOT Basics...
 
Raspberry PI
Raspberry PIRaspberry PI
Raspberry PI
 
Tac Presentation October 72014- Raspberry PI
Tac Presentation October 72014- Raspberry PITac Presentation October 72014- Raspberry PI
Tac Presentation October 72014- Raspberry PI
 
fras.pptx
fras.pptxfras.pptx
fras.pptx
 
Raaaaassspberry pi
Raaaaassspberry piRaaaaassspberry pi
Raaaaassspberry pi
 
RaspberryPiPico.pptx
RaspberryPiPico.pptxRaspberryPiPico.pptx
RaspberryPiPico.pptx
 
Raspberry Pi Technology
Raspberry Pi TechnologyRaspberry Pi Technology
Raspberry Pi Technology
 
Raspberry Pi - Unlocking New Ideas for Your Library
Raspberry Pi - Unlocking New Ideas for Your LibraryRaspberry Pi - Unlocking New Ideas for Your Library
Raspberry Pi - Unlocking New Ideas for Your Library
 
Beginners guide v1
Beginners guide v1Beginners guide v1
Beginners guide v1
 
El Raspberry Pi oficial Guía para principiantes Cómo usar su nueva computadora
 El Raspberry Pi oficial Guía para principiantes Cómo usar su nueva computadora El Raspberry Pi oficial Guía para principiantes Cómo usar su nueva computadora
El Raspberry Pi oficial Guía para principiantes Cómo usar su nueva computadora
 
SEMINOR.pptx
 SEMINOR.pptx SEMINOR.pptx
SEMINOR.pptx
 
Internet of things aktu lab file
Internet of things  aktu lab fileInternet of things  aktu lab file
Internet of things aktu lab file
 
Raspberry pi technical documentation
Raspberry pi technical documentationRaspberry pi technical documentation
Raspberry pi technical documentation
 

Kürzlich hochgeladen

Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesKari Kakkonen
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationKnoldus Inc.
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...AliaaTarek5
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfIngrid Airi González
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesThousandEyes
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsRavi Sanghani
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPathCommunity
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality AssuranceInflectra
 
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Scott Andery
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Farhan Tariq
 
Manual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditManual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditSkynet Technologies
 

Kürzlich hochgeladen (20)

Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examples
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog Presentation
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdf
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and Insights
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to Hero
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
 
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...
 
Manual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditManual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance Audit
 

Raspberry Pi Hacks