(→Version 2.1 Considerations / Notes) |
|||
Line 14: | Line 14: | ||
+ | [[File:Axiom_micro.jpg | 1150px |]] | ||
Whilst AXIOM Beta was being showcased at Chaos Communication Congress 2017, two bright developers from Germany became interested in the camera and decided to lay the foundations for a less costly (specifically by using a low-end image sensor), entry-level platform for software development purposes.
"AXIOM Micro uses a Xilinx Zynq FPGA SoC but this has been implemented using low-cost components. Naturally, with a budget image sensor, and when compared with the Micro's inspiration (AXIOM Beta), overall image quality is greatly reduced, however, the camera isn't intended for film-making and photography, rather, for exploring and expanding on ideas and concepts related to software or hardware that could, ultimately, be implemented into AXIOM Beta Firmare etc." - vup & anuejn.
To reduce work, most parts of the AXIOM Beta's software should be used. Only the bitstream should be a custom development as this doesn't have to be up-streamed.
Planned changes/features for V3 hardware (currently in development):
The AXIOM Micro uses a similar mechanical concept as the AXIOM Beta - An of the shelf FPGA development board is stacked on top of custom boards. However, the AXIOM Micro only uses one board to handle the camera's power management, image sensor interfacing and for holding the plugin modules.
It also employs the same lens-mount mounting system as the Beta (E-Mount). This allows you to use the same lens mount adapter. Some lens-mounts need thick disks to be positioned between the lens-mount and a lens-mount adapter in order to achieve the correct flange distance. For example, the micro-four-thirds mount needs to be combined with the 5mm shim.
The current enclosure design for AXIOM Micro allows access to the PCB and mainly consists of cnc milled sheets of acrylic glass for the front and back side and spacers. It allows for mounting on two 15mm rig type rails.
CAD files can be downloaded here.
To develop the PCBs, simply clone this repository with:
git clone --recursive https://github.com/axiom-micro/mainboard
Then use Kicad to edit the schematics and PCB.
Warning: This Project uses submodules. When you clone without --recursive
Kicad won't find some libraries!
Currently there is a complete hardware redesign in progress called the AXIOM Micro R3, it's work in progress and there is no ETA. Another approach is to fix the issues and add minor modifications to the AXIOM Micro R2 and make it ready to be put in the hand of more people, this is currently called the AXIOM Micro R2.1. Below are notes and considerations for such fixes/additions: