-
Notifications
You must be signed in to change notification settings - Fork 2
Home
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
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