Moderators: adafruit_support_bill, adafruit

maltman23 wrote:A bunch of people have posted to the blog pages for the project on the MAKE Magazine site (where my original project article was published):
http://makezine.com/10/brainwave
But you can easily change the brainwave sequence on your own and see what results you get. Go ahead and play. And please post your results so that others can benefit from your experience.
Best,
Mitch.
maltman23 wrote:Hey Chris,
Cool that you're hacking it on the Arduino. Thanks for sharing the project. Please post to here and the Makezine blog page for the project if you get any results you like (or don't like).
Cheers,
Mitch.
float centralTone = 440.0;float binauralBeat[] = { 14.4, 11.1, 6.0, 2.2 };rightEar.play(centralTone - (binauralBeat[0]/2));
leftEar.play(centralTone + (binauralBeat[0]/2));float binauralBeat[] = { 14.4, 11.1, 6.0, 2.2, 40.4 }; case 'g':
// Gamma
rightEar.play(centralTone - (binauralBeat[4]/2));
leftEar.play(centralTone + (binauralBeat[4]/2));
// Generates a binaural beat of 40.4Hz
// delay for the time specified in the table while blinking the LEDs at the correct rate
blink_LEDs( pgm_read_dword(&brainwaveTab[index].bwDuration), 124, 124 );
return; // GammaGregW wrote:I just got an Uno as well so I was pretty excited to come across this topic!...
Just wanted to give you guys props and thanks for sharing!
Return to Other Adafruit products
Users browsing this forum: ascalone and 4 guests