Actions
Wiki » History » Revision 10
« Previous |
Revision 10/15
(diff)
| Next »
Hammel, 18 May 2023 16:39
Summary¶
PiBox is a platform for development of purpose-built consumer devices. There are a number of platforms that can be built with PiBox.
- The development platform
- A Media Platform
- Kiosks
- Auto-kiosks
- Ironman Home Automation (discussed on a separate wiki)
- Xeon Phone (discussed on a separate wiki)
- Linux
- Crosstool-NG
- Buildroot / Busybox
PiBox is targeted for Raspberry Pis. However, the build system is easily customizable to other hardware platforms. It has been used to build board support packages for Arm, Intel, PowerPC and MIPS hardware systems.
Status¶
PiBox Development Platform v1.1 is in late stage development, in preparation for release. This will include all apps for the Media Platform and kiosks. Ironman will be releases separately.
- Media Platform is working on RPi2 and 3 devices. Support for RPi1 devices has been dropped due to poor USB performance with networking dongles.
- Kiosks (aka picture frames, if you use a small HDMI touchscreen display) are working on RPi2 and RPi3.
- Auto-kiosk works - omxplayer will cycle through a playlist managed by VideoFE. This is also targeted at RPi2 and RPi3 but should probably work on Pi Zero as well.
- Ironman prototype works. The prototype is an Arduino "light switch" managed by a central Ironman host using a simply touchscreen interface or a voice-controlled Jarvis interface. However, this is still very early in development.
- Xeon phone is in development for use with Pi Zero W. The prototype hardware was not constructed very well and is hampering software development and testing.
Documentation¶
- Development Platform Users Guide - How to setup and use the Development Platform
- Media Platform Users Guide - How to setup and use the Media System
- Player System Users Guide - How to setup and use the Player System
- Kiosk Users Guide - How to setup and use a PiBox Kiosk
- Auto Kiosk Users Guide - How to setup and use a PiBox Auto Kiosk
- PiSentry Users Guide - How to setup and use a PiSentry system
- PiStore Users Guide - How to setup and use a PiStore system
Design and Implementation¶
Planning and Reference¶
Updated by Hammel over 1 year ago · 10 revisions