Changes between Version 1 and Version 2 of SoftwareOverviewIntermediate


Ignore:
Timestamp:
Oct 2, 2017, 11:00:13 PM (8 years ago)
Author:
cdelgigante
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SoftwareOverviewIntermediate

    v1 v2  
    2020That's the last dull program you'll write here.  Lets do something more fun.
    2121
    22 ==The Zebra Zero Environment==
     22==Introducing the Zebra Zero Environment==
    2323For this level of exercise, we're going to be using the Zebra Zero Breadboard platform.   It consists of a Raspberry Pi Zero W, and a breadboard.
    2424
    2525What is a Raspberry Pi Zero W?
     26
     27A Raspberry Pi Zero W is a tiny $10 computer.  It has usb ports, a video connector, wifi, and a GPIO (General Purpose Input/Output) connector to interface to the outside world.  The pins on this GPIO connector perform a variety of functions such as power, ground, input, and output.   The pins can be set in code to behave in different ways.  We'll be connecting to the Pi and running Java programs on it which control the GPIO connector and the world outside of the Pi.
     28
     29What is a Breadboard?
     30
     31A breadboard is an tool to quickly build circuits.   It looks like this:
     32
     33The lines of dots are all electrically connected to one another so wires can be slipped in and connected without any soldering.   Look hear to learn more: [link]
     34
    2635   
    2736