Skip to content

MoCoMakers/esp-fipsy

 
 

Repository files navigation

Fipsy FPGA Programmer for ESP32

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:

  1. Visit the documentation for the ESP32 programmer on https://www.fipsyfpga.com
  2. Program the ESP32 as a programmer using the TcpFipsyLoader. This file demonstrates how to use this library.
  3. 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

Acknowledgements

We would like to thank Junxiao (Sunny) Shi - yoursunny.com for significant contributions to the ESP32 programmer!

About

Fipsy FPGA Programmer for ESP32

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 87.8%
  • Python 10.5%
  • Other 1.7%