myorbit / pynq-mods

Examples on how to modify or enhance PYNQ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PYNQ Mods

This repository contains examples on how to modify or enhance PYNQ.

  • microblaze_cutom_i2c_demo_ina219: A custom I2C master demo using MicroBlaze and evaluating the bytes transferred. This demo shows three different methods to return the length of bytes transferred to/from a I2C slave which is not incorporated with the standard PYNQ library.

  • slcan_demo: A demo showing how to provide SocketCAN with a SLCAN based interface type and automate it. This involves compiling the kernel module slcan on the PYNQ-Z1 board, bringing up a SLCAN interface using the Zubax Babel CAN-to-USB adapter and finally reading messages from the CAN bus.

About

Examples on how to modify or enhance PYNQ


Languages

Language:Jupyter Notebook 77.6%Language:Makefile 12.5%Language:C 6.7%Language:Python 2.6%Language:Shell 0.5%