treehouses is the name of our system allowing us to share our different learning platforms via the Rasperry Pi series of single-board computer devices.
Currently the Raspberry Pi models supported are: the zero W, the Pi 3, the Pi 3B+ and the Pi 4
treehouses consists of several parts:
We have created our own suite of commands to be used in the Raspberry Pi terminal, which can be found in treehouses/cli
npm i @treehouses/cli
This is where our modified Raspberry Pi images are created: treehouses/builder.
Currently in remote, we are developing an Android app which allows Android phones and tablets interact with the terminal of the Raspberry Pi over Bluetooth: treehouses/remote.