documentation
This commit is contained in:
@@ -3,7 +3,11 @@
|
||||
<head>
|
||||
<title>PiPlayer 2: The AudioSphere</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
||||
<meta property="og:image" content="http://www.tilman.de/projekte/piplayer/photos/02.jpg" />
|
||||
|
||||
<meta property="og:url" content="http://tilman.de/projekte/audiosphere/" />
|
||||
<meta property="og:title" content="PiPlayer 2: The AudioSphere" />
|
||||
<meta property="og:description" content="In spring 2016 I finalized the "Musikrakete", an MP3 player that our boys could operate without assistance. This is the improved second version, which is even easier to use. Music is played by simply placing a QR code card on top of the sphere. It plays MP3 files from the local network or Google drive and audiostreams from the Internet. If you have children who love music, ever used a terminal and also know what end of a soldering iron not to touch, this might be a project for you." />
|
||||
<meta property="og:image" content="http://tilman.de/projekte/audiosphere/images/audiosphere-02.jpg" />
|
||||
|
||||
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
|
||||
<link rel="stylesheet" href="fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
|
||||
@@ -98,7 +102,7 @@ h2, h3 {
|
||||
<h1>AudioSphere</h1>
|
||||
<p id="subtitle">An easy-to-use music player for children based on the Raspberry Pi Zero and the JBL On Stage IIIp</p>
|
||||
|
||||
<p class="well" style="text-align: center;">In spring 2016 I finalized the <a href="http://tilman.de/projekte/musikrakete/">Musikrakete</a>, an MP3 player that our boys could operate without assistance. This is the improved second version, which is even easier to use. Music is played by simply placing a QR code card on top of the sphere. It plays MP3 files from the local network or Google drive and audiostreams from the Internet. If you have children who love music, ever used a terminal and also know what end of a soldering iron not to touch, this might be a project for you.</p>
|
||||
<p class="well" style="text-align: center;">In spring 2016 I finalized the <a href="http://tilman.de/projekte/musikrakete/">"Musikrakete"</a>, an MP3 player that our boys could operate without assistance. This is the improved second version, which is even easier to use. Music is played by simply placing a QR code card on top of the sphere. It plays MP3 files from the local network or Google drive and audiostreams from the Internet. If you have children who love music, ever used a terminal and also know what end of a soldering iron not to touch, this might be a project for you.</p>
|
||||
|
||||
<p class="gallery" style="float:right;">
|
||||
<a href="images/audiosphere-02.jpg" class="fancybox"><img src="images/audiosphere-02.jpg"
|
||||
@@ -240,7 +244,7 @@ lsusb
|
||||
sudo reboot
|
||||
</pre>
|
||||
|
||||
<h3>Configure Wi-Fi</h3>
|
||||
<h3 id="wi-fi">Configure Wi-Fi</h3>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@@ -556,7 +560,7 @@ sudo nano /etc/rc.local
|
||||
Of course, one might as well mount a cloud drive via WebDAV or something similar and play everything directly from the Internet. How this is done will depend on the supported protocols.
|
||||
</p>
|
||||
|
||||
<h2>QR Cards</h2>
|
||||
<h2 id="qr-cards">QR Cards</h2>
|
||||
<p>
|
||||
With the storage attached, all the MP3 files are accessible for the player. What's missing is some QR code cards to get the party started. For that, there's a <a href="https://github.com/tliero/audiosphere/raw/master/documentation/QR%20Card%20Template.odt">template</a> which can be used to create new cards. After printing a page from the template, it is simply cut into stripes which are folded in the middle and then glued together.
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user