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
Tinker cad intro
PPTX
Arduino vs Raspberry Pi
PPTX
Arduino
PPT
Raspberrypi best ppt
PPTX
My arduino presentation
PPTX
Introduction to Arduino
PPTX
Introduction to Arduino Hardware and Programming
PDF
Introduction to Raspberry PI
PPTX
Arduino course
PPTX
Arduino for beginners- Introduction to Arduino (presentation) - codewithgauri
PPT
Seminar Presentation on raspberry pi
PDF
Introduction to Raspberrypi
PPS
What is Arduino ?
PPTX
PPT ON Arduino
PPTX
Ardui no
PPTX
Simple Presentation On Raspberry pi
PPT
Raspberry Pi Presentation
PPTX
Arduino Workshop
PDF
Arduino vs Raspberry Pi | Which Board to Choose for IoT Projects | IoT Device...
PDF
Blinking a Single LED
PPTX
Raspberry Pi (Introduction)
PPTX
Raspberry pi
PDF
Arduino Workshop Day 1 - Basic Arduino
 
PPTX
Presentation on Raspberry pi
PPT
Raspberry pi
PPTX
Simple Introduction about ESP32 Presentation
 
PPTX
Raspberry pi
ODP
Introduction to Arduino
DOCX
Vehicle tracting system
PPTX
Lcd with arduino uno

More Related Content

PPTX
Tinker cad intro
PPTX
Arduino vs Raspberry Pi
PPTX
Arduino
PPT
Raspberrypi best ppt
PPTX
My arduino presentation
PPTX
Introduction to Arduino
PPTX
Introduction to Arduino Hardware and Programming
PDF
Introduction to Raspberry PI
Tinker cad intro
Arduino vs Raspberry Pi
Arduino
Raspberrypi best ppt
My arduino presentation
Introduction to Arduino
Introduction to Arduino Hardware and Programming
Introduction to Raspberry PI

What's hot

PPTX
Arduino course
PPTX
Arduino for beginners- Introduction to Arduino (presentation) - codewithgauri
PPT
Seminar Presentation on raspberry pi
PDF
Introduction to Raspberrypi
PPS
What is Arduino ?
PPTX
PPT ON Arduino
PPTX
Ardui no
PPTX
Simple Presentation On Raspberry pi
PPT
Raspberry Pi Presentation
PPTX
Arduino Workshop
PDF
Arduino vs Raspberry Pi | Which Board to Choose for IoT Projects | IoT Device...
PDF
Blinking a Single LED
PPTX
Raspberry Pi (Introduction)
PPTX
Raspberry pi
PDF
Arduino Workshop Day 1 - Basic Arduino
 
PPTX
Presentation on Raspberry pi
PPT
Raspberry pi
PPTX
Simple Introduction about ESP32 Presentation
 
PPTX
Raspberry pi
ODP
Introduction to Arduino
Arduino course
Arduino for beginners- Introduction to Arduino (presentation) - codewithgauri
Seminar Presentation on raspberry pi
Introduction to Raspberrypi
What is Arduino ?
PPT ON Arduino
Ardui no
Simple Presentation On Raspberry pi
Raspberry Pi Presentation
Arduino Workshop
Arduino vs Raspberry Pi | Which Board to Choose for IoT Projects | IoT Device...
Blinking a Single LED
Raspberry Pi (Introduction)
Raspberry pi
Arduino Workshop Day 1 - Basic Arduino
 
Presentation on Raspberry pi
Raspberry pi
Simple Introduction about ESP32 Presentation
 
Raspberry pi
Introduction to Arduino

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
Using arduino and raspberry pi for internet of things
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
PPT
Arduino presentation by_warishusain
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
Using arduino and raspberry pi for internet of things
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 presentation by_warishusain
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

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
Security Technologys: Access Control, Firewall, VPN
PDF
Unser Jahresrückblick – MarvelClient in 2025
PPTX
Unit-4-ARTIFICIAL NEURAL NETWORKS.pptx ANN ppt Artificial neural network
PDF
December Patch Tuesday
 
PDF
The major tech developments for 2026 by Pluralsight, a research and training ...
PPTX
Data Privacy and Protection: Safeguarding Information in a Connected World
PPTX
Building Cyber Resilience for 2026: Best Practices for a Secure, AI-Driven Bu...
PDF
DevFest El Jadida 2025 - Product Thinking
PDF
API-First Architecture in Financial Systems
PPTX
Cybersecurity Best Practices - Step by Step guidelines
PPT
software-security-intro in information security.ppt
PDF
ElyriaSoftware — Powering the Future with Blockchain Innovation
PDF
Usage Control for Process Discovery through a Trusted Execution Environment
PPTX
Kanban India 2025 | Daksh Gupta | Modeling the Models, Generative AI & Kanban
PDF
Vibe Coding vs. Spec-Driven Development [Free Meetup]
PPTX
Chapter 3 Introduction to number system.pptx
PDF
Our Digital Tribe_ Cultivating Connection and Growth in Our Slack Community 🌿...
PPTX
THIS IS CYBER SECURITY NOTES USED IN CLASS ON VARIOUS TOPICS USED IN CYBERSEC...
PDF
Digit Expo 2025 - EICC Edinburgh 27th November
DOCX
iRobot Post‑Mortem and Alternative Paths - Discussion Document for Boards and...
Security Technologys: Access Control, Firewall, VPN
Unser Jahresrückblick – MarvelClient in 2025
Unit-4-ARTIFICIAL NEURAL NETWORKS.pptx ANN ppt Artificial neural network
December Patch Tuesday
 
The major tech developments for 2026 by Pluralsight, a research and training ...
Data Privacy and Protection: Safeguarding Information in a Connected World
Building Cyber Resilience for 2026: Best Practices for a Secure, AI-Driven Bu...
DevFest El Jadida 2025 - Product Thinking
API-First Architecture in Financial Systems
Cybersecurity Best Practices - Step by Step guidelines
software-security-intro in information security.ppt
ElyriaSoftware — Powering the Future with Blockchain Innovation
Usage Control for Process Discovery through a Trusted Execution Environment
Kanban India 2025 | Daksh Gupta | Modeling the Models, Generative AI & Kanban
Vibe Coding vs. Spec-Driven Development [Free Meetup]
Chapter 3 Introduction to number system.pptx
Our Digital Tribe_ Cultivating Connection and Growth in Our Slack Community 🌿...
THIS IS CYBER SECURITY NOTES USED IN CLASS ON VARIOUS TOPICS USED IN CYBERSEC...
Digit Expo 2025 - EICC Edinburgh 27th November
iRobot Post‑Mortem and Alternative Paths - Discussion Document for Boards and...

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