ADABOX 004 MUSIC PLAYER WITH IR REMOTE NOT WORKING

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
coolmandude545
 
Posts: 5
Joined: Sat Mar 04, 2017 11:49 pm

ADABOX 004 MUSIC PLAYER WITH IR REMOTE NOT WORKING

Post by coolmandude545 »

Hi, I am trying to build the Music Player With IR Remote from Adabox 004, but when I push any button on the remote, nothing happens, Not even on the Serial Monitor! Does anybody know how to fix this?

Thanks!

User avatar
dconley
 
Posts: 16
Joined: Wed Mar 22, 2017 8:52 pm

Re: ADABOX 004 MUSIC PLAYER WITH IR REMOTE NOT WORKING

Post by dconley »

Did you pull the little bit of plastic out from the remote so that it's actually working?

Can you post a picture of your wiring?

What's your code? You could always try to write a simple program that prints any received IR code to the serial monitor.

User avatar
coolmandude545
 
Posts: 5
Joined: Sat Mar 04, 2017 11:49 pm

Re: ADABOX 004 MUSIC PLAYER WITH IR REMOTE NOT WORKING

Post by coolmandude545 »

UPDATE: Okay, I got the board at least recognizing the remote, but when I push 1, 2, or 3, the board registers it but doesn't play the music. Is it a typo with the songs, or a SD issue?

Thanks!

User avatar
cemclellan
 
Posts: 22
Joined: Fri Aug 21, 2009 10:50 am

Re: ADABOX 004 MUSIC PLAYER WITH IR REMOTE NOT WORKING

Post by cemclellan »

Take a look at the code I posted in this topic - viewtopic.php?f=59&t=119535

It might help you out.

User avatar
coolmandude545
 
Posts: 5
Joined: Sat Mar 04, 2017 11:49 pm

Re: ADABOX 004 MUSIC PLAYER WITH IR REMOTE NOT WORKING

Post by coolmandude545 »

I did see that, and it helped. I found out I named the songs wrong - I added ".mp3" at the end and the code wanted no ".mp3".

RIGHT:
track00?
WRONG:
track00?.mp3

Thanks to everybody who posted!

User avatar
ASmart
 
Posts: 1
Joined: Fri Jun 02, 2017 12:06 pm

Re: ADABOX 004 MUSIC PLAYER WITH IR REMOTE NOT WORKING

Post by ASmart »

I am trying to upload the program for the IR remote but I keep on getting this. What should I do?
Arduino: 1.6.5 (Windows 8.1), Board: "Adafruit HUZZAH ESP8266, 80 MHz, 115200, 4M (3M SPIFFS)"

sketch_jul05b.ino:6:20: fatal error: IRrecv.h: No such file or directory
compilation terminated.
Multiple libraries were found for "SD.h"

Used: C:\Users\aryum\AppData\Roaming\Arduino15\packages\esp8266\hardware\esp8266\2.3.0\libraries\SD

Not used: C:\Program Files (x86)\Arduino\libraries\SD

Error compiling.

WARNING: Spurious .github folder in 'Adafruit Motor Shield library' library

WARNING: Spurious .github folder in 'Adafruit Motor Shield library' library

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

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

Return to “AdaBox! Show us what you made!”