Wave Shield - SdReadTest doesn't work

Adafruit Ethernet, Motor, Proto, Wave, Datalogger, GPS Shields - etc!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
lolaba
 
Posts: 2
Joined: Sun Jun 29, 2014 4:56 am

Wave Shield - SdReadTest doesn't work

Post by lolaba »

Hi
I'm trying to rum the Wave Shield, both SdReadTest and daphc aren't working. the code complies and uploads to my Arduino Leonardo, but the Serial Monitor shows nothing,
I erased all the files from the SD and uploaded put on it the files from "fill", and DTMF directories.
I also copied the WaveHC folder to Libraries folder.
I am using a PC and Win7.
Attached is the photo of the shield.
Please! help me.
thanks.
Lola
Attachments
תמונה (1).JPG
תמונה (1).JPG (134.78 KiB) Viewed 366 times

User avatar
adafruit_support_bill
 
Posts: 88087
Joined: Sat Feb 07, 2009 10:11 am

Re: Wave Shield - SdReadTest doesn't work

Post by adafruit_support_bill »

the code complies and uploads to my Arduino Leonardo, but the Serial Monitor shows nothing,
The wave shield is not Leonardo compatible. You need an UNO or other Atmega 328-based Arduino to use it.
https://www.adafruit.com/product/94

lolaba
 
Posts: 2
Joined: Sun Jun 29, 2014 4:56 am

Re: Wave Shield - SdReadTest doesn't work

Post by lolaba »

Still doesnt work...
I got an Arduino Uno. The code daphc compiles,but it takes long to upload.
After being uploaded, there is nothing on the serial monitor.
Moreover,it posts below the code the following comment:

Found programmer: Id = "B×J"; type =
Software Version =
avrdude: error: buffered memory access not supported. Maybe it isn't
a butterfly/AVR109 but a AVR910 device?
processing.app.debug.RunnerException
at cc.arduino.packages.uploaders.SerialUploader.uploadUsingPreferences(SerialUploader.java:125)
at processing.app.Sketch.upload(Sketch.java:1719)
at processing.app.Sketch.exportApplet(Sketch.java:1625)
at processing.app.Sketch.exportApplet(Sketch.java:1597)
at processing.app.Editor$DefaultExportHandler.run(Editor.java:2397)
at java.lang.Thread.run(Unknown Source)
Caused by: processing.app.debug.RunnerException: Problem uploading to board. See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.
at cc.arduino.packages.Uploader.executeUploadCommand(Uploader.java:111)
at cc.arduino.packages.uploaders.SerialUploader.uploadUsingPreferences(SerialUploader.java:123)
... 5 more

User avatar
Franklin97355
 
Posts: 23910
Joined: Mon Apr 21, 2008 2:33 pm

Re: Wave Shield - SdReadTest doesn't work

Post by Franklin97355 »

Do you have the correct board and port selected in tools? Looks like you don't.

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino Shields from Adafruit”