Movatterモバイル変換


[0]ホーム

URL:


Chad Mairn, profile picture
Uploaded byChad Mairn
PPTX, PDF2,352 views

Getting Started with Raspberry Pi and Arduino

This document provides an overview of the Arduino and Raspberry Pi microcontroller boards and development environments. It discusses the differences between the two boards, including that Arduino is a microcontroller and Raspberry Pi is a mini computer. Various starter kits for both boards are presented, along with example projects and resources for learning more. Electronic components, IDEs, and sample code for getting started are also reviewed.

Related topics:

Embed presentation

Downloaded 100 times
Raspberry PiArduinoGetting Started with …
http://www.slideshare.net/chadmairn@cmairn
Agenda• Learn what an Arduino and Raspberry Pi are and what they can do• Explore the Arduino and Raspberry Pi Development Environments• See innovative Arduino and Raspberry Pi projects• Start a resource kit for future project ideas
What’s the difference?
• A mini-computer• Requires an operating system• Has a micro-SD card for storage• Built-in Ethernet• Plug in a keyboard and monitor• Can run Linux• Is very cool!Raspberry Pi
• A microcontroller (i.e., a single component of a computer)• It is an “open-source electronics prototyping platform”,that is intended for people interested in “creatinginteractive objects or environments.”• You build the circuits and interfaces for interaction• USB port used to upload and communicate with Arduinosketches (i.e., software programs that communicate withthe outside world. Sketches are the logic behind Arduinoprojects)• Networking requires an add-on “shield”• It is also very cool!Arduino
Source: http://goo.gl/ed8sxS
Which one should you get?
Why not both? AlaMode for Raspberry PiMore info: http://goo.gl/6B2Pnk
http://www.arduino.cc/en/Main/ArduinoStarterKitis about $85.
15 projects included in the kit:01 GET TO KNOW YOUR TOOLS an introduction to the concepts you'll need to use this kit02 SPACESHIP INTERFACE design to control panel for your startship03 LOVE-O-METER measure how hot-blooded you are04 COLOR MIXING LAMP produce any color with a lamp that uses light as an input05 MOOD CUE clue people in to how you're doing06 LIGHT THEREMIN create a musical instrument you play by waving your hands07 KEYBOARD INSTRUMENT play music and make some noise with this keyboard08 DIGITAL HOURGLASS a light-up hourglass that can stop you from working too much09 MOTORIZED PINWHEEL a color wheel that will have your head spinning10 ZOETROPE create a mechanical animation you can play forward or reverse11 CRYSTAL BALL a mystical tour to answer all your tough question12 KNOCK LOCK tap out the secret code to open the door13 TOUCHY-FEEL LAMP a lamp that responds to your touch14 TWEAK THE ARDUINO LOGO control your personal computer from your Arduino15 HACKING BUTTONS create a master control for all your devices!More info: http://goo.gl/Rz5ZaU
The Arduino Uno BoardImage source: http://goo.gl/bzIvDYOther Arduino hardware
Image source: www.adafruit.com/product/64Use a breadboardto build anelectronic circuitwithout anysoldering.
Electronic ComponentsBattery SnapCapacitorsDiodeGelsH-bridgeJumper wiresLight Emitting DiodesMale Header PinsOptocouplerPiezoPhotoresistorPotentiometerPushbuttonsResistorsTilt sensorTemperature SensorTransistor
CanaKit Raspberry Pi 2 Ultimate Starter Kit is $80 or so.More info: http://goo.gl/CAuK7p
Raspberry Pi BoardImage source: http://goo.gl/4q3GdM
Slotting the micro SD card on the Raspberry Pi.Flip it!
NOOBS (New Out of Box Software)Image source: http://goo.gl/3zqKmbNeed help setting up NOOBS? Visit: https://www.raspberrypi.org/help/noobs-setup/
Integrated Development Environment (IDE)An IDE is a software application that providescomprehensive facilities to computer programmers forsoftware development. An IDE normally consists of a sourcecode editor, build automation tools and a debugger.Arduino IDE download: http://www.arduino.cc/en/Main/SoftwareRaspberry Pi Operating System downloads: https://www.raspberrypi.org/downloads/Top 8 IDE’s for Programmers, Coders and Beginners on the Raspberry Pi: http://goo.gl/kP8uci
Arduino IDEDownload: http://www.arduino.cc/en/Main/Software
Arduino Sketch/*BlinkTurns on an LED on for one second, then off for one second, repeatedly. Most Arduinos have an on-board LED you can control. On the Uno andLeonardo, it is attached to digital pin 13. If you're unsure what pin the on-board LED is connected to on your Arduino model, check the documentationat http://arduino.cc. This example code is in the public domain. modified 8 May 2014 by Scott Fitzgerald*/// the setup function runs once when you press reset or power the boardvoid setup() {// initialize digital pin 13 as an output.pinMode(13, OUTPUT);}// the loop function runs over and over again forevervoid loop() {digitalWrite(13, HIGH); // turn the LED on (HIGH is the voltage level)delay(1000); // wait for a seconddigitalWrite(13, LOW); // turn the LED off by making the voltage LOWdelay(1000); // wait for a second}More info: http://www.arduino.cc/en/Tutorial/Sketch
Check out “Arduino Lecture 1 - Introducing the Arduino” by Eoin Brazil
Introducing Dylan Harvey, an SPC iLabVolunteer.
Alarm clock
Breadboard layout of the alarm clock
The hard part is keepingtrack of what is hookedinto what …
Potentiometer used for controlling theLCD contrastSome important tips from Dylan1. Keep track of your power rails onthe bread board. I kept having tounplug and plug power wires into thecorrect connections.2. You will need a 9v power sourceto power both the LCD and speaker.3. It if at first it doesn't work checkyour power rails, then your pinconnections on the Arduino.4. LCD's are tricky, make sure toproperly connect them.
More info: http://goo.gl/FLMQ3OThe Innovation Lab [Makerspace @ SPC] built a retro video game console!
Select Arduino Projects• Live Electronics Systems with Maxuino• Create Interactive Electronic Instruments with MaxMSP• How Arduino And Raspberry Pi Can Enhance Your Connected Home• Burglar/Fire alarm• LCD AC Thermostat• Internet of Things Camera• Hanging Garden
Select Raspberry Pi Projects• BrewPi is a fermentation temperature controller.• How Arduino And Raspberry Pi Can Enhance Your Connected Home• Pet Feeder• Automated Sprinkler System• Home Automation• 12 Cool Projects For Your Raspberry Pi
Resource Kit• Arduino YouTube Channel• Raspberry Pi IV Beginners YouTube Channel• Adafruit Industries, Unique & fun DIY electronics and kits• Adafruit Learning System• Arduino Development Tools• Raspberry Pi Tools and Resources• Scratch + Arduino = S4A
Raspberry Pi Resources• The Raspberry Pi Foundation — FAQs• The Raspberry Pi Foundation — Project Forums• Learn Raspberry Pi with Adafruit• Element 14 (Pi’s manufacturer) Raspberry Pi Community• The Raspberry Pi Wiki• Raspberry Pi Downloads
Arduino Resources• Arduino’s Official Getting Started Guide• Arduino Playground• Arduino Official Forums• Learn Arduino with Adafruit• r/arduino on Reddit
spcilab. .comConnect with the iLab …iLab@spcollege.edu/groups/spcilabspcilab. .com.com/innovation-lab-makerspace-spc
What are you doing?
http://www.slideshare.net/chadmairn@cmairn
Let’sHangout!gplus.to/chadmairn

