We have upgraded the community system as part of the upgrade a password reset is required for all users before login in.

16x32 led display



  • I would like to make a 16x32 or larger led display board to put in a shop window and have it say open or closed and perhaps show store hours that I could control with my pc or phone and add timers to it. I'm wondering if anyone can or has designed it with the omega or omega 2 ?
    I would use something like this http://www.dhgate.com/product/led-rgb-64-32-pixels-indoor-full-color-full/375024076.html#s1-14-7b;searl|1071565168
    but I need to know what else I would need besides the power supply can anyone offer advice ?



  • I did a project similar to what you are talking about. I used a 16x32 RGB LED matrix that has a hub75 interface (hub75 refers to the pinout and signals that drive the display). I did not use an Omega2, I used a Linkit Smart 7688 Duo. The Omega2 and the Linkit Smart 7688 Duo are both based on the MT7688. The Linkit Smart 7688 Duo also has an Arduino Leonardo on the same board. I used the Arduino Leonardo to drive the display and the MT7688 to handle the WiFi and to send messages to the display.

    You will need 3.3V to 5V level shifters. The display is 5V and the Omega2 is 3.3V. The display requires 12 GPIO for 16x32 and 13 GPIO for 32x64. Arduinos have enough RAM to handle a 16x32 display. For anything bigger you will need a controller with more RAM. The Omega2 does not have enough GPIO to drive the display directly.

    Adafruit sells a hub75 interface board that uses a Teensy 3.1 or 3.2 to drive the display. You could use one of those with the Omega2 as the WiFi link ( an expensive way to go). I designed a hub75 interface board for the project that I did. It uses a Linkit Smart 7688 Duo and has level shifters on the board.

    If you want more information, give me your email address and I can send you an eagle package to make your own boards, the Python code and Arduino Leonardo code that I wrote for my project and a pdf of the schematic.

    An experienced developer could easily make a hub75 interface board with a socket for an Omega2, level shifters and on on-board Arduino to drive the display. The board would be a mashup of the board I did and the Omega2 Arduino expansion board.



  • @James-Behrens
    Jeepers I posted this you answered a long time ago, I had put everything on the back burner. James I would really appreciate all the info you could give me. I have an omega, an omega 2+ and a raspberry pi and a pi 0w just trying to think which one I will use. I have 2 16x32 display boards from adafruit that I would like to send simple text messages to, via Wifi or my phone. And perhaps an occasional graphic. My email mikybear_at_icloud.com


Log in to reply
 

Looks like your connection to Community was lost, please wait while we try to reconnect.