Raspberry Pi Training Truman College 10-21-14. Goals of our Training Today Unbox and boot up the Raspberry Pi (RPi) Learn how to access the desktop graphical.

Slides:



Advertisements
Similar presentations
4.01 How Web Pages Work.
Advertisements

CSCI 1411 FUNDAMENTALS OF COMPUTING LAB Lab Introduction 1 Shane Transue MSCS.
Exploring the Internet Creating and setting up your website Instructor: Michael Krolak Instructor: Patrick Krolak See also
Exploring the Internet Creating and setting up your website Instructor: Michael Krolak Instructor: Patrick Krolak See also
Topics in this presentation: The Web and how it works Difference between Web pages and web sites Web browsers and Web servers HTML purpose and structure.
Creating and Publishing Your own website
CGI programming Using Apache. Concepts Browser prepares parameter list List is attached to name of program to run on server "submit" button sends string.
Embedded Programming and Robotics Lesson 12 Introducing the Raspberry Pi Intro to Raspberry Pi1.
Raspberry Pi Training Mike Davis – Truman College Illinois State Learning Exchange Rico Enterprises 2/27/2015.
A crash course in njit’s Afs
February 2006Colby College ITS Using FTP. February 2006Colby College ITS Topics FTP Options at Colby For Mac Users For Windows Users.
Telnet/SSH: Connecting to Hosts Internet Technology1.
SINGLE BOARD COMPUTERS -KEVIN JOSE. WHY DO WE USE THEM? Good performance at low price GPIO capability to interact with the outside world Small form factor,
Week 11 Further Web Design Concepts and Tools FTP, CMS, Wordpress and Responsive Web Design.
COMP1070/2002/lec3/H.Melikian COMP1070 Lecture #3 v Operating Systems v Describe briefly operating systems service v To describe character and graphical.
Customized cloud platform for computing on your terms !
CNIT 132 Intermediate HTML and CSS Publish Web Page.
bWAPP – Bee Bug – Installation
1 John Magee 9 November 2012 CS120 Lecture 17a: Publishing Web pages.
1 Session 1: Introduction to HTML Spring Today’s Agenda Cover useful terminology for today’s session HTML, browsers, servers, etc. HTML Tags Get.
Web Page Design I Basic Computer Terms “How the Internet & the World Wide Web (www) Works”
Computing Fundamenatls CMSC 201 Computer Science I Penny Rheingans University of Maryland Baltimore County (with inspiration from previous 201 instructors.
HTML Hyper Text Markup Language A simple introduction.
1 Installation When this module is complete, you will be able to:  Set a static IP address for your laptop  Install the snom ONE software  Navigate.
 The World Wide Web is a collection of electronic documents linked together like a spider web.  These documents are stored on computers called servers.
Creating and Publishing Your own web site PC Version SEAS 001 Professor Ahmadi.
Logging into the linux machines This series of view charts show how to log into the linux machines from the Windows environment. Machine name IP address.
CS 7: Introduction to Computer Programming Java and the Internet Sections ,2.1.
Produced;: Tartu Kutsehariduskeskus FTP – File Transfer Protocol Maarja Kask ACTION PROGRAMME OF THE EUROPEAN UNION LEONARDO DA VINCI PROJEKT NO.: 2002.
, Bauru, Teacher Poly & Teacher Ulisses Audio Class!
Intro to Raspberry Pi A Southwest Florida Hackerspace Workshop Presented by: Russell Benzing & Eric Schiffli.
Website Design:. Once you have created a website on your hard drive you need to get it up on to the Web. This is called "uploading“ or “publishing” or.
1 Mapping a Drive on a USF IIS Server. 2 Mapping a Drive To map a drive to a network file directory in Windows you must be on a Microsoft local area network,
Session 1: Introduction to HTML Fall Today’s Agenda Talk about the functions of the Internet Cover useful terminology for today’s session HTML,
Navigating the Course 1. Course Materials 2 Software: Notepad (or TextEdit on a Mac) – comes with operating system Internet Explorer Web Browser FireFox.
Raspberry Pi Project Control Your Home Lights with a Raspberry Pi.
INTERNET APPLICATIONS CPIT405 Install a web server and analyze packets.
Introduction to HTML 4.0 Getting Started – Basic Terminology Teacher: Mr. Ho.
Building Your Own Website Using:. Install & configure LAMP. Download WordPress and run it as a local website on your Raspberry Pi. Configure WordPress.
Installing git In Linux: sudo apt-get install git In Windows: download it from run the setuphttp://git-scm.com/download/win.
WordPress and Etherpad with BlueMix and Docker. Our aim is to run on BlueMix containers (now in beta) these two famous services In the BlueMix dashboard,
WHAT ARE THE STEPS TO CONNECT MY HP DESKJET 3520 TO WI-FI?
4.01 How Web Pages Work.
4.01 How Web Pages Work.
4.01 How Web Pages Work.
Introduction to Operating Systems
Computer Software Digital Literacy.
Software Mr. Singh.
Running your own web server
Computing Fundamenatls CMSC 201 Computer Science I Penny Rheingans University of Maryland Baltimore County (with inspiration from previous 201 instructors.
Computer Software Digital Literacy.
Raspberry Pi in Headless Operation
FTP - File Transfer Protocol
Engineering Innovation Center
Telnet/SSH Connecting to Hosts Internet Technology.
INSTALLING AND SETTING UP APACHE2 IN A LINUX ENVIRONMENT
Building an Internet of Things Device
Information Technology Ms. Abeer Helwa
CGS 3175: Internet Applications Fall 2009
Raspberry Pi – VNC Server Connection
UCAS Reports 2007 From school and home.
Logging into the linux machines
4.01 How Web Pages Work.
4.01 How Web Pages Work.
Windows Operating System
Web Application Development Using PHP
SLIS Technology Orientation
An Introduction to the Windows Operating System
Setting up a Webcam on a Raspberry Pi
Presentation transcript:

Raspberry Pi Training Truman College

Goals of our Training Today Unbox and boot up the Raspberry Pi (RPi) Learn how to access the desktop graphical user interface (GUI) Find the IP address for the RPi. Access the RPi from another PC using PuTTY or the Mac’s Command Line Use the terminal to load and run some simple programs. Minecraft & Minecraft Hide and Seek Learn to make the RPi a local web server. See information being uploaded to it. Learn to make increased use of the STEM Academy – Element14. Additional Resources

I want…and designing a need or a project. Open source hardware and software gives you a wide range of possibilities for potential projects. As a teacher, what kind of projects makes sense? Will several students work on one device, or will I need several? How does this relate to my educational goals? Is this work that doesn’t need to get done? (work for the sake of work) Relation to the NGSS – Engineering Practices

I want a desktop internet radio I like radio. I like radio outside of Chicago. I don’t like needing a computer to do it. URLs Streaming windows No easy control over volume I want a desktop device that will scan through pre-set internet radio stations.

Turning on your Pi Go through set up Username – pi (default) Password – raspberry (default) Access the desktop – startx

Find the IP Address of your RPi In the Command line type sudo ifconfig Make note of the IP address ( ) Knowing the IP address makes it possible for you to be able to control your computer from any other computer on the same network through a secure shell (SSH) or Putty.

Minecraft Double click on the Minecraft Icon Open Terminal Type sudo apt-get install git-core (installs git core) cd~ (returns you to your home directory) git clone (downloads the program) ls (list the contents of your new folder) cd minecraft-hs (open folders) python minecraft-hs.py (starts the program)

Making a Local Web Server | Apache In the terminal type: sudo apt-get install apache2 Open a web browser Go to or You should see a page saying, “It Works!” In the terminal type cd /var/www (changes your directory to the var/www folder) ls (lists the items in your director) sudo nano index.html (opens the index.html file with the nano program)

Glow Stick Results - Photoresistor

Some Projects You Will Need to Try No additional Circuits Required Making a Local Web Server – Use the RPi to host a website locally in your classroom. Making a Local Web Server Universal Translator – Using the RPi and a USB headset to make a program that translates between two languages. Universal Translator Pi Minecraft – Load Minecraft and manipulate the game’s code to customize the game. Pi Minecraft Additional Sensor/Circuits Required Temperature Sensors – Use the RPi to collect temperature information. Temperature Sensors Photography – Use a camera board to take time lapsed photos. Photography Adafruit Make Magazine RaspberryPi.org STEM Academy