Split flap display - how to build!

Sdílet
Vložit
  • čas přidán 18. 06. 2023
  • 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
  • Komedie

Komentáře • 38

  • @friendlypiranha774
    @friendlypiranha774 Před 8 měsíci +18

    All those Arduinos. It's like modern day programming... just throw more RAM at it.

    • @rty1955
      @rty1955 Před 5 hodinami

      More RAM is for Kiddie Koders who have not a clue how to write software

  • @user-uy1fi1xr8v
    @user-uy1fi1xr8v Před 9 měsíci +5

    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 Před 11 měsíci +4

    This would pair nicely with the Defcon display from War Games.

  • @GregSmith907
    @GregSmith907 Před 4 měsíci

    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!

  • @MarkTheLostTraveler
    @MarkTheLostTraveler Před 6 měsíci

    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.

  • @paullee107
    @paullee107 Před 23 dny

    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.

  • @luisvieyra
    @luisvieyra Před měsícem

    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.. :)

  • @paullee107
    @paullee107 Před 23 dny

    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??

  • @CartNarc
    @CartNarc Před 4 měsíci +1

    How did you do the filament swap for multi color flaps? Do you have to modify the Gcode?

    • @JoshMurrah
      @JoshMurrah  Před 4 měsíci +1

      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.

  • @tomrous
    @tomrous Před 7 měsíci

    What about reducing the number of Arduinos and using just one board (like more powerfull Pi Pico)?

    • @zaprodk
      @zaprodk Před 5 měsíci

      Very possible. Or just a single ESP could run it all with no problems.

  • @cyengify
    @cyengify Před 21 dnem

    I'm doing this without the custom PCB. Are you are suppling 12V to each nano?

  • @joem8244
    @joem8244 Před 10 měsíci +2

    What should you expect to pay for the PCB boards? Any recommendations on a source? Great build... Thanks...

    • @partickstar1135
      @partickstar1135 Před 7 měsíci

      did you ever find out a price? thanks :)

    • @TangoRomeo11
      @TangoRomeo11 Před 7 měsíci

      Pcbway

    • @zaprodk
      @zaprodk Před 5 měsíci

      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 Před 4 měsíci +1

      Jlpcb is decent as well

    • @Cnaoens820
      @Cnaoens820 Před 4 měsíci

      Pcbway / JLCPCB for 10 boards 2 layers only, standard finish is about 5€

  • @MikeHarris1984
    @MikeHarris1984 Před 5 dny +1

    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  Před 14 hodinami +1

      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 Před 14 hodinami

      @@JoshMurrah ah, gotcha, that makes sense.

  • @RoboArc
    @RoboArc Před 10 měsíci +8

    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 Před 10 měsíci

      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 Před 10 měsíci +8

      do it better

    • @shanemshort
      @shanemshort Před 10 měsíci +17

      I expect a pull request from you shortly then?

    • @JoshMurrah
      @JoshMurrah  Před 10 měsíci +20

      I look forward to seeing your contribution to improve the project!! Also, uh, there's no pi zeros on this. LOL.

    • @NACAM42
      @NACAM42 Před 9 měsíci +3

      @@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.