Difference between revisions of "ColorLight I5"

From Stm32World Wiki
Jump to navigation Jump to search
 
(21 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:FPGA]]
+
[[Category:FPGA]][[Category:Work in progress]]
 +
[[File:ColorLight I5 top.jpg|300px|thumb|ColorLight I5 module]]
 
== ColorLight I5 Module ==
 
== ColorLight I5 Module ==
  
To be added
+
The ColorLight I5 module is designed and sold to drive LED displays.  As such they make a '''lot''' of them and get the [[FPGA]] cheaper than they are commonly available.
 +
 
 +
=== Features ===
 +
 
 +
* ECP5 LFE5U-25F FPGA
 +
* 24000 LUTs
 +
* 56 sysMEM block RAMs of 16kb each
  
 
== Extension Board ==
 
== Extension Board ==
Line 8: Line 15:
 
=== Extension Board Pinout ===
 
=== Extension Board Pinout ===
  
<span class="plainlinks">[{{fullurl:MediaWiki}} https://tomverbeure.github.io/assets/colorlight_i5/colorlight_i5_ext_board_pin_mapping.svg]</span>
+
Courtesy of Tom Verbeure's excellent post:
 +
 
 +
<div class="res-img">
 +
<img src="https://tomverbeure.github.io/assets/colorlight_i5/colorlight_i5_ext_board_pin_mapping.svg"/>
 +
</div>
 +
 
 +
== Button and LED Board ==
 +
[[File:IO Button and LED - top view.jpg|300px|thumb]]
 +
The [[#Extension Board|Extension Board]] has got a number of I/O's neatly arranged together in groups of 8, each group with it's own 3.3V power and GND.  To be able to add input buttons and output LED's, I created a small I/O board for this purpose.
 +
 
 +
[[File:IO Button LED schematics.png|500px]]
 +
 
 +
In order not to put a load on the I/O pin, the LEDs are driven by a MOSFET.
 +
 
 +
When a I/O port is running as an input (need a pull down) the LED will light up when the button is pressed.
 +
 
 +
== Gallery ==
 +
 
 +
<gallery>
 +
File:Extension board w. module.jpg
 +
File:Extension Board without module.jpg
 +
File:ColorLight I5 top.jpg
 +
File:ColorLight I5 bot.jpg
 +
</gallery>
 +
 
 +
== Miscellaneous Links ==
 +
 
 +
* [https://tomverbeure.github.io/2021/01/22/The-Colorlight-i5-as-FPGA-development-board.html Tom Verbeure's excellent "Getting Started" post]
 +
* [https://github.com/wuxx/Colorlight-FPGA-Projects ColorLight I5 and Extension board pin use]
 +
* [https://github.com/danderson/ulxs/blob/main/lpf.md Documentation of lpf files]
 +
* [https://stm32world.com/images/9/9f/LFE5U-25F-8BG381C.pdf ECP5 and ECP5-5G Family Datasheet]
 +
* [https://stm32world.com/images/2/29/FPGA-TN-02032-1-3-ECP5-ECP5G-sysIO-Usage-Guide.pdf ECP5 and ECP5-5G sys I/O Usage Guide]

Latest revision as of 03:08, 25 November 2022

ColorLight I5 module

ColorLight I5 Module

The ColorLight I5 module is designed and sold to drive LED displays. As such they make a lot of them and get the FPGA cheaper than they are commonly available.

Features

  • ECP5 LFE5U-25F FPGA
  • 24000 LUTs
  • 56 sysMEM block RAMs of 16kb each

Extension Board

Extension Board Pinout

Courtesy of Tom Verbeure's excellent post:

Button and LED Board

IO Button and LED - top view.jpg

The Extension Board has got a number of I/O's neatly arranged together in groups of 8, each group with it's own 3.3V power and GND. To be able to add input buttons and output LED's, I created a small I/O board for this purpose.

IO Button LED schematics.png

In order not to put a load on the I/O pin, the LEDs are driven by a MOSFET.

When a I/O port is running as an input (need a pull down) the LED will light up when the button is pressed.

Gallery

Miscellaneous Links