icebreaker-fpga / icebreaker

Small and low cost FPGA educational and development board
549 stars 74 forks source link

Need to document the user hacks. #36

Open kbob opened 4 years ago

kbob commented 4 years ago

It would be good to add a section on hardware hacking. Here's what I know of.

The WS2812 ear requires two 10K resistors in 0603 packages and a BSS138 MOSFET in SOT23 package. And a header.

The RGB LED pad fits a Cree CLX6F LED.

You can piggyback a QSPI RAM chip onto the flash chip and bring the CS pin out to the nearby pad. The suggested part is Lyontek LY68L6400. It is available from lcsc.com. The datasheet is here. http://esp32.de/lyontek/pSRAM/LY68L6400_0.3.pdf

esden commented 4 years ago

Thanks, the pull-up value for the WS2812 ear should probably be 1K as described in #37 :)

smunaut commented 4 years ago

Maybe create a wiki page here and then add a link to it in the readme ?