Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
arduino_boards:ogg_player_board [2016/09/12 17:38]
admin
arduino_boards:ogg_player_board [2019/01/27 02:09]
admin
Line 3: Line 3:
 A simple OGG Player for the Arduino. It's based on the [[http://​www.vlsi.fi/​en/​products/​vs1000module.html|VS1000 Audio Module]] of [[http://​www.vlsi.fi/​en/​home.html|VSLI Solution]]. The Board provide all pins for headphone and line out like the module.\\ A simple OGG Player for the Arduino. It's based on the [[http://​www.vlsi.fi/​en/​products/​vs1000module.html|VS1000 Audio Module]] of [[http://​www.vlsi.fi/​en/​home.html|VSLI Solution]]. The Board provide all pins for headphone and line out like the module.\\
 {{ :​arduino_boards:​ogg-player-board.jpg?​400 |}}\\ {{ :​arduino_boards:​ogg-player-board.jpg?​400 |}}\\
-One needs an SD Card, upload the ogg-files and because it's controlled over serial protocol it's super simple to controll ​it with the Arduino.\\+One needs an SD Card, upload the ogg-files and because it's controlled over serial protocol it's super simple to control ​it with the Arduino.\\
  
 Front:\\ Front:\\
Line 11: Line 11:
  
 ---- ----
-====Comands ​====+====Commands ​====
 The continuous playing mode understands the following single-byte commands:\\ The continuous playing mode understands the following single-byte commands:\\
   * f - switch to file play mode   * f - switch to file play mode
Line 20: Line 20:
   * = - pause on, responds with =   * = - pause on, responds with =
   * > - play (normal speed), responds with >   * > - play (normal speed), responds with >
-  * (0xbb) - faster play, responds with the new play speed+  * » (0xbb) - faster play, responds with the new play speed
   * n - next song, responds with n   * n - next song, responds with n
   * p - previous song, responds with p   * p - previous song, responds with p