esp-fipsy library allows programming a Fipsy FPGA breakout board from an ESP32 microcontroller.
This library can be used in the Arduino IDE.
When using this project directly:
- Visit the documentation for the ESP32 programmer on https://www.fipsyfpga.com
- Program the ESP32 as a programmer using the TcpFipsyLoader. This file demonstrates how to use this library.
- Once you have the IP address for the ESP32 use the sendJed.py file to program the device. For example:
python sendJed.py --file "C:\Users\myuser\Projects\Fipsy-FPGA-edu\Examples\FipsyV2 - XO2-1200\1. Blinky\project_files\Implementation\FipsyBaseline_Implementation.jed" 192.168.1.194
For more information please see: FipsyFPGA.com
We would like to thank Junxiao (Sunny) Shi - yoursunny.com for significant contributions to the ESP32 programmer!