tty2rgbmatrix
- hellbent
- Posts: 58
- Joined: Tue Nov 09, 2021 9:19 pm
- Has thanked: 22 times
- Been thanked: 74 times
- Contact:
Re: tty2rgbmatrix
awesome! glad what i've made isn't totally UN-reproduceable! i have CAD for a desktop frame that i will upload to the github. i haven't had a chance to test print it yet but i will put both the fusion files and the STL so if anyone wants to try it out then please have at it!
edit: i have uploaded my CAD and the 3MF files for the parts to the github. this frame assumes you have a sheet of 3mm thick LED diffusing acrylic cut to the correct dimensions (326mm x 86mm) to sit just in front of the matrices. see the CAD for details.
https://github.com/h3llb3nt/tty2rgbmatr ... ktop_frame
edit: i have uploaded my CAD and the 3MF files for the parts to the github. this frame assumes you have a sheet of 3mm thick LED diffusing acrylic cut to the correct dimensions (326mm x 86mm) to sit just in front of the matrices. see the CAD for details.
https://github.com/h3llb3nt/tty2rgbmatr ... ktop_frame
@h3llb3nt.bsky.social
Re: tty2rgbmatrix
Thanks for the great project! I recently built one as well. I wanted my display a bit away from the actual MiSTer so I wrote a version that sends the GIF over HTTP.
https://github.com/kconger/MiSTer_web2rgbmatrix
https://github.com/kconger/MiSTer_web2rgbmatrix
- hellbent
- Posts: 58
- Joined: Tue Nov 09, 2021 9:19 pm
- Has thanked: 22 times
- Been thanked: 74 times
- Contact:
Re: tty2rgbmatrix
holy crap that rules! i will have to try your setup out!kconger wrote: ↑Tue Aug 16, 2022 3:09 pm Thanks for the great project! I recently built one as well. I wanted my display a bit away from the actual MiSTer so I wrote a version that sends the GIF over HTTP.
https://github.com/kconger/MiSTer_web2rgbmatrix
@h3llb3nt.bsky.social
Re: tty2rgbmatrix
Finished my build with SD Card support. The DE10-Nano original power supply and SD Card worked perfectly for the build.
You do not have the required permissions to view the files attached to this post.
-
- Top Contributor
- Posts: 433
- Joined: Fri May 29, 2020 8:50 am
- Has thanked: 86 times
- Been thanked: 120 times
Re: tty2rgbmatrix
This looks fab! I couldn't compile one of your previous builds (admittedly I didn't try very hard to resolve the issue) but I'll defo give it another shot now. This is incredible thanks!
-
- Top Contributor
- Posts: 433
- Joined: Fri May 29, 2020 8:50 am
- Has thanked: 86 times
- Been thanked: 120 times
Re: tty2rgbmatrix
Got it to compile, was missing some libraries not mentioned in your readme and LED_BUILTIN wasn't defined for my particular dev module so just defined the pin manually. I'm getting communication on the serial monitor so presumably it's ready to rock.
By some stroke of luck the plexiglass I'm intending to mount this on appeared today so when I can get at the cabinet with the MiSTer I'll give that a shot. Might have to wait until after the weekend but I'll get some images.
By some stroke of luck the plexiglass I'm intending to mount this on appeared today so when I can get at the cabinet with the MiSTer I'll give that a shot. Might have to wait until after the weekend but I'll get some images.
- venice
- Top Contributor
- Posts: 788
- Joined: Tue Jun 16, 2020 9:29 am
- Location: Germany
- Has thanked: 278 times
- Been thanked: 278 times
-
- Top Contributor
- Posts: 937
- Joined: Mon Mar 01, 2021 3:10 pm
- Has thanked: 49 times
- Been thanked: 374 times
Re: tty2rgbmatrix
Could Someone show the wiring on the back of the panels. I have an ESP32 Matrix Shield (Mini 32) bur cant work out what to connect to what. The Circuit board connects directly to the left most Input, but then covers the power supply and do I need to loop back to the shield ?
Thanks
Thanks
-
- Top Contributor
- Posts: 433
- Joined: Fri May 29, 2020 8:50 am
- Has thanked: 86 times
- Been thanked: 120 times
Re: tty2rgbmatrix
Hopefully this is helpful.FPGA64 wrote: ↑Thu Aug 25, 2022 3:25 pm Could Someone show the wiring on the back of the panels. I have an ESP32 Matrix Shield (Mini 32) bur cant work out what to connect to what. The Circuit board connects directly to the left most Input, but then covers the power supply and do I need to loop back to the shield ?
Thanks
You do not have the required permissions to view the files attached to this post.
Re: tty2rgbmatrix
You need to wire up a barrel jack to the 5V red/black screw terminals.FPGA64 wrote: ↑Thu Aug 25, 2022 3:25 pm Could Someone show the wiring on the back of the panels. I have an ESP32 Matrix Shield (Mini 32) bur cant work out what to connect to what. The Circuit board connects directly to the left most Input, but then covers the power supply and do I need to loop back to the shield ?
Thanks
Re: tty2rgbmatrix
Hello, could someone tell me what option I need to choose here? I'm trying to flash my module, an ESP32 Trinity, but in MISTer it doesn't give me that option.
You do not have the required permissions to view the files attached to this post.
- venice
- Top Contributor
- Posts: 788
- Joined: Tue Jun 16, 2020 9:29 am
- Location: Germany
- Has thanked: 278 times
- Been thanked: 278 times
Re: tty2rgbmatrix
That‘s the update for the tty2oled firmware.
Cancel this and disable the option in the ini file.
Howto is given on matrix github page.
Cancel this and disable the option in the ini file.
Howto is given on matrix github page.
Re: tty2rgbmatrix
The Matrix Github tells me to follow the instructions to configure the tty2oled as the first step. I'm honestly confused
You do not have the required permissions to view the files attached to this post.
- venice
- Top Contributor
- Posts: 788
- Joined: Tue Jun 16, 2020 9:29 am
- Location: Germany
- Has thanked: 278 times
- Been thanked: 278 times
Re: tty2rgbmatrix
Ok.
at least you should add
SCRIPT_UPDATE="no"
TTY2OLED_UPDATE="no"
to your user ini file to disable the tty2oled fw updater.
Or simply don‘t run the tty2oled updater script, there is no need for.
This should added to the matrix setup howto.
at least you should add
SCRIPT_UPDATE="no"
TTY2OLED_UPDATE="no"
to your user ini file to disable the tty2oled fw updater.
Or simply don‘t run the tty2oled updater script, there is no need for.
This should added to the matrix setup howto.
Re: tty2rgbmatrix
Damn! I already flashed the ESP32 by mistake with the first TTGO/DTI option, is there a problem with this?
- venice
- Top Contributor
- Posts: 788
- Joined: Tue Jun 16, 2020 9:29 am
- Location: Germany
- Has thanked: 278 times
- Been thanked: 278 times
Re: tty2rgbmatrix
Just flash your system with the correct firmware.
You know how to use the Arduino IDE?
You know how to use the Arduino IDE?
Re: tty2rgbmatrix
Frankly this is the first time I've used it ahaha, added to that my English sucks, but I'm already adding the ESP32 board to Aruino IDE. I hope I don't get lost in the next steps.
- venice
- Top Contributor
- Posts: 788
- Joined: Tue Jun 16, 2020 9:29 am
- Location: Germany
- Has thanked: 278 times
- Been thanked: 278 times
Re: tty2rgbmatrix
Use google for HowTo your Arduino Setup and the tty2oled Wiki as well.
https://github.com/venice1200/MiSTer_tt ... Windows%29
https://github.com/venice1200/MiSTer_tt ... Windows%29
- hellbent
- Posts: 58
- Joined: Tue Nov 09, 2021 9:19 pm
- Has thanked: 22 times
- Been thanked: 74 times
- Contact:
Re: tty2rgbmatrix
Sorry! that's my bad. i should have been more specific about those instructions. i will try to clarify them:
the portion that goes on the MiSTer is venice's project. you use the tty2oled script/install to setup tty2oled so your MiSTer will send what core is being used via usb/serial to your microcontroller. but you don't use the tty2oled firmware. you use the tty2rgbmatrix.ino file on my github which reads the core and shows the correct image.
@h3llb3nt.bsky.social
- hellbent
- Posts: 58
- Joined: Tue Nov 09, 2021 9:19 pm
- Has thanked: 22 times
- Been thanked: 74 times
- Contact:
- venice
- Top Contributor
- Posts: 788
- Joined: Tue Jun 16, 2020 9:29 am
- Location: Germany
- Has thanked: 278 times
- Been thanked: 278 times
Re: tty2rgbmatrix
Could you please share how to connect the SD Reader to the ESP Board.
//Edit
In think I got it.
Do you use the Accelerometer Port of the Trinity?
Re: tty2rgbmatrix
I'm out of town at the moment but I think my code has comments or defines named after the pins. I am using the accelerometer pins on the Trinity.
- hellbent
- Posts: 58
- Joined: Tue Nov 09, 2021 9:19 pm
- Has thanked: 22 times
- Been thanked: 74 times
- Contact:
Re: tty2rgbmatrix
on a trinity board there's a break out for pins 2, 34*, 33, 32, SDA, SCL, GND and 3v3. that's where my intention was to put an SDcard reader i picked up from adafruit -> https://www.adafruit.com/product/254
@h3llb3nt.bsky.social
Re: tty2rgbmatrix
I pushed an update to my project, I now have all the features I wanted for myself implemented.kconger wrote: ↑Tue Aug 16, 2022 3:09 pm Thanks for the great project! I recently built one as well. I wanted my display a bit away from the actual MiSTer so I wrote a version that sends the GIF over HTTP.
https://github.com/kconger/MiSTer_web2rgbmatrix
Changes include:
Arduino: Added OTA updates
Arduino: Styled HTML
Linux: Service now checks returned HTTP code
Linux: Request MENU.gif when Core.gif is not found on matrix SD
Docs: Photo of wiring
- hellbent
- Posts: 58
- Joined: Tue Nov 09, 2021 9:19 pm
- Has thanked: 22 times
- Been thanked: 74 times
- Contact:
Re: tty2rgbmatrix
been a really busy last few weeks. these are taking me too long to do.
You do not have the required permissions to view the files attached to this post.
@h3llb3nt.bsky.social
- belgarcat
- Posts: 26
- Joined: Sun May 24, 2020 9:39 pm
- Location: Catalonia
- Has thanked: 6 times
- Been thanked: 11 times
Re: tty2rgbmatrix
Thanks for this project!
I'm building this for my bartop, but the problem that I'm having is that for some reason the gifs are not displaying. All I get is the string "CMDCOR,name of the core,-1" in the leds for a moment when I start a core and then I get the text MiSTer FPGA.
I've uploaded the gifs to the ESP32 without problems inside a 'gifs' folder.
I've still not received the trinity board so I'm using a ESP32_DevKitc_V4 I had laying around. I've used the wiring from the HUB75 RGB LED matrix library.
I'm building this for my bartop, but the problem that I'm having is that for some reason the gifs are not displaying. All I get is the string "CMDCOR,name of the core,-1" in the leds for a moment when I start a core and then I get the text MiSTer FPGA.
I've uploaded the gifs to the ESP32 without problems inside a 'gifs' folder.
I've still not received the trinity board so I'm using a ESP32_DevKitc_V4 I had laying around. I've used the wiring from the HUB75 RGB LED matrix library.