Changes between Version 1 and Version 2 of SoftwareOverviewIntermediate
- Timestamp:
- Oct 2, 2017, 11:00:13 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SoftwareOverviewIntermediate
v1 v2 20 20 That's the last dull program you'll write here. Lets do something more fun. 21 21 22 == The Zebra Zero Environment==22 ==Introducing the Zebra Zero Environment== 23 23 For 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. 24 24 25 25 What is a Raspberry Pi Zero W? 26 27 A 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 29 What is a Breadboard? 30 31 A breadboard is an tool to quickly build circuits. It looks like this: 32 33 The 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 26 35 27 36