Offline
Newbie
Karma: 0
Posts: 5
|
 |
« on: December 04, 2012, 06:02:38 am » |
Has anyone tried this module from Elechouse? I purchased 2 and can't make either of them work on Arundio MEGA2560. I've uploaded the Arduino code plus audio sample that comes from the elechouse website. Any advice would be appreciated.
|
|
|
|
|
Logged
|
|
|
|
|
Norfolk UK
Offline
Edison Member
Karma: 25
Posts: 1421
|
 |
« Reply #1 on: December 04, 2012, 06:35:30 am » |
According to it's datasheet (in the manual) it uses SDA & SCL that are on A4 & A5 of UNO but they are somewhere else (pins 20 & 21) on Mega.
There appears to be no shield jumpers to move the SCL/SDA lines so an option might be to cut these pins off the underside and jumper across the top (assuming your not using another shield stacked on top.
|
|
|
|
« Last Edit: December 04, 2012, 06:38:48 am by Riva »
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 5
|
 |
« Reply #2 on: December 04, 2012, 02:49:55 pm » |
Thanks Riva. Rather than modify the board I've just ordered a UNO. I'll let you know how/if it solves the problem.
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 5
|
 |
« Reply #3 on: December 07, 2012, 06:31:24 pm » |
Hi Riva, Attached it to a brand new UNO and it still does not work  Has anyone here had any experience with this module on any version od Arduino?
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 5
|
 |
« Reply #4 on: December 07, 2012, 08:17:17 pm » |
UPDATE: I always admit it (well almost always) when I stuff up and Nerds and Nerdettes I have stuffed up! The problems I have been having with this module have been due to a labeling error I made on the SD card. Me BAD! Thanks again Riva for trying to save me from myself.
|
|
|
|
|
Logged
|
|
|
|
|
Norfolk UK
Offline
Edison Member
Karma: 25
Posts: 1421
|
 |
« Reply #5 on: December 08, 2012, 01:58:37 am » |
The problems I have been having with this module have been due to a labeling error I made on the SD card.
So does it also work one your Mega or just the UNO?
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 5
|
 |
« Reply #6 on: December 08, 2012, 03:32:02 am » |
Works on both the Uno and the Mega  In case someone - one day - does a search of this Forum in response to problems with this module let me document here that if you make wav files for it they must be mono, 8 bit and slower than 14KHz or it doesn't run,. You have been warned.
|
|
|
|
|
Logged
|
|
|
|
|
Seattle
Offline
Newbie
Karma: 0
Posts: 4
|
 |
« Reply #7 on: March 17, 2013, 11:20:32 pm » |
hmmm, that's not so hot. Thanks for the info.
I'm working with a wav shield by Adafruit (or ladyada) that supposedly handles 16 bit, 22kHz, FAT32 and SDHC. I'm not up and running yet, but they've had this one out for a bit, and it's rev 1.1. I'll try to let you know how it works out. Uno is my platform at this point.
I may be pressed for processor power and working memory space, but I don't know if 8bit and that low a sample rate can give me workable fidelity for my purposes.
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 7
|
 |
« Reply #8 on: May 26, 2013, 08:06:05 pm » |
Hi 1What,
I just picked up a couple of these Arduino Wave V2.1 modules and am struggling to get them to work. I am able to upload and play wav and ad4 files, but can't seem to get anything to work beyond the sample code that it came with, and sometimes it doesn't seem to work at all. Can you share some more of your experience with this thing, and some sample code that worked for you so I can try to get a handle on it?
Cheers
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
God Member
Karma: 6
Posts: 950
Arduino rocks
|
 |
« Reply #9 on: May 30, 2013, 12:59:22 pm » |
I have played with the Adafruit Waveshield before..
before any sample code can be given..
what is it you are even trying to do? or do different that isnt outlined in the example sketches?
the basic 'approach' is that it checks for the states of your button(s).. and makes note of the button state.
in the main loop.. you check this 'state' and act accordingly based on those state results.
I have use the WaveHC lib in several projects (props).. sci-fi blasters/guns, Spider-Man webshooters...etc..etc..
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 7
|
 |
« Reply #10 on: May 30, 2013, 07:55:22 pm » |
I think the Adafruit wav shield is quite different. The ones that I have came with only one snippet of sample code and an instruction booklet that was poorly translated and kind of difficult to follow. I have been working through a specific problem with 'Grumpy_Mike' on a separate thread ( http://forum.arduino.cc/index.php?topic=168490.0) but was hoping to find others who had worked with this particular module so I could get a better sense of what the code that I couldn't recognise was doing.
|
|
|
|
|
Logged
|
|
|
|
|
|