An open API service indexing awesome lists of open source software.

https://github.com/anthony-mills/nomadicpi

Car computer built with Python and QT intended for use on small form factor systems like the Raspberry Pi.
https://github.com/anthony-mills/nomadicpi

car-computer mpd playlist

Last synced: about 1 year ago
JSON representation

Car computer built with Python and QT intended for use on small form factor systems like the Raspberry Pi.

Awesome Lists containing this project

README

          

## About Nomadic Pi

Rewrite of my original [Raspberry Pi based car computer](https://github.com/anthony-mills/raspberrypi-carputer) in Python with a QT based UI.

The first iteration of the car computer while it has proven itself over 100,000km of travel. Caused others issues with the setup and was not the best choice of technologies for interfacing with other hardware.

So the first aim with this rewrite will be extensibility so it can be modified to interface with the multitude of bluetooth car accessories. The second goal will aim to ease of distribution and use for others. So this time around looking for a simplified .deb or similar installation workflow.

### Screenshots

![Playing Music](/screenshots/1.png?raw=true "Playing music with no GPS fix")

![Playlist Management](/screenshots/2.png?raw=true "Managing the current playlist")

![MPD File Management](/screenshots/3.png?raw=true "Viewing files in the MPD store")

![Nomadic System Stats](/screenshots/4.png?raw=true "Stats related to the system")

![Playing music from MPD](/screenshots/mpd_playing.png?raw=true "Playing music in the MPD library")

![Playing via BlueTooth](/screenshots/bt_playing.png?raw=true "Playing music from an external device via BlueTooth")

![GPS track log](/screenshots/gps_log.png?raw=true "Location status and GPS trip log")

### Licence

Copyright (C) 2021 [Anthony Mills](http://www.anthony-mills.com)

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see .