# N95-sanitize A quick project to adapt a PCB-reflow oven to sanitize n95 masks. 70C for 30 minutes. The bulk of the code was taken from [rocketscream](https://github.com/rocketscream/Reflow-Oven-Controller), and reduced/adapted until it fit this simplified use case. ## Attribution Libraries used: * Max6675 Library: [zhenek-kreker/MAX6675](https://github.com/zhenek-kreker/MAX6675) * Display libaray: [olikraus/U8g2_Arduino](https://github.com/olikraus/U8g2_Arduino) * PID library: [br3ttb/Arduino-PID-Library](https://github.com/br3ttb/Arduino-PID-Library) ## Schematic coming soon, board pictures below ![front](board/front.jpg) ![back + wiring](board/back.jpg) ![interface](board/active.jpg)