This repository contains my DIY scanning electron microscope project.
My initial goal is to image samples using secondary electron emission and control the microscope from my computer.
I'm also documenting the process on YouTube here.
- Purchase vacuum equipment
- Edwards ADC MkII gauge controller
- Edwards WRG-S wide range pressure gauge
- Pfeiffer TC-600 turbomolecular pump controller
- Pfeiffer TMH 071 P turbomolecular pump
- Build a controller for the vacuum equipment
- Build an electron gun
- Build electrostatic or electromagnetic lenses
- Build an Everhart-Thornley detector
- ???
- Look at stuff
The repository structure is as follows:
case: 3D models of the controller case for 3D printing.common: A Rust crate containing code common tofirmwareandhost.electron-gun-simulation: A web-based simulation of an electron gun.electronics: KiCad files for the controller PCB.firmware: A Rust crate containing the Embassy-based firmware for the controller.host: A Rust crate containing code to interface with the controller from a host computer.
- The PCB detailed in the KiCad files including
- Raspberry Pi Debug Probe
- Raspberry Pi Pico 2
- UART-to-RS-232 converter
- UART-to-RS-485 converter
- Various headers and resistors
- The vacuum equipment mentioned above
See each directory's README.md for instructions.