Skip to content

Commit 6082bb2

Browse files
authored
Update README.md
1 parent 55ebeb2 commit 6082bb2

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
SparkFun WT2003S MP3 Decoder Arduino Library
1+
SparkFun MY1690 MP3 Decoder Arduino Library
22
========================================
33

4-
![SparkFun WT2003S MP3 Decoder](https://cdn.sparkfun.com/assets/parts/1/3/0/7/7/14810-MP3_Breakout_WT2003S-01.jpg)
4+
![SparkFun Serial MP3 Player Shield - MY1690X]()
55

6-
[*SparkFun WT2003S MP3 Decoder (SPX-14810)*](https://www.sparkfun.com/products/14810)
6+
[*SparkFun Serial MP3 Player Shield - MY1690X (DEV-28021)*](
77

8-
This library provides full access to the functions of the WT2003S MP3 decoder through a serial connection and a "busy" pin. This library is very simple to use with either a hardware or software serial port. The simple dependencies (HardwareSerial and SoftwareSerial) make it suitable for use on any Arduino-compatible platform.
8+
<!-- This library provides full access to the functions of the WT2003S MP3 decoder through a serial connection and a "busy" pin. This library is very simple to use with either a hardware or software serial port. The simple dependencies (HardwareSerial and SoftwareSerial) make it suitable for use on any Arduino-compatible platform.
99
1010
The WT2003S combines two functions needed to play .mp3 files into one package and adds a simple serial control interface. Normally to play a .mp3 file one would need to choose a decoder IC AND provide a method for storing and selecting the files. The WT2003S removes that complexity by combining an SD card interface and .mp3 decoder. Now in order to play a song all you need to do is save it to an SD card, plug it into the WT2003S breakout, and send a few commands over serial. This allows you to easily integrate sound into any Arduino project.
1111
12-
This library is intended for use with the [WT2003S MP3 Decoder Breakout board](https://www.sparkfun.com/products/14810), as opposed to another option employing the WT2003S -- the [Qwiic MP3 Trigger](https://www.sparkfun.com/products/14808). In case you are wondering which to use here is a little breakdown: If you want direct access to the WT2003S IC for complete control *and* you have a spare serial port (Hardware or Software) in your project then the Breakout board is good for you. If your project is running low on pins and you already use the I2C bus, or you want to trigger .mp3s without even using an external microcontroller then the Qwiic MP3 Trigger is right for you!
12+
This library is intended for use with the [WT2003S MP3 Decoder Breakout board](https://www.sparkfun.com/products/28021, as opposed to another option employing the WT2003S -- the [Qwiic MP3 Trigger](https://www.sparkfun.com/products/14808). In case you are wondering which to use here is a little breakdown: If you want direct access to the WT2003S IC for complete control *and* you have a spare serial port (Hardware or Software) in your project then the Breakout board is good for you. If your project is running low on pins and you already use the I2C bus, or you want to trigger .mp3s without even using an external microcontroller then the Qwiic MP3 Trigger is right for you! -->
1313

1414
Repository Contents
1515
-------------------
@@ -24,10 +24,11 @@ Documentation
2424

2525
* **[Installing an Arduino Library Guide](https://learn.sparkfun.com/tutorials/installing-an-arduino-library)** - Basic information on how to install an Arduino library.
2626

27+
2728
Products that use this Library
2829
---------------------------------
2930

30-
* [SPX-14810](https://www.sparkfun.com/products/14810) - SparkX version
31+
* [DEV-28021]( - V1.1
3132

3233
Version History
3334
---------------

0 commit comments

Comments
 (0)