Looks like your conditionals are wrong. Either remove the ‘!’ or the ’ == false’. i.e. do something like
if (quadRelay.begin() == false) {
// error handling
}
or
if (!quadRelay.begin()) {
// error handling
}
Looks like your conditionals are wrong. Either remove the ‘!’ or the ’ == false’. i.e. do something like
if (quadRelay.begin() == false) {
// error handling
}
or
if (!quadRelay.begin()) {
// error handling
}
Im having the same frustrating error when trying to pauze or stop.
How to fix this? I hope there is a solution because one bad experiance for me is a no no for the future. I dont care about the money back it has been enough hassle already. I need it to be working!
please a reply from Sparkfun
Missread that there is work in progress on this issue. Im tuned in this thread.
Hi,
i have the same problem.
Is there now a solution?
There was an error in the MP3 chip on some boards that causes the looping behavior. Sadly it’s a hardware issue and can’t be fixed.
If you purchased the board directly off our website, just [fill in the form on this page with your order number and the URL to this forum post and we can refund you for the board.
If you purchased from a distributor or Amazon you will need to let them know you have a defective product and arrange with them for assistance.](Return Policy - SparkFun Electronics)