-
Notifications
You must be signed in to change notification settings - Fork 111
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
Arduino realize 4 analogue output with TLV56X8 #502
Comments
The channels of the four-channel DAC output signals are realized by CS1 and CS2, while in the recommended TLV5618, there is only one CS channel, and the channels are switched by the high and low voltages of this pin. So it seems that we only need to add in the Arduino script the switching of the channels by the level of CS1 and CS2, the original CS channel is connected to pin 5 of the Arduino, and now with four channels we can add CS2 to pin 6. Then we should need to add two DAC channels in the Arduino driver of the micromanager, and I can see that it can be easily done in the Arduino driver. I see in micromanager there is a dll file for arduino which should be the driver, but I don't have the knowledge and experience, is it easy to accomplish this? Translated with DeepL.com (free version) |
That looks like a very nice board. Regretfully, I do not see it for sale in the US, and also can not find more documentation about it. It does look like you need at least one extra digital pin to control that board. This will need some modifications to the Arduino firmware code and likely also (modest) changes to the Micro-Manager Arduino device adapter. Let us know how you progress! |
I am afraid that only people with access to that board can do this. Where did you get it from? |
Thank you for your help. I solved the problem by adding two DAC3 and DAC4 to the arduino adapter in the downloaded source code. basically just add the positions of the corresponding DAC1 and DAC2. Then follow the instructions in “https://micro-manager.org/Building_MM_on_Windows”to compile the dll files and replace them in the corresponding version of micromanager. I don't know why, but the dll file I compiled is much bigger than the original one. Then I added the channel response to the arduino script, and now I can use the arduino and the 4-channel DAC module in micromanager.Even an 8-channel DAC module can be added later. |
Hello, I noticed that arduin can be combined with TLV5618 to achieve two channels of analog output, but this is usually not enough. I found a TLV56X8 DAC module which supports outputting 4 analog outputs. Can I ask if this firmware can be supported with certain modifications to work with this module. Below is the circuit diagram of the TLV56X8, if this is possible this will fully utilize the capabilities of the arduino and be easy to use for researchers, thanks for being able to read this question.
The text was updated successfully, but these errors were encountered: