i think it’s cos: no coin door, no glass channel, no flipper buttons.
Looks odd.
Not a criticism, just saying.
I can't even put my finger on why... Think it's cos the sides don't look. Like a factory pin iyswim
Between you and this guy, I'm talking myself into moving house to somewhere with a workshop!!mpu board built and populated.
View attachment 149550
View attachment 149551
The board had the cpu board (esp32s) which had built in wifi, ive got 16 inputs and 32 output ports. Then there is a real time clock board with backup battery. as well as the inputs and output headers there are headers for: the lighting and the score displays.
Next I think I’ll build a simple board and place this and all the score displays plus the power boards for the solenoids……
you don’t need a workshop, just take over the house like me!Between you and this guy, I'm talking myself into moving house to somewhere with a workshop!!
Where did you get your PCBs printed?
Just challenging my understanding, the mofsets allow you control board to fire off low current signals that initiate a high current circuit?4 dot matrix (single colour) score displays.
View attachment 149579
Cheers my house is overtaken.....alas!you don’t need a workshop, just take over the house like me!
pcbs i use jlcpcb in china
Yes, the mosfter boards, take a low level signal out of the processor and then allow you to switch on and off a higher voltage & higher current load, suck as a pinball solenoid.Just challenging my understanding, the mofsets allow you control board to fire off low current signals that initiate a high current circuit?
Are the dot matrix displays operated like addressable LEDs?
16 inputs becomes 64 when you matrix them into an 8 X 8 switch matrix, so yes, plenty of inputs.Call me a pessimist - but is 16 inputs enough ?
I guess with it setup that way you can plug the board straight into your PC/Laptop/Whatever and program it and test "on the fly" as it were ?
PS - Looks like you are having fun there Bruce. Shift register???That would certainly make things a lot simpler than the breadboard and its wires all over the place
View attachment 149580
Just to fiddle around with some LED sequence stuff. (Obliviously I appreciate that's kinda what the breadboard is for but you get what I mean )
Does the ESP board just plug into the PCB - or is it soldered in ?
Consider making OTA a priority... This will save you a lot of time during development. There are existing esp32 ota implementations that you should be able to drop in.Btw - during the software development, I will need to connect the laptop directly to the ESP board to update the software, but once I have finished the project, I will add in OTA - "Over The Air" software updates, so then I will be able to update the software from my laptop or phone...........A long way off that yet though.
I’ve got it in my dev framework already so i can use it from the get go, but as this thing is going to be on the bench for a long time it’s actually easier to just plug into the laptop.Consider making OTA a priority... This will save you a lot of time during development. There are existing esp32 ota implementations that you should be able to drop in.
4 dot matrix (single colour) score displays. (i may add another in future for the usual thing of ball in play/credits/match). the reason i haven’t added it is because i don’t need credits or match, and i think i can use the player score displays to show the ball in play as well.