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

preview_player
Показать описание
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.

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

Рекомендации по теме
Комментарии
Автор

"This is my first glass of wine... from my second bottle! Hic.."

airwavested
Автор

To fix the programming button issue connect a 2.2uF cap between the enable pin and 0V

TheDefpom
Автор

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

laveur
Автор

Neat game. Jon Oxer had his party popper thing working with YouTube chat, might be worth a DM?

AdamWelchUK
Автор

You need to add a very loud piezo buzzer to this project. Then set it up so we can compete during the night. :-)

JonnyBergdahl
Автор

Don’t forget to add sanitisation to the PHP input... especially as you are working with a file.

TheDefpom
Автор

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.

ethanpschwartz
Автор

That was a quick wait for part 2! Really great idea watching it work!

ChunkySteveo
Автор

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

DustinWatts
Автор

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

azyfloof
Автор

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.

cristyleg