audiotour_nonworking.ino #1

Closed
opened 2017-02-15 21:03:26 +00:00 by TheNitek · 3 comments
TheNitek commented 2017-02-15 21:03:26 +00:00 (Migrated from github.com)

Hi there,
did you get your audiotour_nonworking.ino approach to work? I'm also trying to use SFEMP3Shield with a MFRC522 and they don't realy seem to like each other.

Hi there, did you get your audiotour_nonworking.ino approach to work? I'm also trying to use SFEMP3Shield with a MFRC522 and they don't realy seem to like each other.
companje commented 2017-02-20 14:41:40 +00:00 (Migrated from github.com)

@TheNitek, no progress unfortunately.

@TheNitek, no progress unfortunately.
TheNitek commented 2017-02-20 19:45:42 +00:00 (Migrated from github.com)

Well, in case you are still interested. I was able to solve the problem:

For the RFID to work while MP3 plays, you have to change
#define USE_MP3_REFILL_MEANS USE_MP3_INTx
to
#define USE_MP3_REFILL_MEANS USE_MP3_Polled
in SFEMP3Shield.h
and use mp3player.available(); in your loop()

Well, in case you are still interested. I was able to solve the problem: For the RFID to work while MP3 plays, you have to change #define USE_MP3_REFILL_MEANS USE_MP3_INTx to #define USE_MP3_REFILL_MEANS USE_MP3_Polled in SFEMP3Shield.h and use mp3player.available(); in your loop()
companje commented 2017-02-20 20:29:06 +00:00 (Migrated from github.com)

Thanks!

Thanks!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
harmen/audioguide#1
No description provided.