Split flap display - how to build!

  Рет қаралды 33,176

Josh Murrah

Josh Murrah

Жыл бұрын

Follow along as I go over my build of David K.'s great split flap display project!
www.printables.com/model/6946...
github.com/Dave19171/split-flap

Пікірлер: 42
@friendlypiranha774
@friendlypiranha774 10 ай бұрын
All those Arduinos. It's like modern day programming... just throw more RAM at it.
@rty1955
@rty1955 2 ай бұрын
More RAM is for Kiddie Koders who have not a clue how to write software
@user-uy1fi1xr8v
@user-uy1fi1xr8v Жыл бұрын
These things are so cool! I thought about building one, just not sure if I have the time/money right now! I saw one of those Vestaboards ($3,500) which is super pricey, I have just been looking for great alternatives. Love this build though!
@AzCowboyOne
@AzCowboyOne Жыл бұрын
This would pair nicely with the Defcon display from War Games.
@paullee107
@paullee107 3 ай бұрын
I wish you'd of showed it off a bit more - with flappy flaps. But thanks for a great video - I know where the project was 10 months ago. Thank you.
@GregSmith907
@GregSmith907 6 ай бұрын
This is a very cool project! I'd love to give it a shot, but I've never done any PCB work or soldering in my life. You'd mentioned possibly having the boards made, ready or close to ready to use. Do you have any suggestions where one might source them? Or would I be better off watching some videos on and learning to solder PCBs? Thanks for the awesome video!
@Rob_65
@Rob_65 2 ай бұрын
I tried laser cutting flaps years ago but that involved a lot of hand painting (screen printing) of the flaps. The idea of 3D printing multi-colored flaps works very well. All 45 flaps fit on the Prusa XL in one go. I'm not sure which type of HALL sensor I have (still in the mail) but since I will use Raspberry Pi Pico (4 units on 1 Pico) I have to rewrite to software. That also allows me to optimize the thing a bit. @18:10 you'll see that the unit passes the '0' once before stopping there. This is (I think) due to a re-homing sequence that I have seen in the Arduino code.
@MarkTheLostTraveler
@MarkTheLostTraveler 9 ай бұрын
This is cool but something differant. I Just started to get into t-trak modules in n-scale. Going to do a double track. was wondering if you can make me one of those kits? Im very very new at this the wiring part has me a little nervous.I think i no that red is for the outer main and yellow for the inter main. Thank you.
@luisvieyra
@luisvieyra 3 ай бұрын
hi Josh, thanks for the video,, I really looking to print and assemble this display, I just dont get how I order the PCB, hope you can explain it to me.. :)
@chibbu1965
@chibbu1965 10 күн бұрын
What will be the cost to make a 20 character split flap display?
@CartNarc
@CartNarc 7 ай бұрын
How did you do the filament swap for multi color flaps? Do you have to modify the Gcode?
@JoshMurrah
@JoshMurrah 7 ай бұрын
I used a Bambu Lab printer with AMS - you load all the STLs for each character as one load and it aligns them when loading into the slicer. The guy has directions for manual swaps at layer height but I didn’t do mine that way.
@paullee107
@paullee107 3 ай бұрын
Wait - you've added esp32??? Is this in the github infos or .... where can I find current today info about starting a build with best practices??
@tomrous
@tomrous 9 ай бұрын
What about reducing the number of Arduinos and using just one board (like more powerfull Pi Pico)?
@zaprodk
@zaprodk 7 ай бұрын
Very possible. Or just a single ESP could run it all with no problems.
@joem8244
@joem8244 Жыл бұрын
What should you expect to pay for the PCB boards? Any recommendations on a source? Great build... Thanks...
@partickstar1135
@partickstar1135 10 ай бұрын
did you ever find out a price? thanks :)
@TangoRomeo11
@TangoRomeo11 9 ай бұрын
Pcbway
@zaprodk
@zaprodk 7 ай бұрын
Not much. Also the B is PCB is for Board, so it's PC-Boards, or Printed Circuit Boards, not Printed-Circuit Boards-Boards :D
@seigel
@seigel 7 ай бұрын
Jlpcb is decent as well
@Cnaoens820
@Cnaoens820 6 ай бұрын
Pcbway / JLCPCB for 10 boards 2 layers only, standard finish is about 5€
@zoeyzhang9866
@zoeyzhang9866 2 ай бұрын
Detailed tutorial! If any custom PCBs/ 3DP/CNC'd parts can assist for upcoming projects? Would like to sponsor and reach any collab together! (PCBWay zoey)
@MikeHarris1984
@MikeHarris1984 2 ай бұрын
Why did you use all arduinos and an ESP01 to give wifi.... You should be able to do this all from a single ESP32 and either do a single PCB across the back that all the motors and sensors plug into, or do them in the PCB place here and make a jumper wire like you did to connect them all, but feed all the GPIO back to the ESP32... seems like a huge waste to do it this way, even with how cheap the arduino nano's are.
@JoshMurrah
@JoshMurrah 2 ай бұрын
this is mostly due to the age of the project - back when nanos were dirt cheap and ESPs were a new and expensive thing. Also, there's something like 5-6 IOs per digit. I think in today's market, it'd make more sense to use a Pico instead.
@MikeHarris1984
@MikeHarris1984 2 ай бұрын
@@JoshMurrah ah, gotcha, that makes sense.
@jimmypockrus7725
@jimmypockrus7725 Ай бұрын
Had no sound or way to un-mute. I did find captions and was able to read them.
@RoboArc
@RoboArc Жыл бұрын
Who coded this crap. Hate the code lol. Also i have no idea why its usung those pi zeros. Could legit use 1 mega to handle all this. Over complicated this by a factor of 5 at least. Also the cost. Bro i checked the code though and wanted to throw away my degree 😂
@bigcatgarage7822
@bigcatgarage7822 Жыл бұрын
I was looking through it and it doesn't seem too bad but I don't have much experience with C/Arduino. what stands out to you?
@Humnble
@Humnble Жыл бұрын
do it better
@shanemshort
@shanemshort Жыл бұрын
I expect a pull request from you shortly then?
@JoshMurrah
@JoshMurrah Жыл бұрын
I look forward to seeing your contribution to improve the project!! Also, uh, there's no pi zeros on this. LOL.
@NACAM42
@NACAM42 11 ай бұрын
@@JoshMurrah I'm actually thinking doing a bigger split flap display inspired by this but with pi picos. I'm willing to bet that each pico can drive 4 steppers.
Split Flap Display | You Can Make One Too IZI
9:11
Audas
Рет қаралды 49 М.
КАК ДУМАЕТЕ КТО ВЫЙГРАЕТ😂
00:29
МЯТНАЯ ФАНТА
Рет қаралды 9 МЛН
Sigma Kid Hair #funny #sigma #comedy
00:33
CRAZY GREAPA
Рет қаралды 33 МЛН
Smart Sigma Kid #funny #sigma #comedy
00:26
CRAZY GREAPA
Рет қаралды 13 МЛН
FLIP DOT ETCH A SKETCH
12:48
LOOK MUM NO COMPUTER
Рет қаралды 286 М.
The Split Flap - UNUSUAL
6:31
Chris Ramsay
Рет қаралды 237 М.
DIY Electromagnetic flip clock with GPS
1:32
David Pichevin
Рет қаралды 1,5 М.
Inside the Positron 3D Printer: A Deep Dive
13:26
Mandic Labs
Рет қаралды 28 М.
You can build AWESOME things with this 3D Printed System!
15:40
Proper Printing
Рет қаралды 444 М.
How a Split-Flap Display Works
3:41
scottbez1
Рет қаралды 1,1 МЛН
Vintage Flip Dot Displays Are Incredible!
14:37
THIS MUSEUM IS (NOT) OBSOLETE
Рет қаралды 16 М.
This Little 3D Printer Might Just Change the World...
23:23
The Next Layer
Рет қаралды 52 М.
Snake Game on Split Flap Display!!
0:53
Oat Foundry
Рет қаралды 419 М.
Батя в общественных местах 😇
0:46
Время горячей озвучки
Рет қаралды 2,3 МЛН
Can You Find A Needle In A Haystack?
0:45
Stokes Twins
Рет қаралды 28 МЛН
Учусь бить клавы день-4
1:00
Иван Курапов
Рет қаралды 2,2 МЛН