Recommended

PPTX
My arduino presentation
PPTX
Aurdino presentation
PPTX
Arduino vs Raspberry Pi
PPT
Arduino presentation by_warishusain
PDF
Arduino vs Raspberry Pi | Which Board to Choose for IoT Projects | IoT Device...
PPT
PDF
Introduction to Raspberry PI
PPTX
computer hardware and software
PPTX
Tinker cad intro
PDF
Blynk presentation
PPT
arduino
 
PDF
Single Board Computers & Raspberry Pi Basics
PPTX
Lesson sample introduction to arduino
PPTX
Programming with arduino
PPTX
Different Arduino Boards
PDF
IGCSE ICT - Input and Output Devices - Input Devices and Their Uses - Ajiro T...
PPTX
Arduino
PPTX
CPU and Storage devices
PPTX
Introduction to Arduino
PDF
Introduction of Arduino Uno
PDF
Basic CPU (Central Processing Unit)
PPTX
Arduino Microcontroller
PPTX
Introduction to Arduino
PPTX
Using arduino and raspberry pi for internet of things
PPTX
Introduction to the Arduino
PPT
Basic Computer Parts
PPTX
Introduction to Arduino
PDF
IGCSE ICT - Types and Components of Computer Systems - Impact of Emerging Tec...
DOCX
Vehicle tracting system
PPTX
Lcd with arduino uno

