Skip to content
Greg Toth edited this page Mar 20, 2017 · 24 revisions

IoT Education & Workforce Development

A Global City Teams Challenge Initiative

This is the Wiki section of the GitHub site, which is where we store documentation. Each document is called a "Wiki Page" and is viewable directly in your browser.

See the What's New page to find out about the most recent additions.

Wiki Pages (Documents)

Project Description

IoT Dev Kit Templates

IoT Sensor Design Templates

We're formulating sensor design patterns for specific types of applications. Each design pattern describes a particular set of sensors that can be used as a blueprint for building specific sensor applications.

Grove Sensor Matrix

This is a matrix of different types of sensors and actuators that are part of the Grove ecosystem.

Hardware/Software Info

Books

  • Books - a list of books that may be helpful

Safari for Schools

Safari for Schools provides a collection of online technology books that are available for free to K-12 students.

Tmux Info

'tmux' is program that's available for Linux. It gives you an easy way to have multiple terminal sessions over a single login session to a Raspberry Pi, BeagleBone Black, or other device. It also provides an easy way to leave programs running when you log off and be able to easily get back to them next time you log in.

Here are some useful guides for tmux:

Installing tmux on Raspberry Pi or BeagleBone Black:

$ sudo apt-get install tmux