documentation
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
|
|
||||||
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,800' rel='stylesheet' type='text/css' />
|
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,800' rel='stylesheet' type='text/css' />
|
||||||
<link href='https://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic' rel='stylesheet' type='text/css' />
|
<link href='https://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic' rel='stylesheet' type='text/css' />
|
||||||
|
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,700" rel="stylesheet" type='text/css'>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
|
||||||
|
|
||||||
@@ -19,7 +20,7 @@
|
|||||||
body {
|
body {
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
color: black;
|
color: black;
|
||||||
font-family: 'Lora', serif;
|
font-family: 'Roboto Slab', serif;
|
||||||
font-size: 160%;
|
font-size: 160%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -97,13 +98,14 @@ h2, h3 {
|
|||||||
<h1>AudioSphere</h1>
|
<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 id="subtitle">An easy-to-use music player for children based on the Raspberry Pi Zero and the JBL On Stage IIIp</p>
|
||||||
|
|
||||||
<p style="font-weight: 700;">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 second version, that is even easier to use. Music is played by simply placing a QR code card on top of the sphere.</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;">
|
<p class="gallery" style="float:right;">
|
||||||
<a href="photos/02.jpg" class="fancybox"><img src="images/audiosphere-02.jpg"
|
<a href="photos/02.jpg" class="fancybox"><img src="images/audiosphere-02.jpg"
|
||||||
width="480" alt="The AudioSphere. The QR cards are placed on the window on top, where they are detected by a photo sensor that triggers the recognition process. After the code has been read by the webcam, the respective playlist is loaded via network and played directly." /></a>
|
width="480" alt="The AudioSphere. The QR cards are placed on the window on top, where they are detected by a photo sensor that triggers the recognition process. After the code has been read by the webcam, the respective playlist is loaded via network and played directly." /></a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<!--
|
||||||
<h2 id="toc">Contents</h2>
|
<h2 id="toc">Contents</h2>
|
||||||
<ol>
|
<ol>
|
||||||
<li><a href="#idea">The Idea</a></li>
|
<li><a href="#idea">The Idea</a></li>
|
||||||
@@ -115,6 +117,7 @@ h2, h3 {
|
|||||||
<li><a href="#electronics">Electronics</a></li>
|
<li><a href="#electronics">Electronics</a></li>
|
||||||
<li><a href="#manual">User Manual</a></li>
|
<li><a href="#manual">User Manual</a></li>
|
||||||
</ol>
|
</ol>
|
||||||
|
-->
|
||||||
|
|
||||||
<h2 id="idea">The Idea</h2>
|
<h2 id="idea">The Idea</h2>
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
Reference in New Issue
Block a user