-
Notifications
You must be signed in to change notification settings - Fork 3
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
My experience building the digital pipette with a Pico W #2
Comments
Thank you for your comments.
Thank you for the suggestion. I omitted the connection from the diagram for simplicity, but I will think about how to show it in the diagram.
You can use different screws if it fits better.
I will update this.
The design is open, so you are welcome to improve the design or open a pull request.
I found no problem before, but it is not working well now. I guess something has changed video streaming on GitHub.
Taping is a working solution. I also did it. I considered another design that tightens the syringe with a screw, but it requires a long screw which may not be widely available, so I didn't adopt that design.
You can use a voltage regulator like 7805. Although it worked when I tested it last time, I recommend separating the power supply for stability. The noise from the motor may affect the power supply to the microcontroller.
I don't have a problem with full retraction and extension, but you can limit the range if you have any problems. |
Great, thanks Naruki! |
An AC Training Lab summer student wanted to work on cleaning up some of the electronics and has started. We'll be documenting progress at https://accelerated-discovery.org/t/improvements-to-the-digital-pipette/236. It would be great to get some visibility on any modifications (in-progress or planned) to the Digital Pipette from the Aspuru-Guzik group. |
Overall, it was pretty smooth. I'll first note that I was provided the 3D printed parts directly. Also, I ended up writing my own MicroPython code to use it with a Pico W, and consequently I haven't tested out the Arduino code. Here is a basic script:
Note the 1.0 ms is fully retracted, and 2.0 ms is fully extended. This was based on the LR16-R datasheet.
Some comments:
The text was updated successfully, but these errors were encountered: