An open sourced Polaroid SX-70 core board
This is an open sourced Polaroid SX-70 instant camera core board with the Raspberry Pi RP2040 as the MCU. The aim of this project is to provide a fully resource accessible and hobbyist friendly replacement core board. It offers more extensibility and hacking ideas while implementing all the features of the original camera.
The structure of the repository:
-
The bom folder contains an html-based interactive bill of material. You can use it to find the component types and locations
-
The code folder holds the program files necessary to run the core board. The programs are implemented in two separate programming languages:
- Micropython: Similar syntax to python, easy to modify and testing.
- Rust (TODO): Ultimate performance with zero runtime loss.
-
The gerber folder stores the PCB files necessary for factory production.
-
The schematic folder holds a PDF file which illustrating the circuit principles.
TODO
Remander: Special tools are required to replace the original core board, please read the Disassembly Guide first.
Please select a dual copper layer PCB with a thickness of 0.8 mm or less for fabrication.
TODO
TODO
@Yitong Sun - a PhD candidate in the Computer Science Research Centre at the Royal College of Art.
Any distribution or modification based on this project should be clearly attributed to the source. GPL 3.0 © Yitong Sun