Content for Digilent PYNQ-Z1

Digilent PYNQ-Z1

The PYNQ-Z1 board is designed to be used with PYNQ, a new open-source framework that enables embedded programmers to exploit the capabilities of Xilinx Zynq All Programmable SoCs (APSoCs) without having to design programmable logic circuits. Instead the APSoC is programmed using Python, with the code developed and tested directly on the PYNQ-Z1. The programmable logic circuits are imported as hardware libraries and programmed through their APIs in essentially the same way that the software libraries are imported and programmed.

PYNQ RobotArm

“PYNQ rocks! Using widgets and AsyncIO we can control complex hardware very easily. Let’s use a robot arm to demonstrate. Why PYNQ? One of the first projects we did here on Hackster was to create a bare metal robot …