More Related Content

PPTX
My arduino presentation
PPTX
Aurdino presentation
PPTX
Arduino vs Raspberry Pi
PPT
Arduino presentation by_warishusain
PDF
Arduino vs Raspberry Pi | Which Board to Choose for IoT Projects | IoT Device...
PPT
PDF
Introduction to Raspberry PI
PPTX
computer hardware and software
My arduino presentation
Aurdino presentation
Arduino vs Raspberry Pi
Arduino presentation by_warishusain
Arduino vs Raspberry Pi | Which Board to Choose for IoT Projects | IoT Device...
Introduction to Raspberry PI
computer hardware and software

What's hot

PPTX
Tinker cad intro
PDF
Blynk presentation
PPT
arduino
 
PDF
Single Board Computers & Raspberry Pi Basics
PPTX
Lesson sample introduction to arduino
PPTX
Programming with arduino
PPTX
Different Arduino Boards
PDF
IGCSE ICT - Input and Output Devices - Input Devices and Their Uses - Ajiro T...
PPTX
Arduino
PPTX
CPU and Storage devices
PPTX
Introduction to Arduino
PDF
Introduction of Arduino Uno
PDF
Basic CPU (Central Processing Unit)
PPTX
Arduino Microcontroller
PPTX
Introduction to Arduino
PPTX
Using arduino and raspberry pi for internet of things
PPTX
Introduction to the Arduino
PPT
Basic Computer Parts
PPTX
Introduction to Arduino
PDF
IGCSE ICT - Types and Components of Computer Systems - Impact of Emerging Tec...
Tinker cad intro
Blynk presentation
arduino
 
Single Board Computers & Raspberry Pi Basics
Lesson sample introduction to arduino
Programming with arduino
Different Arduino Boards
IGCSE ICT - Input and Output Devices - Input Devices and Their Uses - Ajiro T...
Arduino
CPU and Storage devices
Introduction to Arduino
Introduction of Arduino Uno
Basic CPU (Central Processing Unit)
Arduino Microcontroller
Introduction to Arduino
Using arduino and raspberry pi for internet of things
Introduction to the Arduino
Basic Computer Parts
Introduction to Arduino
IGCSE ICT - Types and Components of Computer Systems - Impact of Emerging Tec...

Viewers also liked

