Tag Archives: Python

1. Table of Contents¶

In this tutorial, VHDL is used to implement various designs on FPGA board. All the designs are tested on the FPGA boards. NIOS II processor is also used for designs. In this tutorial, Verilog is used to implement various designs on FPGA board. All the designs are tested on the FPGA boards.

from Pocket
via Did you enjoy this article? Then read the full version from the author’s website.

Programming FTDI devices in Python

FTDI chips are frequently used as USB-to-serial adaptors, but the newer devices have the ability to drive more complex protocols such as SPI and I2C. The following posts demonstrate a step-by-step approach to driving the FTDI chips from Python, to learn about their functionality.

from Pocket
via Did you enjoy this article? Then read the full version from the author’s website.