https://github.com/atoomnetmarc/fds-185
Surtronic FDS-185 LED Matrix playground
https://github.com/atoomnetmarc/fds-185
atmega328p atmel-studio led-matrix-displays
Last synced: 3 months ago
JSON representation
Surtronic FDS-185 LED Matrix playground
- Host: GitHub
- URL: https://github.com/atoomnetmarc/fds-185
- Owner: atoomnetmarc
- License: apache-2.0
- Created: 2023-04-12T18:38:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-23T14:09:27.000Z (over 1 year ago)
- Last Synced: 2025-02-03T20:49:57.320Z (5 months ago)
- Topics: atmega328p, atmel-studio, led-matrix-displays
- Language: C
- Homepage:
- Size: 1.78 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Hi there!
# ESP32-S2 mini

Experiment if the [ESP32-S2](ESP32-S2/) will drive the FDS-185 LED matrix. It does, but there is some jitter. Not happy yet with that result.
For now its good enough™

# Atmega328p
In [this directory](Atmega328p/) you can find some test code to drive the FDS-185 LED matrix that was made by Surtronic BV. I bought some panels second hand from [Baco Army Goods](https://www.baco-army-goods.nl/).
You can find the schematic PDF of a similar LED matrix (the FDS-184) here: https://www.circuitsonline.net/forum/view/message/1487359#1487359
The difference for the FDS-185 is that it contains more shift registers (30 instead of 24).You must desolder the Lattice PLD and solder some wires to the chip U1 for the SPI signals and U3+U6 for the row select signals.
The code was made in Atmel Studio 6.1 and works on a ATMEGA328P and displays some patterns.
[](https://opensource.org/licenses/Apache-2.0)