Git Product home page Git Product logo

mister_web2rgbmatrix's Introduction

web2rgbmatrix

web2rgbmatrix is a wireless arcade marquee with a web based management UI and some other cool features.

matrix_on

Current Features

  • Matrix: Display animated or static GIFs from SD card or by HTTP POST
  • Matrix: Display text by request
  • Matrix: Screen Savers: Blank, Tetris Clock, Plasma, Starfield, and Toasters
  • Matrix: Configured for two 64x32 panels, the number and size of the panel can be adjusted near the top of the ino file.
  • Web: Display status of Wifi, SD Card, loaded GIF, settings and connected client
  • Web: Settings for Wifi, matrix text color, matrix brightness, screen saver, and client timeout
  • Web: SD Card File Browser with upload support
  • Web: OTA updates
  • Web: HTTP calls for scripting
  • FTP: FTP Server for SD card file management
  • Serial: MiSTer_tty2x service support, requires GIFs installed on rgbmatrix SD Card
  • Serial: Debug output
  • MiSTer FPGA/RetroPie: Linux service that displays an animated and/or static GIF logo of the current running core.
  • MiSTer FPGA/RetroPie: Text fallback for missing GIFs
  • MiSTer FPGA/RetroPie: Store GIFs on system, storing on the requesting system introduces a playback delay due to the transfer
  • MiSTer FPGA/RetroPie: Update Script

Requirements

Hardware

  • ESP32-Trinity or similar device
  • (2) 64x32 HUB75 compatible RGB matrix or matrices. ie.
  • SD Card module(optional) ie.
  • SD Card(optional), any size, the one that came with the DE10-Nano works great
  • 5V Power Supply, the one that came with the DE10-Nano works great

Software

Marquee Art

Documentation

Assembly

Install & Setup

Configuration

MiSTer Setup

RetroPie/Emulationstation Setup

API

Credits

Inspired by the tty2rgbmatrix and MiSTer_tty2oled projects.

Linux/MiSTer service code and update scripts from the MiSTer_tty2oled project with modifications.

Plasma animation code from here.

Starfield animation code from here

Tetris Clock code from here

Toast animation code from here

mister_web2rgbmatrix's People

Contributors

kconger avatar venice1200 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

mister_web2rgbmatrix's Issues

No settings page

Hello!
After flashing latest OTA update the Settings page is white
I also reflashed but nothing is displayed on Chrome and Firefox

Enhancement - Choose static or animated gifs and allow multiple web2rgbmatrix

Maybe i missed it in the documentation, is there a way to just choose just animated or just static gifs? Also is there a way to have more than one web2rgbmatrix attached to the mister and updated with different options? Currently I just deleted the animated gifs to force static, but that is not ideal.

It would be neat in my set up to have one web2rgbmatrix with the static gifs and another with animated (if available).

3D printed parts

You had to know someone was going to ask about the parts too, right? :)

Your demo display looks pretty awesome, so I would like to replicate it.

Unable to compile

I have erased Arduino IDE completely but I still get the following error when trying to compile...

In file included from c:\Users\craig\Documents\Arduino\libraries\FastLED\src/FastLED.h:67:0,
from C:\Users\craig\Downloads\MiSTer_web2rgbmatrix-master (1)\MiSTer_web2rgbmatrix-master\arduino\web2rgbmatrix\web2rgbmatrix.ino:26:
c:\Users\craig\Documents\Arduino\libraries\FastLED\src/fastspi.h:145:23: note: #pragma message: No hardware SPI pins defined. All SPI access will default to bitbanged output

pragma message "No hardware SPI pins defined. All SPI access will default to bitbanged output"

                   ^

