Thats a lot of those 8x8 deelys. Is there no way to control a "regular" dmd from an Ardunio. Something ive thought about once or twice but not actually looked into.
Quite likely. However based on the fiddling around with those 8x8 displays I did with my Roadshow lock mod (which ive not forgotten about - still in the queue but low down - need to get my extension finished amonth other things ) updating that many 8x8 displays isnt quick. (This will certainly depend on which library you use to control them I guess - though I think you *can* do it all manually not sure you would want to. lots of wheel reinvention there.I'd expect it would be cpu intensive work, so you'd probably want a controller handling the DMD directly and then sending instructions from the main Arduino to the secondary DMD controller.
I think that's the answer. For now I'll scratch the trace and run a jumper. If that works, I'll get a new PCB made upif the pin you wired to wont do what you want, and you dont need that pin for anything else, maybe you can connect that pin to one that will work for you.
At the moment planning on led matrix and adding a second sound card for background music. Also, may be very possible to send control messages to another controller over serial if needed, or even a simple app on a PC driving video.....but, that's a long way forward for me. You are welcome to one of my pcbs if you want it, I have four that need jumper wires as in the thread above, i'll never use them, but the code is a little way away from being ready just yet.i am watching this closely. Very interested.
I have virtually given up building a machine due to me not even been able to get Fast pinball installed and working with cobrapin boards.
I am thinking this is the way to go.
Out of interest - do you intend to run LCD screen/audio or just keep basic sounds and the LED matrix for display?
That would be great actually having a PCB off you.At the moment planning on led matrix and adding a second sound card for background music. Also, may be very possible to send control messages to another controller over serial if needed, or even a simple app on a PC driving video.....but, that's a long way forward for me. You are welcome to one of my pcbs if you want it, I have four that need jumper wires as in the thread above, i'll never use them, but the code is a little way away from being ready just yet.
Life gets in the way of fast progress of projects like this, but it's all looking very possible from where I am looking at it at the moment
I'll drop you a pm sirThat would be great actually having a PCB off you.
I just find fast absolutely alien language. Think I have to take a step back.
At the moment I can not even get the basic software working and 'talking' to the cobra pin boards.
I have 95% given up but got inspired looking at this!
Thats the plan sir. Your code achieved this expertly, i'm pushing myself to access and edit these settings from the web console. Should be a simple change, page reads json from spiffs and displays settings on within inputs on a web page. Action button in the web page gets the inputs and packages a json to save back to spiffs... If only it worked as quickly as that. First I need to define the config data structure, then the webpage to display and save it, then get the program to config settings not the hard coded settings. Give it a few weeks, hopefully I'll get some clear time to executeSave all the settings in a config file. You can store the config file in spiffs file system on esp32s, its amazing!!!!
Thanks mate. The web coding used to be my job a long time ago, it's amazing how much you forget.I have some code that does webpages but it’s static webpages, but you are welcome to it. i really need to learn how to do better more responsive web pages ………
I have some code that does webpages but it’s static webpages, but you are welcome to it. i really need to learn how to do better more responsive web pages ………
Wow...that looks pretty awesome cheersQuick and easy route for that is just to use the old school Twitter bootstrap and the grid system. If I need something very basic then I will just bring in bootstrap. For you to learn that it shouldn't even take an evening.
Bootstrap
Powerful, extensible, and feature-packed frontend toolkit. Build and customize with Sass, utilize prebuilt grid system and components, and bring projects to life with powerful JavaScript plugins.getbootstrap.com
Grid Template · Bootstrap v5.3
getbootstrap.com
Wow...that looks pretty awesome cheers
Spot on, yes, I'm using their css at the moment. Spent hours trying to work out why my captive portal looked dreadful until I realised I had linked the css directly to their source, when the captive portal kicks in it's because there is no wifi so references to code on the net will not resolve...doh! Rookie mistake, roll on next weekend where I can find new ways to confuse my aging mindYou posted a template earlier on in the thread from W3 schools? They also have their own grid system which I used once somewhere.
W3Schools.com
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.www.w3schools.com
looked dreadful until I realised I had linked the css directly to their source