Tiny Video Player Kit Tutorial
This tutorial will show you how to build the Tiny Video Player Kit. If you bought the Tiny Video Player Kit, this program comes pre-installed so that you can get started watching, or converting and uploading videos. There are a few different settings options for how you can play and watch videos (as of April 2020).
If you bought the Tiny Video Player Kit and you are looking for the resource that teaches you how to add your own videos to the Tiny Video Player, you can skip directly to the TSV Converter Tutorial
Materials
Hardware:
- Micro USB Cable
- Tiny Video Player Kit or Individual Components:
- TinyScreen+ Processor Board - Runs the program, has a SAMD 32-bit processor, OLED screen, USB and power circuitry.
- Micro SD / Audio TinyShield - Designed specifically for use with the TinyScreen+, this TinyShield has the micro SD card adapter, audio driver and IR receiver (which can receive TV remote control signals).
- 290 mAh Rechargeable Lithium Polymer Battery - Used to power your video player, and is recharged when the USB is plugged into the TinyScreen+ board.
- 16x9 Speaker - for audio playback on videos
- 8GB Micro SD card and Adapter - preloaded with sample videos.
Extras:
- Some videos!
Fun Fact:
- The micro SD card that comes with the kit is 8 GB, which may seem small, but most movies are around 1-2GB each. HD movies tend to be closer to 5GB, but that is still an impressive amount of memory in such a tiny package.
Step 1: Assembly (Hardware)
There is no soldering or complicated configurations to worry about, you simply have to plug connectors into the right places to assemble this project.
Starting with the SD and Audio TinyShield, plug in the SD card and the speaker to the slots on the TinyShield.
Plug the battery into the 2 pin connector on the TinyScreen+. *Be careful! The TinyScreen+ and the SD and Audio TinyShield both have a tan 2 pin connector. Make sure the battery is plugged into the TinyScreen+, and the speaker is plugged into the SD and Audio TinyShield. *
Then attach the TinyScreen+ to the SD and Audio TinyShield via the tan 32-pin connectors.
Turn the switch on the TinyScreen+ to ON.
Step 2: Software (Setup)
If you have not already, download the Arduino IDE. This is the platform, or application we will use to upload a program to the TinyScreen+ so that it will work as a Tiny Video Player.
To setup the Arduino IDE to program the TinyScreen+, open up the Arduino IDE after downloading. You need to make these selections under the Tools tab:
- Tools -> Board -> "TinyScreen+"
- Tools -> Port -> "COM##(TinyScreen+)"
- Programmer -> "Arduino as ISP"
If you have any issues finding the correct port, you can unplug the microUSB cable and plug it back in while noting which COM## disappears and reappears during this process.
Step 3: The Code!
At this point, you have everything set up to upload the program to your TinyScreen+. Download the following zip file of the Tiny Video Player program and open it in the Arduino IDE:
After the program is uploaded, the Tiny Video Player program will begin playing all the files on the SD Card that have the .tsv extension in order.
The Tiny Video Player program has the following functionality programmed for the TinyScreen+ buttons:
If you want to add some new videos or movies to your SD Card, you can move on to the TSV Converter Tutorial that shows you exactly how to do that using the TSV (TinyScreen Video) Converter. To sum up using the TSV Converter, you simply need to download either the MacOS or Windows app, open it and then upload the files you want to convert to the .tsv format. The converted videos will automatically save to the same file location as the original video. The videos you would like to play on the Tiny Video Player then just need moved onto the SD card being used in the project.