About Pynquino¶
Pynquino is a project which aims to coordinate Arduino (open source hardware for makers) with PYNQ (Python-friendly FPGA platform by Xilinx).
Integrate PYNQ and Arduino¶
PYNQ platform by Xilinx enables software engineers to develop high performance applications using Python on FPGA, such as machine learning and image processing.
Although official PYNQ boards equip Arduino sockets, developers have to convert Arduino sketches to run the codes over MicroBlaze soft processor. We tried this porting process once, and found it very troublesome. We’d like to make it much easier, to fully release the potential of PYNQ in the embedded projects.
We hope this project would help developers to build applications on the PYNQ, with combining the existing assets of Arduino.
Demo¶
We are currently working for developing a demo project: integration of computer vision feature into RepRap based 3D printer.
We will describe detailed documents shortly.