Halloween Pumpkin

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
jasiu
 
Posts: 35
Joined: Mon Oct 14, 2013 1:47 pm

Halloween Pumpkin

Post by jasiu »

I am making the Halloween Pumpkin project and have a question.I am using Lady Ada's code founf on this website and when I verify it I get the following error(s):

SdReader does not have a type
FatVolume does not have a type
FatReader does not have a type
card was not declared in this scope
vol was not declared in this scope
root was not declared in this scope

I was going to include the sketch but when I tried to submit it. I got a message that my message contained spam words

Help

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

Re: Halloween Pumpkin

Post by Franklin97355 »

Did you install the wavehc libraries properly?

User avatar
jasiu
 
Posts: 35
Joined: Mon Oct 14, 2013 1:47 pm

Re: Halloween Pumpkin

Post by jasiu »

Sorry, I didn't know I had to do that. How do I do that?

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

Re: Halloween Pumpkin

Post by Franklin97355 »

Here is the tutorial on the wave shield https://learn.adafruit.com/adafruit-wav ... o/overview and how to do a library install

User avatar
jasiu
 
Posts: 35
Joined: Mon Oct 14, 2013 1:47 pm

Re: Halloween Pumpkin

Post by jasiu »

Thank you!

User avatar
jasiu
 
Posts: 35
Joined: Mon Oct 14, 2013 1:47 pm

Re: Halloween Pumpkin

Post by jasiu »

I thought with the latest version it was going to be easier to install libraries

User avatar
jasiu
 
Posts: 35
Joined: Mon Oct 14, 2013 1:47 pm

Re: Halloween Pumpkin

Post by jasiu »

Ok, so I attempted to follow the guidelines that were given. Let me say that this is a very convoluted process. It says that the Wave library was successfully downloaded, but when I try to compile/verify I get the same errors

User avatar
jasiu
 
Posts: 35
Joined: Mon Oct 14, 2013 1:47 pm

Re: Halloween Pumpkin

Post by jasiu »

This is what I get when I try to verify on my Mac Book Pro

Arduino: 1.6.4 (Mac OS X), Board: "Arduino Uno"

Scary_Pumpkin.ino:2:20: fatal error: WaveHC.h: No such file or directory
compilation terminated.
Error compiling.

This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.

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

Re: Halloween Pumpkin

Post by Franklin97355 »

You say you downloaded the library but did you extract and install it? I'll see if I can get one of the Mac techs to help.

User avatar
adafruit_support_rick
 
Posts: 35092
Joined: Tue Mar 15, 2011 11:42 am

Re: Halloween Pumpkin

Post by adafruit_support_rick »

You have to create a folder named "libraries" inside of your sketches folder.
Extract the zipped library files, and place them inside the "libraries" folder.

User avatar
Azharen
 
Posts: 3
Joined: Fri Sep 26, 2014 2:03 am

Re: Halloween Pumpkin

Post by Azharen »

Hello,

Since there is a new and improved Wave Hat. Is there or will there be an update to the Halloween Pumpkin?

~ Kurschun

User avatar
adafruit_support_rick
 
Posts: 35092
Joined: Tue Mar 15, 2011 11:42 am

Re: Halloween Pumpkin

Post by adafruit_support_rick »

Wave hat? We don't have a wave hat. What are you referring to?

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

Return to “Arduino”