DOCX
Vehicle tracting system
PPTX
Lcd with arduino uno
PPTX
Arduino uno lcd display 16x2
PPTX
LCD Theory and Working Principles
PDF
Arduino genius com display lcd 16x2 usando i2 c
PDF
Gonzalez Creating a Digital Makerspace
PDF
Burke What Library Makerspaces Need to Succeed
PDF
Meadows Role for Library-Based Makerspace in Liberal Arts School
ODP
Interfacing to lcd with arduino
PPTX
Interfacing with Arduino
PPTX
Led Theory and Working Principles
PPT
WATER LEVEL MEASURE AND CONTROL WITH ULTRASONIK SENSOR AND ARDUINO UNO
DOCX
Arduino lcd display
DOCX
Design Development of Water Monitoring Systems by Using Arduino and Sensors
PPTX
Bidirectional Visitor Counter using IR sensors and Arduino Uno R3
PPTX
Soil Moisture Sensor and Arduino
PDF
Arduino uno
PPTX
Vehicle accident detection and messaging system using GSM and arduino
PPTX
Liquid Crystal Display (LCD)
PPTX
liquid crystal display
Vehicle tracting system
Lcd with arduino uno
Arduino uno lcd display 16x2
LCD Theory and Working Principles
Arduino genius com display lcd 16x2 usando i2 c
Gonzalez Creating a Digital Makerspace
Burke What Library Makerspaces Need to Succeed
Meadows Role for Library-Based Makerspace in Liberal Arts School
Interfacing to lcd with arduino
Interfacing with Arduino
Led Theory and Working Principles
WATER LEVEL MEASURE AND CONTROL WITH ULTRASONIK SENSOR AND ARDUINO UNO
Arduino lcd display
Design Development of Water Monitoring Systems by Using Arduino and Sensors
Bidirectional Visitor Counter using IR sensors and Arduino Uno R3
Soil Moisture Sensor and Arduino
Arduino uno
Vehicle accident detection and messaging system using GSM and arduino
Liquid Crystal Display (LCD)
liquid crystal display

Similar to Getting Started with Raspberry Pi and Arduino

PPTX
Fun with Circuitry and Electronics
PDF
Oop 2014 embedded systems with open source hardware v2
PDF
Arduino Development For Beginners
PPTX
Designers, please mind the gap! Let's get started with Arduino
PDF
Arduino, Raspberry Pi, and Making
PPTX
Arduino Project Presentation Slides.pptx
PDF
ARDUINO PROJECTS BOOK
PPTX
Electronz_Introduction.pptx
PDF
Arduino: Libros de proyectos para Arduino
PDF
Get your hands dirty with Arduino
PPT
ARDUINO_presentation_by_Ravishankar_Pati.ppt
PPT
ARDUINO_presentation
PDF
Hardware hacking on the pi; what's js got to do with it
PDF
Presentation S4A
PPTX
M.Tech Internet of Things Unit - III.pptx
PPTX
Introduction to arduino
PDF
Presentation
PPTX
Arduino
PDF
Arduino spooky projects_class1
PPTX
Arduino workshop - hello real world
Fun with Circuitry and Electronics
Oop 2014 embedded systems with open source hardware v2
Arduino Development For Beginners
Designers, please mind the gap! Let's get started with Arduino
Arduino, Raspberry Pi, and Making
Arduino Project Presentation Slides.pptx
ARDUINO PROJECTS BOOK
Electronz_Introduction.pptx
Arduino: Libros de proyectos para Arduino
Get your hands dirty with Arduino
ARDUINO_presentation_by_Ravishankar_Pati.ppt
ARDUINO_presentation
Hardware hacking on the pi; what's js got to do with it
Presentation S4A
M.Tech Internet of Things Unit - III.pptx
Introduction to arduino
Presentation
Arduino
Arduino spooky projects_class1
Arduino workshop - hello real world

More from Chad Mairn

