Hi Matt,
FED3 has a simple buzzer module attached to a GPIO, not a fixed frequency module. So it can do different tones, and even a "white noise" hack by looping through lots of short beeps of random frequencies.
See the audio functions here:
https://github.com/KravitzLabDevices/FED3_library/wiki/3.-Functions#audio-functions
Arpit, rather than editing the .cpp file you can remove the conditioned stimulus function from your .ino file and just call the pixelsOn() function and then the noise() function to deliver what you want!
Best,
-Lex
Hi Arpit,The FED3 uses a fixed-frequency (4kHz) buzzer module: https://www.digikey.com/en/products/detail/tdk-corporation/PS1240P02BT/935924. Therefore, it can't act as a general purpose speaker. White noise is very specific waveform requiring a speaker to cover the audible spectrum. Future versions of FED might look into using a real speaker with a proper audio amp for this type of thing. You might think about hijacking the BNC output and using an external module if you are willing to dive into it. Others may have other clever solutions!
--
You received this message because you are subscribed to the Google Groups "FEDforum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fedforum+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/fedforum/99b7b984-71f3-4f91-969e-ddd1eb3d4970n%40googlegroups.com.