Skip to content

Commit

Permalink
explain things more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
movingfox committed Jan 9, 2014
1 parent c565f6f commit 68ba57f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
Garan-Arduino
=============

Unofficial libraries and exmaple code to verify [Garan Audio Module](http://www.seeedstudio.com/depot/garan-audio-module-p-1607.html).
This is my unofficial library and exmaple code to drive [Garan Audio Module](http://www.seeedstudio.com/depot/garan-audio-module-p-1607.html).

It's not perfect, but it's working.

SoftwareSerial works great as the communication to Garan. Just assign a pair of RX/TX, store some MP3 files in the micro-SD card, and your are ready to go.
SoftwareSerial works great as the communication channel with Garan. Just assign a pair of RX/TX, store some MP3 files in the micro-SD card, and your are ready to go.

Compatibilites
--------------

I tested the code mainly on Seeeduino V3.0 (Atmega 328P). The board is claimed to be based on Duemilanove Schematic, 100% compatible to its existing program.
I tested the code mainly on Seeeduino V3.0 (Atmega 328P). The board is claimed to be based on Duemilanove Schematic, 100% compatible to its existing programs.

It also works PARTIALLY on MSP430 Value Line G2 Launchpad using msp430g2553 with Energia according to my rough tests. It seems that those commands with music names would cause the board to reset. I guess it's caused by buffer overflow of SoftwareSerial driver, but I am not sure.
It also works PARTIALLY on MSP430 Value Line G2 Launchpad using msp430g2553 with Energia according to my rough tests. It seems that those commands with music names would cause Launchpad to reset itself. I guess it's caused by buffer overflow of SoftwareSerial driver, but I am not sure about the root cause.

Examples
--------
Expand Down

0 comments on commit 68ba57f

Please sign in to comment.