Peripheral Boards

The Peripheral Boards which are designed by myself will be listed in this page. Pmod-Compatible Modules (Designed for Xilinx ZedBoard, Altera DE2-70, etc.) Application Notes Altera DE2-70 FPGA Development Board to Pmod Converter Schematics AD5623 & AD7274 Module (ADC/DAC)     Schematics ADXL345 & HMC5883 Module (3-axis accelerometer & 3-Axis Digital Compass) Schematics MAX3232 Module     Schematics PGA112

Peripheral Boards Read More »

Accessing serial port via CGI script

Prerequisites: Part 3: Using Serial Port on Universal Expansion Board Python CGI script with lighttpd (Root privileges are required) 1. Install pyserial on RaspberryPi a. Download pyserial-2.5.tar.gz (106.3 kB) b. unzipping and untaring gunzip pyserial-2.5.tar.gz tar -xvf pyserial-2.5.tar c. Install pySerial cd pyserial-2.5 sudo python setup.py install 2.Testing Saving following python CGI scripts to your

Accessing serial port via CGI script Read More »

Part 3: Using Serial Port on Universal Expansion Board

Prerequisites: Part 1: Using Serial Port on Universal Expansion Board RaspberryPi Universal Expansion Board Raspberry Pi Using Serial Port with the Raspberry Pi – Connecting Raspberry Pi’s Serial Port with the onboard STM32 MCU At first, we need to attach the Raspberry Pi to the Universal Expansion Board. CPLD Configuration This part is pretty easy

Part 3: Using Serial Port on Universal Expansion Board Read More »