-
Notifications
You must be signed in to change notification settings - Fork 2
Home
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.
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.
This is a matrix of different types of sensors and actuators that are part of the Grove ecosystem.
- Raspberry Pi - information about Raspberry Pi
- BeagleBone Black - information about BeagleBone Black
- Intel Galileo - information about Galileo
- Books - a list of books that may be helpful
Safari for Schools provides a collection of online technology books that are available for free to K-12 students.
'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