3dmicroscopeup.png
FA info icon.svg Angle down icon.svg Source data
Type Paper
Cite as Citation reference for the source document. Wijnen, B., Petersen, E. E., Hunt, E. J. and Pearce, J. M. (2016), Free and open-source automated 3-D microscope. Journal of Microscopy 264(2), 238-246. doi:10.1111/jmi.12433 free open access
FA info icon.svg Angle down icon.svg Device data
Design files https://osf.io/v2pwa/ Design information
BOM
etc
Software Franklin
Hardware license CERN-OHL-S
Certifications Start OSHWA certification

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[edit | edit source]

3dmicroscope.png

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.

mqdefault.jpgYouTube_icon.svg
How to Use the OS 3-D Microscope

Code for quick picture using Franklin[edit | edit source]

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[edit | edit source]

FA info icon.svg Angle down icon.svg Page data
Keywords osat, microscope, 3d printing, 3d printer, open source hardware
SDG SDG09 Industry innovation and infrastructure
Authors Joshua M. Pearce
License CC-BY-SA-3.0
Organizations MTU, MOST
Derivative of Delta Build Overview:MOST
Language English (en)
Translations Chinese, French, Russian
Related 3 subpages, 31 pages link here
Impact 3,841 page views
Created September 1, 2016 by Joshua M. Pearce
Modified January 29, 2024 by Felipe Schenone
Cookies help us deliver our services. By using our services, you agree to our use of cookies.