Skip to content
Greg Toth edited this page Oct 14, 2015 · 24 revisions

IoT & Education: A Global City Teams Challenge Project

This is where we store source code and documents that project participants can use.

The GitHub site is broken down into two components:

  • Code Repository - where source code is kept, such as Python programs and bash scripts
  • Wiki Pages - where descriptive information is kept, such as a list of reference books

Wiki Pages

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

Clone this wiki locally