Sign up at ELECTRONOOBS.io: electronoobs.io/ Follow me on FACEBOOK for more: facebook.com/Electronoobs help me on Patreon: www.patreon.com/ELECTRONOOBS
That is cool when you can easily change the game but I decided do makerbuino way. When you can change a game from sd card. If it sounds interesting check my repo: github.com/Akinava/pip-boy/tree/master/src Unfortunately attiny85 not enough for that and I use atmega328p
I love this hardware!! It's so nice to see my games popping up in things like this :) So cool - and great video! Let me know if you have any requests for new games (that would work on a tiny display and three buttons) - it's time I wrote something new :)
great work even that it is an old idea you teaching us things that other vidoes dont learn us it your patterns, pcb, and each step is greatfull go on and still give us new things
Nice! If I had one, would design a 3d-printed enclosure to make it easier to hold. A 6-pin keyed IDT connector in ISP format may be more convenient to use for programming. If you like pressing into bare row of holes, then a pogo-pin programming connector would be the thing. Seems that someone named Andy Jackson wrote the games with interrupts tied to specific pins on the tiny85. Not trivial to port. Was thinking that an STMF103C (128k flash) costs the same, has USB 2.0, and could hold all the games at once.
Looks like a great project for a beginner at PCB design. As a step to add more complexity, maybe it's possible to add more buttons with the use of a shift register.
Shift register probably not as u r looking at 4 wires to properly control one and get the input. Better would probably be i2c assuming attiny can do that
avrdude: Yikes! Invalid device signature. Double check connections and try again, or use -F to override this check. Failed chip erase: uploading error: exit status 1 I have this problem with borning bootloader, I can't solve it. Please help me.
The attiny85 have 8kb of storage, the 45 have 4kb and the the 25 have 2kb of storage, so if you want to play on it, you will have to create very small games.
neat little project . thank you . in your schematic you mentioned a voltage divider for the fire button which has a 1k and 6.8k resistor but in the video the place holder for the 6.8k resistor is empty , any reason or how did it work without that in place.
I'm surprised this work with PB3 and PB4 going to the OLED display. According to the datasheet it's PB0 and PB1 having SDA and SCL, respectively, which are the signals needed by the display. If we do this, (Using PB0 and PB1) do you think there could be some issue by sharing the programming pin header signals with the signals going to the display? Because I believe PB0, PB1, PB2 and PB5 are needed for programming.
Also, why did you connected the external programming cables to the VCC hole in your ISP "header"? AFAIK, you're supplying VCC (3V) with your own battery, but you're also connecting the VCC of your programming cables to this VCC 3V, wouldn't that cause a problem? why is that even needed?
Which video editing software do u use, i mean, how do u get all those nice animations, into your videos. I'm referring to when u label things or like in this video u showed circles to highlight certain parts of a circuit, at other times u show an arrow pointing to 5V, 3.3V, gnd, etc. What makes those cool animations possible?
This is a good one!! But right now spot mini is on the lens...Do you have any idea of creating a smaller version using hobby servos and 3d printing ? And then hook it to your radio..I think this may increase your views as well..
Really nice work. As always 😊 Btw, is there a small edge connector we can use for the attiny? Something like a small pcie socket to easily replace the games? 😀
Great vid, as always. Always tons of info, and easy to understand & follow. What about an Arduino programmed ATTiny digital PFC controller? Stable enough? Thanks.
Thank you so much for this fun amazing post. I built one and I am so excited. But my Fire button does not work. I troubleshoot it and everything looks ok. Do you know why the Fire button would not work. I also noticed that your R4 is missing from your board.
Is it possible to make this with an attiny 45 instead of an attiny 85? Because I already have an attiny 45 at home and it would be great if I can use it.
May I ask why you connected the battery directly to the components instead of using a regulator? Batteries have a very sharp drop in voltage during their lifetimes and that can cause brownouts over time. A tiny regulator would've helped IMO
I have made this , and everything working except the fire push button is not working i have made in 3 pcbs and same issue i am getting, can you please me
I see these people who have made game consoles with attiny85 and it blows me away that something with 512 *bytes* of RAM can hold enough information for a full game state and render everything in graphics.
Please tell me, can I use LIR 2032 in this scheme? LIR 2032 is a rechargeable lithium-ion battery similar in size to the one you are using. The capacity is 80mA, the voltage is 3.6 volts, but the full charge can go up to 4.2 volts. Won't it mess up the circuit?
Bro may this is stupid question. Never mind, I have C knowledge little bit. Is it essential to have a complete knowledge in C to master in Embedded or hardware knowledge enough. And also in controller register level program is essential or libraries method which one is better and efficient.. I really wanted to be a good Embedded engineer pls give me a suggestion thanks or make video about this if you can.. your videos are always helps me to learn something new from basic to Advance Thanks once again...
It's really not a stupid question . I think maximum persons who love electronic wants to be like us . I too wishing to be a embedded engineer. I don't have much know than you because your talking strange words to me about embedded . Can you teach me about that
@@ELECTRONOOBS ;) I wanted to actually know, while you are here, are the level held in an EEPROM variable, or do you have to restart the game every time it is started up? EEPROM stands for electrically erasable programmable read-only memory. meaning it holds that level that you are in and adds to it every time you advance in order to not have to start over all the time. If not, then a V2 should have that. If I does, is it possible to reset the levels without recoding it? sorry, it Is a long comment but I want to give some of these to my cousins and want them to be top-notch. THANKS!
Sign up at ELECTRONOOBS.io: electronoobs.io/
Follow me on FACEBOOK for more: facebook.com/Electronoobs
help me on Patreon: www.patreon.com/ELECTRONOOBS
Hey plzzz make a return to home compatible drone or car
Plzzzzzzzzz electronoobs 👏👏👏👏👏👏👏👏👏👏
That is cool when you can easily change the game but I decided do makerbuino way. When you can change a game from sd card. If it sounds interesting check my repo: github.com/Akinava/pip-boy/tree/master/src Unfortunately attiny85 not enough for that and I use atmega328p
@@NitishYadav-lb7zc mmmmm crei que estaria en español
I might be able to design a killer app for these, a very unique game I'vebeen designing for some time, but I would need help
I love this hardware!! It's so nice to see my games popping up in things like this :) So cool - and great video! Let me know if you have any requests for new games (that would work on a tiny display and three buttons) - it's time I wrote something new :)
A quiz game for exemple...
Thanks for making these games. How about a simple mario type game??
@@canalRetro269 Good idea - I have wondered about this in the past, but not done anything about it .. I'll give it a go.
This was a neat project!
Está buenísimo !!! Saludos desde Buenos Aires, Argentina 👏👏👏👍
great work
even that it is an old idea
you teaching us things that other vidoes dont learn us it
your patterns, pcb, and each step is greatfull
go on and still give us new things
What a coincidence, a few days ago I made an Arduboy clone, but in portrait orientation. Very nice project hermano! :)
Rock Again 💪🏽 Great video bro
That's a very good looking PCB! I am planning to make my own version, based on yours.
Nice! If I had one, would design a 3d-printed enclosure to make it easier to hold. A 6-pin keyed IDT connector in ISP format may be more convenient to use for programming. If you like pressing into bare row of holes, then a pogo-pin programming connector would be the thing. Seems that someone named Andy Jackson wrote the games with interrupts tied to specific pins on the tiny85. Not trivial to port. Was thinking that an STMF103C (128k flash) costs the same, has USB 2.0, and could hold all the games at once.
this is really interesting...i never thought that attiny was that much powerful
Love your videos, greetings from Bosnia
Awesome stuff! Have to try it out!
great work ❤❤
That is a very nice soldering Iron -slim and precise.
us a SD card socket for the chip swap and you can also configure the same slot for programming.
that's a smart idea
fun and informative as always
gracias maestro!!!!
Bro u r the best love you bro!!!! Pls keep uploading videos like thrse.
Great project
Looks like a great project for a beginner at PCB design. As a step to add more complexity, maybe it's possible to add more buttons with the use of a shift register.
Shift register probably not as u r looking at 4 wires to properly control one and get the input. Better would probably be i2c assuming attiny can do that
fantastic!
Always awaiting for your vids :)
avrdude: Yikes! Invalid device signature.
Double check connections and try again, or use -F to override
this check.
Failed chip erase: uploading error: exit status 1 I have this problem with borning bootloader, I can't solve it. Please help me.
Awesome project bro!!! Pls make a video for that small display u used- a coding video on how to display different things on that display . Thanks
Thank you so much for this video
Thank you .. this is really good stuff
Great work👍👏👏
Can i program it with usbasp without bootloader
?
Change your channel name to Electro_Pro_Max coz you are no longer a noob. This channel deserves some million subs considering the contents.
Waiting for this video
Superb DIY project.
Very exciting project
imagine you launch this product in 1975, OMG lol
When will the q and a video will come ??
Maybe in a few weeks.
@@ELECTRONOOBS thank you for your reply!!
Would the ATtiny25 or 45 have enough memory for a project like this? Or do you need to have the 85?
The attiny85 have 8kb of storage, the 45 have 4kb and the the 25 have 2kb of storage, so if you want to play on it, you will have to create very small games.
neat little project . thank you . in your schematic you mentioned a voltage divider for the fire button which has a 1k and 6.8k resistor but in the video the place holder for the 6.8k resistor is empty , any reason or how did it work without that in place.
Quisiera verlo en el canal en español
Cool project plzz post more videos
I'm surprised this work with PB3 and PB4 going to the OLED display. According to the datasheet it's PB0 and PB1 having SDA and SCL, respectively, which are the signals needed by the display. If we do this, (Using PB0 and PB1) do you think there could be some issue by sharing the programming pin header signals with the signals going to the display? Because I believe PB0, PB1, PB2 and PB5 are needed for programming.
Also, why did you connected the external programming cables to the VCC hole in your ISP "header"? AFAIK, you're supplying VCC (3V) with your own battery, but you're also connecting the VCC of your programming cables to this VCC 3V, wouldn't that cause a problem? why is that even needed?
where is the link for the products?
Amazing !!
Space Invaders
Wow that's amazing
what slide switch is used?
Which video editing software do u use, i mean, how do u get all those nice animations, into your videos. I'm referring to when u label things or like in this video u showed circles to highlight certain parts of a circuit, at other times u show an arrow pointing to 5V, 3.3V, gnd, etc. What makes those cool animations possible?
1 game at a time by uploading one by one?
the wires that he uses for the arduino uno are not in the parts list.
This is a good one!! But right now spot mini is on the lens...Do you have any idea of creating a smaller version using hobby servos and 3d printing ? And then hook it to your radio..I think this may increase your views as well..
Really nice work. As always 😊
Btw, is there a small edge connector we can use for the attiny? Something like a small pcie socket to easily replace the games? 😀
Love the project! Quick question: Why is R6 there, and shouldn't the other resistors be a little bigger like 4k7 or better yet 10k? Thank you!
Great Project!
Wow😲, brilliant idea👌🏻👍🏻
Awesome ,i encountered problem compiling the sketch"PCMSK"was not declared in this scope.keep it up and thanks a lot for sharing.
Did you selected the attiny85 board?
@@ELECTRONOOBS I appreciate for the respose,no I have not,I will try it again, can I use Attiny45 instead of 85 ?thanks a lot.
Great vid, as always. Always tons of info, and easy to understand & follow.
What about an Arduino programmed ATTiny digital PFC controller? Stable enough? Thanks.
Thank you so much for this fun amazing post. I built one and I am so excited. But my Fire button does not work. I troubleshoot it and everything looks ok. Do you know why the Fire button would not work. I also noticed that your R4 is missing from your board.
Cool project 👍
perfect
Can you help me... To upload ir remote code... Into Attiny13... Chip...
Plz... I can't found proper library
Awesome project sir but how much battery life?
Unbelievable!
Is it possible to make this with an attiny 45 instead of an attiny 85? Because I already have an attiny 45 at home and it would be great if I can use it.
Nice video! What's the current draw for this? How long can the cr2032 power this (I have no experience with OLED) for?
This chip is probably more powerful than comodore pet or vic20.
May I ask why you connected the battery directly to the components instead of using a regulator? Batteries have a very sharp drop in voltage during their lifetimes and that can cause brownouts over time. A tiny regulator would've helped IMO
How long does battery last?
Who made the games?
this things are powerful
What's the difference between active and passive busser
Every time u surprise us with very nice project and I want to ask u to make a toturial about building uart to ftdi board at home
can we make it on a DIGISPARK Attiny85 board
Great tutorial. Have you recorded a tutorial on how to create a gaming console that can be used to play games on a TV? Cheers
I think with an external I2C EEprom is it possible to put all Games :)
Best Chanel on UA-cam
Thank you so much!
AWESOME! can't even imagine how long it took to code the games. Did you write the code yourself? I definitely want to make one.
Thanks. No, the games are from GitHub
@@ELECTRONOOBS Oh, that's okay. Thank you for the video and again, I can't wait to make my one. or a few(probably)
I have made this , and everything working except the fire push button is not working i have made in 3 pcbs and same issue i am getting, can you please me
I have an error compiling the game for digispark: region 'text' overflowed
I see these people who have made game consoles with attiny85 and it blows me away that something with 512 *bytes* of RAM can hold enough information for a full game state and render everything in graphics.
could you do something like this but for a more powerful setup such as a raspberry pi
Is it possible to use joystick?
I built it, but I have problems with the arduino part, I have errors uploading and with the bootloader, I could really use some advise thanks
I did never saw something great like that , love your video from sudan 🇸🇩💙.
Very good!
Upload pubj in it...😁
Thank you sir... this is definitely helpful for me.
I will try to make it..😃
Please tell me, can I use LIR 2032 in this scheme? LIR 2032 is a rechargeable lithium-ion battery similar in size to the one you are using. The capacity is 80mA, the voltage is 3.6 volts, but the full charge can go up to 4.2 volts. Won't it mess up the circuit?
You're great gamer! Hahaah 🤜🤛
It's so cool
Fun project mate
Cheering sameerUNO
Bro may this is stupid question. Never mind, I have C knowledge little bit. Is it essential to have a complete knowledge in C to master in Embedded or hardware knowledge enough. And also in controller register level program is essential or libraries method which one is better and efficient.. I really wanted to be a good Embedded engineer pls give me a suggestion thanks or make video about this if you can.. your videos are always helps me to learn something new from basic to Advance Thanks once again...
Actually Arduino is C based. If you learn C you will learn a lot easier any other languages. So I really recommend C for all embedded.
@@ELECTRONOOBS Thank you bro🙂
It's really not a stupid question . I think maximum persons who love electronic wants to be like us . I too wishing to be a embedded engineer. I don't have much know than you because your talking strange words to me about embedded . Can you teach me about that
Can you do it without Arduino or ready to use hardware or software?
Doing it completely from scratch would be great for learning 🙂
I think itcan use magnifier above the screen
if i remove the buzzer, are the code still same??
good ! profesional
Cool !! keep doing
I have a problem i can't upload the link to preferences cause im working with arduino create on web browser pls help
Small And, Cheap?
hold on! you didnt want to use the larger lcd because the pins are backwards and uses more current? so you didnt make this project than?
Awesome
Please make some videos with esp32 for home automation
amazing
Can I Install All Games in One Attiny85?
Please Ans Me!
Good content
Why would you need a bootloader, when you program over ISP anyway?
because he didn't use the 16 mhz crystal and chose the internal 8 Mhz frequency so that requires a bootloader
@@isaacsimon6863 Yes, that's why! Thanks!
@@ELECTRONOOBS ;) I wanted to actually know, while you are here, are the level held in an EEPROM variable, or do you have to restart the game every time it is started up? EEPROM stands for electrically erasable programmable read-only memory. meaning it holds that level that you are in and adds to it every time you advance in order to not have to start over all the time. If not, then a V2 should have that. If I does, is it possible to reset the levels without recoding it? sorry, it Is a long comment but I want to give some of these to my cousins and want them to be top-notch. THANKS!