User Manual

MedeaWiz® Sprite®
.
28 | P a g e
Further explanation of some serial commands
0xCB Request the total number of files on the SD card. The Sprite® will send a feedback byte
telling the number of files on the SD card. The Sprite® feedback will be CB,CB,xx where xx is the
number of files in Hexadecimal.
0xD0 to 0xDF Sets the Video Output Mode to the desired rate
0xE1 to 0xE5 Address numbers for the Sprite®. If the Sprite® is set to an Address in the Setup
Menu, then the Sprite® will only follow commands preceded by the correct address.
The Host can transmit commands to many Sprites on the same serial line.
You can only use 1 Sprite® for feedback to the Host to avoid data collisions.
0xE8 Mute the audio (mute only does not toggle on / off)
0xE9 Increase volume one step each for command received. If the Sprite® was Mute, the first
0xE9 command will cancel Mute and return to the previous volume level.
0xEA Decrease volume one step each command. If the Sprite® was Mute, the first 0xE9
command will cancel Mute and return to the previous volume level.
0xEB Route the audio to the 3.5mm port only
0xEC Route the audio to the HDMI port only
0xEF Play / Resume play after a Pause (does not toggle PLAY / PAUSE)
A Play command will Cancel FF>>or FB<< in progress
0xF0 Pause (does not toggle PLAY / PAUSE) (must send 0xEF PLAY command to resume)
A Pause command will Cancel FF>> or FB<< in progress
0xFC Select Loop Command can make any valid file on the SD or USB the looping file.
Valid file numbers are 0x00 up to 0xC8 (files named 000 up to 200)
Send 2 bytes, 0xFC,0xXX where XX is the new file number to loop. This file will be the looping
file until a new 0xFC command is received or a power cycle. After a power cycle, the default file
0x00 (the file named 000) will be the looping file.
It can also be combined with an address as 3 bytes when the Sprite® is set to an Address.
For example 0xE3,0xFC,0x05 will instruct any Sprite® with address set to E3 to loop the file
named 005.