PPTX
STEAM @ Your Library
PPTX
Build an Analog Synthesizer with littleBits
PPTX
Introduction to Robots
PPTX
2015 Technology Trends to Watch
PPTX
Organizing a Successful Comic Con at Your Library
PPTX
Introducing Google Glass
PPTX
Introducing Google Glass
PPTX
Inspiring Kids to Code Using Scratch and Other Tools
PPTX
Introducing Chrome
PPTX
2014 Tech Trends to Watch
PPTX
Introducing Chromebooks
PPTX
Gamification: How it can be used to Engage Library Users
PPTX
Developing Library Staff Skills for Mobile Technology
PPTX
Makerspaces
PPTX
Self Publishing 101
PPTX
Google Indoor Mapping Project
PPTX
iOS Basics: Introducing the iPad, iPhone, and iCloud.
PPTX
Social Applications To Watch
STEAM @ Your Library
Build an Analog Synthesizer with littleBits
Introduction to Robots
2015 Technology Trends to Watch
Organizing a Successful Comic Con at Your Library
Introducing Google Glass
Introducing Google Glass
Inspiring Kids to Code Using Scratch and Other Tools
Introducing Chrome
2014 Tech Trends to Watch
Introducing Chromebooks
Gamification: How it can be used to Engage Library Users
Developing Library Staff Skills for Mobile Technology
Makerspaces
Self Publishing 101
Google Indoor Mapping Project
iOS Basics: Introducing the iPad, iPhone, and iCloud.
Social Applications To Watch

Recently uploaded

