Part 2: Let's make a crap game: 14 Segment Display Modules

1,340
0
Published 2021-02-20
Check part 1 out for a description ;-)

It turns out that 'Likes/Dislikes' and 'Shares' actually help the channel so, if you want to, please click the thumbs up or share the video.

I don't have a Patreon or a regular donate thingy, I get by fine. That said, if you are mega rich and fancy buying me a coffee, breadboards or CMOS ICs - paypal.me/DavidWattsYT
or if you fancy donating something I would find useful then feel free to check out my Amazon wishlist (No pressure) - www.amazon.co.uk/registry/wishlist/29JZFQUC2NZ8V

I put lots of my favourite products and stuff that helps me make video up on this Amazon page - www.amazon.com/shop/davidwatts It is one of those affiliate things.

If you want to get in contact Twitter is probably the best way @mrdavidjwatts

www.davidjwatts.com/

All Comments (15)
  • @airwavested
    "This is my first glass of wine... from my second bottle! Hic.."
  • @Benjimable_
    We love some bloopers at the end. 😂
  • @ChunkySteveo
    That was a quick wait for part 2! Really great idea watching it work!
  • @TheDefpom
    To fix the programming button issue connect a 2.2uF cap between the enable pin and 0V
  • @TheDefpom
    Don’t forget to add sanitisation to the PHP input... especially as you are working with a file.
  • @ethanpschwartz
    If it makes you feel any better, I know less about what you're doing than you. Stone cold sober. I'm just here for the pretty pretty lights.
  • @AdamWelchUK
    Neat game. Jon Oxer had his party popper thing working with YouTube chat, might be worth a DM?
  • @JonnyBergdahl
    You need to add a very loud piezo buzzer to this project. Then set it up so we can compete during the night. :-)
  • @azyfloof
    What a fun project! Lots of complex layers to this one :D Can you have, instead of random characters, random individual segments light up? That could be fun, kinda like the random glyphs from Predator
  • @cristyleg
    Pythons requests and beautifulsoup4 handle these kind of things really well. With requests you can deal with the header issue and retrieving the data, beautifulsoup4 is great for parsing the test and locating exactly what you need from the text. Flask is a python library that you can use to create a website that does what you want it to do. You can use GitHub pages to host the site and heroku to create the server for the site so you don't have to pay for a server or domain.
  • @laveur
    Welcome back DAVE, its really nice to have you back. I like this, it's a fun concept. As a developer the way your code gets formatted makes me cringe a bit >.> I'll forgive you. If you want some help with either the back end code or the Arduino code let me know :)
  • @DustinWatts
    YouTube Chat? You can get chat messages from a live chat with just a few lines of code using ArduinoJSON and HTTPClient. I can DM you an example if you like....