-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Optomotor module - How to increase the light intensity and pulse frequency #141
Comments
Your problem is similar to the one I faced, where I needed to provide more intensity (amperes) to the motors so they would reliable SD our flies. The solution I am trying and seems to totally solve the issue is using the new PCB @ggilestro has designed and posted for everyone here https://www.notion.so/Electronics-for-the-Ethoscope-modules-f39aebfe56b149d2bd828283ab43c538. The key lies in the usage of Darlington arrays, which can provide up to 500 mA, as opposed to the previous TLC5947 board we were using, which delivers up to 35mA. So you may want to change to this circuit and maybe get high power LEDs that can make use of this extra energy. Regarding the frequency, I think that's given by Arduino, and I don't know what's the lowest |
Dear @ThHoler - sorry for replying only now. This request escaped my attention. I agree with @antortjim your problem is likely to be linked to the fact that you need more current to drive your LED. Difficult to say without knowing which LED you're using. You may want to check the datasheet of your LED for expected power. CRE LEDs are more powerful than regular LEDs. Once you have the appropriate current feed there is no limitation on what you can do with that hardware but depending on what you need to do you may have to amend the arduino code. |
@antortjim @ggilestro thank you for your comments. Regarding the LEDs, we are currently using these : https://fr.rs-online.com/web/p/led/9047367 As for the frequency, we solved the issue by bypassing the rPi control on the module and making it so that the Arduino board itself directly controls the LEDs. We are currently using 10 Hz with 50ms pulse width. ethoscope/src/ethoscope/stimulators/sleep_depriver_stimulators.py Lines 347 to 397 in 0521648
|
You seem to be having two intercalating issues here. First of all, you would have to determine whether the LED you are using can potentially give you enough power to excite the flies. Are you using fiberoptics to bring the light directly inside the tube as we did in our PLoS Biology paper? If not, you should. These are the LEDs we used in our paper. Regarding the piloting, the actual frequency should be driven by the arduino. The rPI can only instruct the Arduino on which frequency it should be using. Finally: make sure your LEDs are NOT powered by the rPI USB port. The rPI USB can provide 250mA of current only and that is ok only for non-overlapping activation of LEDs. |
Any news on this? Do you want to share an update? I believe other people may benefit. |
Hello,
We are using your ethoscope and optomotor module for optogenetics experiments, trying to trigger a Chrimson channel by pulsing 620nm LEDs.
However our first tests didn't show the expected results. There doesn't appear to be any difference in behavior between our control groups and our experimental groups.
Looking at the literature, it appears other teams achieved proper Chrimson activation with a similar wavelength, but much higher light intensity : we measured between 6 and 9 W/m2 at the end of the optic fibers, while we could mostly find values of at least 50 W/m2 in the literature. According to Klapoetke, Murata, Kim et al. "Independent optical excitation of distinct neural populations" (2014), who first described Chrimson, an intensity of at least 15W/m2 seems to be necessary to activate the channel.
As a result, we assume the intensity currently being delivered to our flies is too low to activate the channel. Is it possible to increase the light intensity emitted by the LEDs, and if yes, how should we proceed ?
We also would like to deliver shorter, more frequent pulses. At the moment, our interval parameter is set at 1s and our pulse duration at 700ms. We can't set the interval lower, and while we could go down to 500ms pulse duration, from our testing, it seems the pulses start being very unstable and become unsynchronized quickly. Is it possible to achieve lower pulse duration with higher frequency or is it limited by the hardware ?
The text was updated successfully, but these errors were encountered: