Jump to content

cps

Member
  • Posts

    2
  • Joined

  • Last visited

About cps

Standard Info

  • Name
    Christian
  1. Hi Balders, thanks for the Note I got Private things i had to manage and i stopped the Project. But now i go on with it :-) better late than never ;-) I still have it, but i figured out that the button 7 (Fire) is the Problem when i press it the sound stops and the other buttons work fine. I use the original Code from SkyOne but i dont figure out where i have to change the Parameter.
  2. Hello together, I got a problem and i hope you can help me. I also started this Blaster Project with an Arduino Mini Pro, and a WT5001M02-28P. I use the code from Skyone and the problem is that all sounds are playing in loop and wont stop, from the start sound beginnning and then it plays the blast sound throughout without pressing a button. i started to test the programming of the arduino and let it play only one file without buttons or something, that was the same effect and it plays in loop. void setup() { // start sound Serial.write(0x7E); Serial.write(0x04); Serial.write(0xA0); // A0 for SD card Serial.write(0x00); Serial.write(0x3d); // track number Serial.write(0x7E); delay(5000); } void loop() { } it only will stop if i add this code Serial.write(0x7E); Serial.write(0x02); //STOP Sound Serial.write(0xA4); Serial.write(0x7E); after every sound file. Is there anyone who can help me please?
×
×
  • Create New...