Free and open-source automated 3-D microscope


Michigan Tech's Open Sustainability Technology Lab.

Wanted: Students to make a distributed future with solar-powered open-source 3-D printing and recycling.
Contact Dr. Joshua Pearce - Apply here

MOST: Projects & Publications, Methods, Lit. reviews, People, Sponsors, News
Updates: Twitter, Instagram, YouTube



Pearce Publications: Energy Conservation Energy Policy Industrial SymbiosisLife Cycle Analysis Materials Science Open Source Photovoltaic Systems Solar CellsSustainable Development Sustainability Education



Source

Abstract

Open-source technology not only has facilitated the expansion of the greater research community, but by lowering costs it has encouraged innovation and customizable design. The field of automated microscopy has continued to be a challenge in accessibility due the expense and inflexible, noninterchangeable stages. This paper presents a low-cost, open-source microscope 3-D stage. A RepRap 3-D printer was converted to an optical microscope equipped with a customized, 3-D printed holder for a USB microscope. Precision measurements were determined to have an average error of 10 μm at the maximum speed and 27 μm at the minimum recorded speed. Accuracy tests yielded an error of 0.15%. The machine is a true 3-D stage and thus able to operate with USB microscopes or conventional desktop microscopes. It is larger than all commercial alternatives, and is thus capable of high-depth images over unprecedented areas and complex geometries. The repeatability is below 2-D microscope stages, but testing shows that it is adequate for the majority of scientific applications. The open-source microscope stage costs less than 3–9% of the closest proprietary commercial stages. This extreme affordability vastly improves accessibility for 3-D microscopy throughout the world.

Lay description

The concept of open-source technology stems from the developmental model of accessibility and ease of use, enabling an environment of continual improvement and open communication. This approach has the potential to dramatically change many fields of study including that of microscope use in research settings. Automated microscopy is often a challenging and inaccessible field due to the cost and noninterchangeable stages, the flat plate on which samples are placed for analysis. This paper presents a low-cost, open-source microscope 3-D stage. A RepRap 3-D printer was converted to an optical microscope equipped with a customized, 3-D printed holder for a USB microscope. Precision measurements were determined to have an average error of 10μ at the maximum speed and 27μ at the minimum recorded speed. Accuracy tests yielded an error of 0.15%. The machine is a true 3-D stage and thus able to operate with USB microscopes or conventional desktop microscopes. Because it is larger than all current commercial alternative systems, it is capable of high depth images over unprecedented areas and complex geometries. The repeatability is below 2-D microscope stages, but testing shows that it is adequate for the majority of scientific applications. The open-source microscope stage costs less than 3% to 9% of the closest proprietary commercial stages. This extreme affordability vastly improves accessibility for 3-D microscopy throughout the world.

How to Use the OS 3-D Microscope
<iframe title='Play video' src='//www.youtube.com/embed/9H4uDJWrOIg?enablejsapi=1&rel=0' width='640' height='360' frameborder='0' allowfullscreen='true'></iframe>

Code for quick picture using Franklin

By Bas

 #!/usr/bin/python3 
import websocketd
p = websocketd.RPC('host.with.franklin:8000', tls = False)
for y in range(10):
       for x in range(10):
               p.line_cb((x, y))
               # Insert code for taking a picture here.

See also

This article is issued from Appropedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.