In file included from C:\Users\craig\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.6\libraries\WiFi\src/WiFi.h:31:0,
from c:\Users\craig\Documents\Arduino\libraries\ESP32FTPServer-master\src/ESP32FtpServer.h:41,
from C:\Users\craig\Downloads\MiSTer_web2rgbmatrix-master (1)\MiSTer_web2rgbmatrix-master\arduino\web2rgbmatrix\web2rgbmatrix.ino:23:
C:\Users\craig\Downloads\MiSTer_web2rgbmatrix-master (1)\MiSTer_web2rgbmatrix-master\arduino\web2rgbmatrix\web2rgbmatrix.ino: In function 'void setup()':
C:\Users\craig\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.6\libraries\WiFi\src/WiFiType.h:35:22: error: 'ARDUINO_EVENT_WIFI_STA_CONNECTED' is not a member of 'system_event_id_t'
#define WiFiEvent_t system_event_id_t
^
C:\Users\craig\Downloads\MiSTer_web2rgbmatrix-master (1)\MiSTer_web2rgbmatrix-master\arduino\web2rgbmatrix\web2rgbmatrix.ino:190:38: note: in expansion of macro 'WiFiEvent_t'
WiFi.onEvent(WiFiStationConnected, WiFiEvent_t::ARDUINO_EVENT_WIFI_STA_CONNECTED);
^
C:\Users\craig\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.6\libraries\WiFi\src/WiFiType.h:35:22: error: 'ARDUINO_EVENT_WIFI_STA_GOT_IP' is not a member of 'system_event_id_t'
#define WiFiEvent_t system_event_id_t
^
C:\Users\craig\Downloads\MiSTer_web2rgbmatrix-master (1)\MiSTer_web2rgbmatrix-master\arduino\web2rgbmatrix\web2rgbmatrix.ino:191:27: note: in expansion of macro 'WiFiEvent_t'
WiFi.onEvent(WiFiGotIP, WiFiEvent_t::ARDUINO_EVENT_WIFI_STA_GOT_IP);
^
C:\Users\craig\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.6\libraries\WiFi\src/WiFiType.h:35:22: error: 'ARDUINO_EVENT_WIFI_STA_DISCONNECTED' is not a member of 'system_event_id_t'
#define WiFiEvent_t system_event_id_t
^
C:\Users\craig\Downloads\MiSTer_web2rgbmatrix-master (1)\MiSTer_web2rgbmatrix-master\arduino\web2rgbmatrix\web2rgbmatrix.ino:192:41: note: in expansion of macro 'WiFiEvent_t'
WiFi.onEvent(WiFiStationDisconnected, WiFiEvent_t::ARDUINO_EVENT_WIFI_STA_DISCONNECTED);
^
C:\Users\craig\Downloads\MiSTer_web2rgbmatrix-master (1)\MiSTer_web2rgbmatrix-master\arduino\web2rgbmatrix\web2rgbmatrix.ino:215:34: error: call of overloaded 'String(uint64_t&)' is ambiguous
sd_status = String(cardSize) + "MB";
^
In file included from C:\Users\craig\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.6\cores\esp32/Arduino.h:146:0,
from C:\Users\craig\AppData\Local\Temp\arduino-sketch-921402039AF788F30B6663C867A0A210\sketch\web2rgbmatrix.ino.cpp:1:
C:\Users\craig\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.6\cores\esp32/WString.h:71:18: note: candidate: String::String(double, unsigned char)
explicit String(double, unsigned char decimalPlaces = 2);
^
C:\Users\craig\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.6\cores\esp32/WString.h:70:18: note: candidate: String::String(float, unsigned char)
explicit String(float, unsigned char decimalPlaces = 2);
^
C:\Users\craig\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.6\cores\esp32/WString.h:69:18: note: candidate: String::String(long unsigned int, unsigned char)
explicit String(unsigned long, unsigned char base = 10);
^
C:\Users\craig\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.6\cores\esp32/WString.h:68:18: note: candidate: String::String(long int, unsigned char)
explicit String(long, unsigned char base = 10);
^
C:\Users\craig\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.6\cores\esp32/WString.h:67:18: note: candidate: String::String(unsigned int, unsigned char)
explicit String(unsigned int, unsigned char base = 10);
^
C:\Users\craig\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.6\cores\esp32/WString.h:66:18: note: candidate: String::String(int, unsigned char)
explicit String(int, unsigned char base = 10);
^
C:\Users\craig\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.6\cores\esp32/WString.h:65:18: note: candidate: String::String(unsigned char, unsigned char)
explicit String(unsigned char, unsigned char base = 10);
^
C:\Users\craig\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.6\cores\esp32/WString.h:64:18: note: candidate: String::String(char)
explicit String(char c);
^
C:\Users\craig\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.6\cores\esp32/WString.h:62:9: note: candidate: String::String(StringSumHelper&&)
String(StringSumHelper &&rval);
^
C:\Users\craig\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.6\cores\esp32/WString.h:61:9: note: candidate: String::String(String&&)
String(String &&rval);
^
C:\Users\craig\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.6\cores\esp32/WString.h:58:9: note: candidate: String::String(const String&)
String(const String &str);
^
C:\Users\craig\Downloads\MiSTer_web2rgbmatrix-master (1)\MiSTer_web2rgbmatrix-master\arduino\web2rgbmatrix\web2rgbmatrix.ino: In function 'void WiFiStationDisconnected(system_event_id_t, system_event_info_t)':
C:\Users\craig\Downloads\MiSTer_web2rgbmatrix-master (1)\MiSTer_web2rgbmatrix-master\arduino\web2rgbmatrix\web2rgbmatrix.ino:321:32: error: 'union system_event_info_t' has no member named 'wifi_sta_disconnected'
DBG_OUTPUT_PORT.println(info.wifi_sta_disconnected.reason);
^

exit status 1

Compilation error: call of overloaded 'String(uint64_t&)' is ambiguous

Nothing displayed

Everything flashed ok,
Script installed on the mister and updated, user.ini altered as per instructions.
Ip, Host name and SD card size is displayed on the matrix but then the screen saver starts and nothing else no matter what core I try.
Also it seems the gifs are loaded to the SD card on the mister rather than the one connected to the trinity.
Do I need to have installed tty2oled too ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.