PDF
Day 5 - Red Team + Blue Team in the Cloud - 2nd Sight Lab Cloud Security Class
PDF
DevFest El Jadida 2025 - Product Thinking
PDF
Internet_of_Things_IoT_for_Next_Generation_Smart_Systems_Utilizing.pdf
PPTX
Cybersecurity Best Practices - Step by Step guidelines
PDF
Day 2 - Network Security ~ 2nd Sight Lab ~ Cloud Security Class ~ 2020
PPTX
AI's Impact on Cybersecurity - Challenges and Opportunities
PPTX
Cybercrime in the Digital Age: Risks, Impact & Protection
PPTX
AI in Cybersecurity: Digital Defense by Yasir Naveed Riaz
PDF
Decoding the DNA: The Digital Networks Act, the Open Internet, and IP interco...
PDF
Vibe Coding vs. Spec-Driven Development [Free Meetup]
PPTX
Unit-4-ARTIFICIAL NEURAL NETWORKS.pptx ANN ppt Artificial neural network
PPTX
Cloud-and-AI-Platform-FY26-Partner-Playbook.pptx
PPT
software-security-intro in information security.ppt
PDF
Day 1 - Cloud Security Strategy and Planning ~ 2nd Sight Lab ~ Cloud Security...
PPTX
wob-report.pptxwob-report.pptxwob-report.pptx
PPTX
THIS IS CYBER SECURITY NOTES USED IN CLASS ON VARIOUS TOPICS USED IN CYBERSEC...
PDF
Security Forum Sessions from Houston 2025 Event
PPTX
Conversational Agents – Building Intelligent Assistants [Virtual Hands-on Wor...
PDF
Unser Jahresrückblick – MarvelClient in 2025
PDF
Real-Time Data Insight Using Microsoft Forms for Business
Day 5 - Red Team + Blue Team in the Cloud - 2nd Sight Lab Cloud Security Class
DevFest El Jadida 2025 - Product Thinking
Internet_of_Things_IoT_for_Next_Generation_Smart_Systems_Utilizing.pdf
Cybersecurity Best Practices - Step by Step guidelines
Day 2 - Network Security ~ 2nd Sight Lab ~ Cloud Security Class ~ 2020
AI's Impact on Cybersecurity - Challenges and Opportunities
Cybercrime in the Digital Age: Risks, Impact & Protection
AI in Cybersecurity: Digital Defense by Yasir Naveed Riaz
Decoding the DNA: The Digital Networks Act, the Open Internet, and IP interco...
Vibe Coding vs. Spec-Driven Development [Free Meetup]
Unit-4-ARTIFICIAL NEURAL NETWORKS.pptx ANN ppt Artificial neural network
Cloud-and-AI-Platform-FY26-Partner-Playbook.pptx
software-security-intro in information security.ppt
Day 1 - Cloud Security Strategy and Planning ~ 2nd Sight Lab ~ Cloud Security...
wob-report.pptxwob-report.pptxwob-report.pptx
THIS IS CYBER SECURITY NOTES USED IN CLASS ON VARIOUS TOPICS USED IN CYBERSEC...
Security Forum Sessions from Houston 2025 Event
Conversational Agents – Building Intelligent Assistants [Virtual Hands-on Wor...
Unser Jahresrückblick – MarvelClient in 2025
Real-Time Data Insight Using Microsoft Forms for Business

Getting Started with Raspberry Pi and Arduino

  • 1.
  • 2.
  • 3.
    Agenda• Learn whatan Arduino and Raspberry Pi are and what they can do• Explore the Arduino and Raspberry Pi Development Environments• See innovative Arduino and Raspberry Pi projects• Start a resource kit for future project ideas
  • 4.
  • 5.
    • A mini-computer•Requires an operating system• Has a micro-SD card for storage• Built-in Ethernet• Plug in a keyboard and monitor• Can run Linux• Is very cool!Raspberry Pi
  • 6.
    • A microcontroller(i.e., a single component of a computer)• It is an “open-source electronics prototyping platform”,that is intended for people interested in “creatinginteractive objects or environments.”• You build the circuits and interfaces for interaction• USB port used to upload and communicate with Arduinosketches (i.e., software programs that communicate withthe outside world. Sketches are the logic behind Arduinoprojects)• Networking requires an add-on “shield”• It is also very cool!Arduino
  • 7.
  • 8.
  • 9.
    Why not both?AlaMode for Raspberry PiMore info: http://goo.gl/6B2Pnk
  • 10.
  • 11.
    15 projects includedin the kit:01 GET TO KNOW YOUR TOOLS an introduction to the concepts you'll need to use this kit02 SPACESHIP INTERFACE design to control panel for your startship03 LOVE-O-METER measure how hot-blooded you are04 COLOR MIXING LAMP produce any color with a lamp that uses light as an input05 MOOD CUE clue people in to how you're doing06 LIGHT THEREMIN create a musical instrument you play by waving your hands07 KEYBOARD INSTRUMENT play music and make some noise with this keyboard08 DIGITAL HOURGLASS a light-up hourglass that can stop you from working too much09 MOTORIZED PINWHEEL a color wheel that will have your head spinning10 ZOETROPE create a mechanical animation you can play forward or reverse11 CRYSTAL BALL a mystical tour to answer all your tough question12 KNOCK LOCK tap out the secret code to open the door13 TOUCHY-FEEL LAMP a lamp that responds to your touch14 TWEAK THE ARDUINO LOGO control your personal computer from your Arduino15 HACKING BUTTONS create a master control for all your devices!More info: http://goo.gl/Rz5ZaU
  • 12.
    The Arduino UnoBoardImage source: http://goo.gl/bzIvDYOther Arduino hardware
  • 13.
    Image source: www.adafruit.com/product/64Usea breadboardto build anelectronic circuitwithout anysoldering.
  • 14.
    Electronic ComponentsBattery SnapCapacitorsDiodeGelsH-bridgeJumperwiresLight Emitting DiodesMale Header PinsOptocouplerPiezoPhotoresistorPotentiometerPushbuttonsResistorsTilt sensorTemperature SensorTransistor
  • 15.
    CanaKit Raspberry Pi2 Ultimate Starter Kit is $80 or so.More info: http://goo.gl/CAuK7p
  • 16.
    Raspberry Pi BoardImagesource: http://goo.gl/4q3GdM
  • 17.
    Slotting the microSD card on the Raspberry Pi.Flip it!
  • 18.
    NOOBS (New Outof Box Software)Image source: http://goo.gl/3zqKmbNeed help setting up NOOBS? Visit: https://www.raspberrypi.org/help/noobs-setup/
  • 19.
    Integrated Development Environment(IDE)An IDE is a software application that providescomprehensive facilities to computer programmers forsoftware development. An IDE normally consists of a sourcecode editor, build automation tools and a debugger.Arduino IDE download: http://www.arduino.cc/en/Main/SoftwareRaspberry Pi Operating System downloads: https://www.raspberrypi.org/downloads/Top 8 IDE’s for Programmers, Coders and Beginners on the Raspberry Pi: http://goo.gl/kP8uci
  • 20.
  • 21.
    Arduino Sketch/*BlinkTurns onan LED on for one second, then off for one second, repeatedly. Most Arduinos have an on-board LED you can control. On the Uno andLeonardo, it is attached to digital pin 13. If you're unsure what pin the on-board LED is connected to on your Arduino model, check the documentationat http://arduino.cc. This example code is in the public domain. modified 8 May 2014 by Scott Fitzgerald*/// the setup function runs once when you press reset or power the boardvoid setup() {// initialize digital pin 13 as an output.pinMode(13, OUTPUT);}// the loop function runs over and over again forevervoid loop() {digitalWrite(13, HIGH); // turn the LED on (HIGH is the voltage level)delay(1000); // wait for a seconddigitalWrite(13, LOW); // turn the LED off by making the voltage LOWdelay(1000); // wait for a second}More info: http://www.arduino.cc/en/Tutorial/Sketch
  • 22.
    Check out “ArduinoLecture 1 - Introducing the Arduino” by Eoin Brazil
  • 23.
    Introducing Dylan Harvey,an SPC iLabVolunteer.
  • 24.
  • 25.
    Breadboard layout ofthe alarm clock
  • 28.
    The hard partis keepingtrack of what is hookedinto what …
  • 30.
    Potentiometer used forcontrolling theLCD contrastSome important tips from Dylan1. Keep track of your power rails onthe bread board. I kept having tounplug and plug power wires into thecorrect connections.2. You will need a 9v power sourceto power both the LCD and speaker.3. It if at first it doesn't work checkyour power rails, then your pinconnections on the Arduino.4. LCD's are tricky, make sure toproperly connect them.
  • 31.
    More info: http://goo.gl/FLMQ3OTheInnovation Lab [Makerspace @ SPC] built a retro video game console!
  • 32.
    Select Arduino Projects•Live Electronics Systems with Maxuino• Create Interactive Electronic Instruments with MaxMSP• How Arduino And Raspberry Pi Can Enhance Your Connected Home• Burglar/Fire alarm• LCD AC Thermostat• Internet of Things Camera• Hanging Garden
  • 33.
    Select Raspberry PiProjects• BrewPi is a fermentation temperature controller.• How Arduino And Raspberry Pi Can Enhance Your Connected Home• Pet Feeder• Automated Sprinkler System• Home Automation• 12 Cool Projects For Your Raspberry Pi
  • 34.
    Resource Kit• ArduinoYouTube Channel• Raspberry Pi IV Beginners YouTube Channel• Adafruit Industries, Unique & fun DIY electronics and kits• Adafruit Learning System• Arduino Development Tools• Raspberry Pi Tools and Resources• Scratch + Arduino = S4A
  • 35.
    Raspberry Pi Resources•The Raspberry Pi Foundation — FAQs• The Raspberry Pi Foundation — Project Forums• Learn Raspberry Pi with Adafruit• Element 14 (Pi’s manufacturer) Raspberry Pi Community• The Raspberry Pi Wiki• Raspberry Pi Downloads
  • 36.
    Arduino Resources• Arduino’sOfficial Getting Started Guide• Arduino Playground• Arduino Official Forums• Learn Arduino with Adafruit• r/arduino on Reddit
  • 37.
    spcilab. .comConnect withthe iLab …iLab@spcollege.edu/groups/spcilabspcilab. .com.com/innovation-lab-makerspace-spc
  • 38.
  • 39.
  • 40.

[8]ページ先頭

©2009-2025 Movatter.jp