ESP32 Gaming Console - Homemade Emulator Less Than 20$

  Рет қаралды 87,478

Electronoobs

Electronoobs

Күн бұрын

Пікірлер: 234
@ELECTRONOOBS
@ELECTRONOOBS 2 жыл бұрын
DISCLAIMER: After posting the project just realized that using that website for NES games might be considered piracy. I'm not an legal expert but have in mind that using those files might be illegal and you do it at your own risk. Sorry for that!
@JosephFitts
@JosephFitts 2 жыл бұрын
You really should consider reposting without that part. Great video overall though!
@erikburman530
@erikburman530 2 жыл бұрын
Thank you for posting the website.
@tacitus_
@tacitus_ 2 жыл бұрын
Yeah, KZbin might penalize you or your sponsor(s) might drop you for advocating for piracy. Consider reuploading.
@adamfosfi691
@adamfosfi691 Жыл бұрын
How can I get the custom PCB?
@jstro-hobbytech
@jstro-hobbytech Жыл бұрын
How optimized is the code? It's still crazy.
@SeanLavery
@SeanLavery 2 жыл бұрын
The ESP32 can use internal resisters, you just have to specify the pin to pullup or pulldown. You don't need to add your own resisters into the button circuit.
@dol_codm
@dol_codm Жыл бұрын
5k resisters is ok
@SeanLavery
@SeanLavery Жыл бұрын
@@dol_codm It's wasteful and redundant. It's OK, but its not needed.
@riteshpradhan9328
@riteshpradhan9328 Жыл бұрын
@@SeanLavery 1st of all on this code ... when pressing right button it also act as button A .. then i tried new code from NCAT there is same issue then i tried to remove the resistor then when i pressed the button it just rest the code
@brxdow
@brxdow Жыл бұрын
I dont get my TFT Display to Work. Where do i have to Connect the CS Pin? Just to GND? I checked the Internet and IT says that the TFT Display needs 3.3v Input and Not 5v. Did i destroy it with that?
@riteshpradhan9328
@riteshpradhan9328 Жыл бұрын
@@brxdow vcc needs to connect on 3.3v and CS pin connects to GNV
@brandoncarpenter1338
@brandoncarpenter1338 2 жыл бұрын
thanks for doing through all the pain to make this project work and document it, Im working on a project myself currently and relate to the pains of having certain pins that work for buttons and others that don't and after searching all the documentation still being confused. keep up the good work and thanks for making this!
@PixelOutlaw
@PixelOutlaw 2 жыл бұрын
Looks like it came out pretty good! I would highly suggest you take a d-pad from a Nintendo controller and note the pivot ball on the bottom. If you're going to 3D print your own dpad, that ball prevents more than two directions for being pressed at once and it's quite often forgotten even in commercially made products. 😉
@soniadelapaz8351
@soniadelapaz8351 Жыл бұрын
Yeah great attention to detail
@ArduinoTex
@ArduinoTex Жыл бұрын
As always, your project is on top.
@sjacobson42
@sjacobson42 Жыл бұрын
I have a student following this tutorial exactly, all the same parts, etc. Was hoping your GITHUB would have the compiled version available to save us the trouble we are having
@MARvelous3D28
@MARvelous3D28 2 жыл бұрын
Nice project. This will be added to my to do list this year.
@tobewanad
@tobewanad Ай бұрын
Did you do the project yet this year? ⏰️ 🤭
@thevideoman12
@thevideoman12 2 жыл бұрын
This is so awesome. Thank you for the project.
@MundoYakara
@MundoYakara 2 жыл бұрын
increíble amigo, tomare inspiración de tu video para hacer una micro consola!!
@deroskar
@deroskar 2 жыл бұрын
Awesome! Looking forward to get a professional pcb!
@natsennil6066
@natsennil6066 Жыл бұрын
thumbs up and respect for your honesty !
@MCsCreations
@MCsCreations 2 жыл бұрын
Fantastic project indeed! Thanks a bunch, dude!!! 😃 Stay safe there with your family! 🖖😊
@jacksparrow2000
@jacksparrow2000 9 ай бұрын
Battle City, same here. Good work bro!
@vadimpoliakovskyi695
@vadimpoliakovskyi695 Жыл бұрын
I have found the way how to avoid all the compilation warnings in the original sketch caused by the newer 11 version of C++ applied in Arduino IDE since certain period of time. Now it compiles without any red line!
@brxdow
@brxdow Жыл бұрын
My Code compiles but i dont get my TFT Display to Work. Do i have to Put Resistors in Front of some of the Pins ? And CS Justs Connect to Ground ? And why did he Put a capacitor between ground and ground?
@vadimpoliakovskyi695
@vadimpoliakovskyi695 Жыл бұрын
@@brxdow My display works fine, at least it shows the menu and moving up and down selection arrow. I've connected it as suggested in the initial sketch: DC (5), RST (19), MOSI (or SDA) (23), SCLK (18). I don't have CS pin at my ST7789 240x240 display version. Perhaps it is really needed to be grounded via 100nF capacitor when it is there, I can't say exactly. An author suggests doing so to avoid artifacts on the screen, don't see the reason not to trust him. But if CS pin is present at the display module, then you need to connect it to a free allowed pin at ESP32 module and define it in the sketch in the line #define TFT_CS -1 where you need to replace -1 with actual number of the used pin at ESP32 module. However, I am still struggling with games launch. When I pick up a game and push 'Select' button sometimes I get a white square on the whole screen when it seems to be loaded correctly, but sometimes it just resets when there is something wrong with rom file size. In this case it shows a wrong size of the file upon uploading starts and it means that uploading will fail in the end. But sometimes uploading is OK, but then I get a white screen anyhow. So still in search of the right way to get it working in full. I suspect that there are many small differences in hardware (ESP32 and SD card modules and displays) which could influent the right operation of the emulator and they have to be found in each case separately, which takes certain time and efforts. But never give up!
@brxdow
@brxdow Жыл бұрын
I might Destroyed the Display because i powered it with 5V instead of 3.3V, or because i soldered the CS Pin on it because i thougt i need it. When i Order a new Display, should i rather Take a Display with or without the CS Pin? I think without is better, because its easier and also cheaper i think. What do you think? When i get it to Work i May get the Same Problem as you, and if Not in can help you Out.
@vadimpoliakovskyi695
@vadimpoliakovskyi695 Жыл бұрын
@@brxdow If you have CS pin at your display module you need to configure it in the sketch, it could be GPIO 4 for example. Of course, less connections are better as soon as it increases the reliability, so the display without CS pin is preferable. Meanwhile, I've got my assembly working almost OK, at least SD card recognized correctly now and roms are loaded with right memory volumes. All the games files are running so far. The thing was that CS pin at SD card module should be grounded and not connected to ESP32 module (GPIO 22 originally). Now experimenting with I2S sound, MP3 player works fine, but still struggling with game sound - it is not there still. Suspect some sound module initialization problem in NES emulator mode.
@huff_designs
@huff_designs 2 жыл бұрын
1. I wonder if you can overclock an esp32 or find a faster variant, the mario game seems to run slow. 2. you should try limit switches for buttons, thatd prolly make presses faster and easier.
@5L4P5T1CK
@5L4P5T1CK 2 жыл бұрын
Hey mate ! Awesome video as usual ! Very interesting idea & project and fun to watch video. I`d really get in touch with you for a previous version of one of your projects, the DIY hotplate v2. Are you interested in a v3 maybe ? Best regards and keep on with your work ! Just a little hint : those breadboards are great for tiny tests. But be assured - the bigger the circuits get, the more "strange" errors will occur. This is due to poor quality of those breadboards in many cases, as well as unpredictable data lines. If you use I2C or SPI to address additional devices from the microcontroller, those are extremely dependend on very(!) good connections. Even different cable lengths on breadboards can make a difference for high speed I2C. Thats why I actually work on a way to produces smd quality pcbs at home for prototype iterations (using UV foil PCBs and a msla printer) to be able to produce more predictable "bigger" circuits with several devices (sensors, display and so on) without strange errors. Also make sure to check different pin capabilities - sometimes interrupt capable pins are initialized differently than non interrupt capable, pure GPIO ones.
@ELECTRONOOBS
@ELECTRONOOBS 2 жыл бұрын
Thanks for your tips! Yeah I know the breadboards give us errors but they are good for fast prototyping...
@u.koenig
@u.koenig 8 ай бұрын
Great stuff -- subscribed :-)
@ub_tv3745
@ub_tv3745 2 жыл бұрын
Great video, thank you!
@dekipet
@dekipet Жыл бұрын
The NesCat INO from a ZIP file you provided on your web page can not compile just as is. There are some issues with the SdFat lib. What exact lib did you use and what version? Thank you for your awesome work!
@aidansmith1549
@aidansmith1549 Жыл бұрын
Hi did you replicate his project? I am all finished with the code stuff but when I click compile it says that something is missing but when I go through the files I can see what it says is missing right there I can go more into detail if you need me to please help!
@dekipet
@dekipet Жыл бұрын
@@aidansmith1549 Nope. Stuck in compiling, and have no time to mess it up further.
@aidansmith1549
@aidansmith1549 Жыл бұрын
@@dekipet Dangit I already got all the stuff and got it soldered and the code won’t even work
@dekipet
@dekipet Жыл бұрын
@@aidansmith1549 I believe the lib is updated, so now it won't work as is. It needs a tweak or two. But, it would be nice for the author of this video to say a word or two.
@itsnd64
@itsnd64 10 ай бұрын
im late af but u need to use the libraries provided in the folder
@ShannonJosephGlomb
@ShannonJosephGlomb 5 ай бұрын
Thanks bro this is amazing ❤ ❤ ❤ ❤ ❤ ❤ ❤
@kavin2110
@kavin2110 2 жыл бұрын
That AV video connection will be super cool
@justinlangiewicz975
@justinlangiewicz975 Жыл бұрын
You need to denounce the buttons through code. Not good at it myself but there are good tutorials. Had the same issue with a radio remote I made for my car. Buttons pit up the small electric feedback and denouncing helps the program ignore this by adding tolerance I believe.
@iamkian
@iamkian 2 жыл бұрын
NICE. Please add me to the list for the PCB. Feliz año nuevo! PS. My dad was also experimenting with a ESP32 and a CAN bus module (and some buttons). For some reason he could also not get the buttons to work on certain pins.
@aidansmith1549
@aidansmith1549 Жыл бұрын
Hi did you replicate his project? I am all finished with the code stuff but when I click compile it says that something is missing but when I go through the files I can see what it says is missing right there I can go more into detail if you need me to please help!
@AJB2K3
@AJB2K3 2 жыл бұрын
Thank you for this project.
@ArnovSharma
@ArnovSharma 2 жыл бұрын
pretty awesome project mate
@jstro-hobbytech
@jstro-hobbytech Жыл бұрын
It's still crazy to believe that the esp32 is more powerful than the 6502 and double ppu units that were in the Nintendo haha. I agree, it's a crap shoot when you buy those little screens. I gave up. I use character screens again for fun and they can be used as crude debuggers to know where your code is at haha
@Oshan_Dissanayaka
@Oshan_Dissanayaka 2 жыл бұрын
Wow!. Great video, Thanks....!!
@ivjik
@ivjik 19 күн бұрын
Good day to you. Can anyone tell me if there is a working firmware without modifications? But in fact, I have it, but I’m not a master at adding and redoing something. Could you please provide a download link?
@aidansmith1549
@aidansmith1549 Жыл бұрын
Can I use a 5 way breakout joystick for this?? Also how come when I go into the nes file thing to get the games and I go to pac man there is no download files to get pac man?
@bencapobianco2045
@bencapobianco2045 Жыл бұрын
Would be cool to have a separate pcb for a controller too maybe Bluetooth? Then you can wire it to a tv and have made your own gaming system.
@emblink27
@emblink27 3 ай бұрын
While working with the NCAT repository, I found it to be quite a challenge. Despite being an embedded firmware engineer, it took me two days to get the console running on a breadboard. There’s an overwhelming number of unnecessary and redundant defines for custom boards, which only adds confusion. I also can't understand the decision to use 330-ohm resistors for buttons instead of simply employing pull-ups. Also not sure why he chooses to use a software SPI instead of hardware HSPI, wich is available on the eps32 - wroom. There’s no proper HOWTO guide, just a bunch of pictures and code snippets with little explanation. I honestly don’t know how an average person with minimal coding experience would ever get this project up and running. The work done on porting those emulators is impressive, but the presentation and documentation of the project leave a lot to be desired-especially for Arduino users. A clearer guide and better organization would significantly improve the experience for everyone.
@pintokitkat
@pintokitkat Ай бұрын
I'm just about ready to shoot myself after trying to sort out the errors and missing information in this 'tutorial'. Some of the include statements refer to folders on the author's hard drive! If you have a debugged ino file, can you make it available?
@jordiburgos
@jordiburgos Жыл бұрын
I would like to see more videos related with the NES emulator in the ESP32. Could this be modified to output the audio and video with RCA connectors? Would be amazing to put the ESP32 inside a real NES case!!
@dekipet
@dekipet Жыл бұрын
Ok, starting a new "topic". It compiles, but ESP32 lib MUST be 1.0.5 or 1.0.6. SDfat MUST be 1.1.4. So far, so good. Next step, download NES games in the NES folder of the SD card. When powering up, it lists all games, and I can scroll through them, but when I press SELECT on any of them, the game doesn't start. I am stuck here. Any idea what to try? What to check?
@brxdow
@brxdow Жыл бұрын
I dont eaven get so far.... I dont get the TFT Display to work. How did you Connect the CS Pin?
@brxdow
@brxdow Жыл бұрын
When i use SDFat library in the Version 1.1.4 it doesnt compile. When i use Version 1.0.5 it does??? What do i make wrong
@brxdow
@brxdow Жыл бұрын
I even See ( in the seriell console of the Arduino IDE ) that it load the Games and i can selcet one. I See the Name of the .nes File and that it is currently loading. Then there is the Message that the Rom Download is successed. But i cant get the TFT Display to Work. I once powered it with 5V. Have i destroyed it with that?
@itsnd64
@itsnd64 10 ай бұрын
@@brxdow can u tell me how? im stuck at loading game process
@HoàngNguyễn-x5v
@HoàngNguyễn-x5v Ай бұрын
​@@itsnd64do you know to fix #include "P:\1a KZbin videos tercero/ESP32 Nintendo/NesCat-main/src/hid_server/hid_server.h" there is no file 😢
@victarbutton3096
@victarbutton3096 2 ай бұрын
I got this up and running, but I am having problems with the audio. I am using a MAX98537A, but the sound isn't right. I tried using the PCM5100 with a headphone but no sound at all. Any ideas on what the problem could be?
@toppeople8120
@toppeople8120 Жыл бұрын
can i use any variant of esp32?
@Oh-ou4lp
@Oh-ou4lp 16 күн бұрын
sound from nes elmlator is off to slow in smb but still cool af good work
@bisy2174
@bisy2174 Жыл бұрын
Hi! I don't know if anyone can help me with this but I use the esp32 with 30 pins instead of 38, and it said the SD card can't be initialized. I hope it wasn't the issue so it would be helpful if someone can tell me about this. Thank you.
@brxdow
@brxdow Жыл бұрын
I also have the 30 Pin Version i think. But my SD Card Reader is functioning ( i can See that it load the Games and i can even start them in the seriell console of Arduino IDE ). But i dont get my TFT Display to Work. Have you created the NES Folder and Put one two Games on?
@bisy2174
@bisy2174 Жыл бұрын
@@brxdow Yes I did create a NES folder and put 2 NES game files in it but it didn't seems to detect it, and also ur problem kinda opposite of mine, my display is worked and showed the error. Maybe u can check the wiring again, and if ur display doesn't CS pin, u should change the #define TFT_CS to -1. I'm not sure if that's the issue but worth to try.
@ajaysrena.g10b91
@ajaysrena.g10b91 Жыл бұрын
Your code doesn't working .
@technologyanimals
@technologyanimals 2 жыл бұрын
I just wish the screen was bigger. Holy moly that's small
@beebonzgameplay
@beebonzgameplay 2 күн бұрын
Thats my favorite too❤
@dekipet
@dekipet Жыл бұрын
Starting a topic nr4# It happens very often it doesn't select the game from the list. I can press Select as many times as I want, but nothing happens. Eventually, after some time, after I press the Select button it just starts. Meanwhile, I can scroll through games with no problems. I checked contacts, and everything is good. The HIGH state comes from the button to the ESP32. In addition, the serial terminal is empty. Nothing is printing. As the ESP32 is stuck at menu level.
@ThePaulLondoner
@ThePaulLondoner Жыл бұрын
Not bad! It's a pity the TFT screen is so small, though. Isn't it possible to get a bigger TFT display of the same resolution which is compatible? Of course, that AV output would be a good alternative. It's a pity you didn't demonstrate this. It seems the NES graphics resolution is 256x240, which is about the same as most 8 bit computers, so people would be used to seeing that on a much larger display anyway.
@Idlyresearching
@Idlyresearching 2 жыл бұрын
Hey! I am curious how much you would need to change to turn this into a DIY music player? It seems to have all the basic buttons and features to run Mp3 dual audio
@josephgomez9155
@josephgomez9155 2 жыл бұрын
ufff brutal, que gran proyecto
@no-pw5uc
@no-pw5uc 17 күн бұрын
Do i need the sd card i have 20mb version of esp32 from china doesnt the 1or 2 games plus the emulator fit to 20MB?
@brxdow
@brxdow Жыл бұрын
Nice video! But i always get Errors when i try to conmpile the code because of the "... .h" Files. Can someone help me?
@aidansmith1549
@aidansmith1549 Жыл бұрын
Same here!!!! I keep getting that problem with like a video.h file or something and when I go into the files it says to I can see it right there and open it and everything please tell me if you figured this out
@brxdow
@brxdow Жыл бұрын
I progressed! So if the error message comes then you have to first look that ONLY the file name is in the quotation marks (for example: #include "video.h"). Once you have done that, you must then put this file in the folder where the code (.ino) is saved. Now I did that and it works, but now I have a new error message (SDFat...). :(
@aidansmith1549
@aidansmith1549 Жыл бұрын
@@brxdow thanks and I fixed that problem what I did is I went to the sdfat zip file in the libraries and I installed it and that got rid of the problem but now it has a hard time compiling because of something else
@brxdow
@brxdow Жыл бұрын
Thank, I will try to load IT to my Esp32. I already soldered everything together... I will see If it works( when i have time).
@brxdow
@brxdow Жыл бұрын
I've got it to Upload to the esp32! I unsoldered everything an it worked. I soldered the Display and Sd- Card Reader Back in Place. Now when i give power to the esp, in the seriell consol (in the Arduino IDE) i can See how many Games are loaded to the Sd Card. But now i dont get my TFT Display to work it Just Show black Screen :( . Why did He Put the capacitor between ground and ground??! What should i Connect to the CS Pin?
@scaredcrew
@scaredcrew Жыл бұрын
I tried everything as you said but code doesnt work. lots of library is missing or outdated.
@pantanomonstruodel7453
@pantanomonstruodel7453 Жыл бұрын
hello electronoobs, this setup can be adapted to a arduino shield tft 480*320 with ili9486/9488 ? (using the esp32 dev module)
@minhnguyentuan8403
@minhnguyentuan8403 6 ай бұрын
any version of this project but for ILI9341 or with joystick and 4 buttons??
@100uno100
@100uno100 Жыл бұрын
Hola!!. Muy buen proyecto @ELECTRONOOBS !!. ¿Se puede hacer con un ST32?
@adamfosfi691
@adamfosfi691 Жыл бұрын
when is the estimated time for a 3D printed case and PCB?
@resads8422
@resads8422 2 жыл бұрын
Is only using two gfx and st7789 libraries I get an error code while compiling in SDfat and bluetooth_PS4
@DIYRobotGirl
@DIYRobotGirl 2 жыл бұрын
I am just still trying to figure out if there is way to use those type of screens for displaying arduino ide on a robot. I guess we would still need to have a keyboard or a mouse to it. I tried making smart glasses out of a oled screen while back ago. It didn't work for me. If it can have enough resolution for mario brothers it should be able have the resoulution for arduino ide. Watching this video made me think to go back and look again at that old project. I just think a small pair of smart glasses it don't have to be vr or ar just a simple two dimensional screen would go well with a mobile robot.
@alpha_pixel_
@alpha_pixel_ Жыл бұрын
Small suggestion.. use esp cam module without cam. SD card already attached.
@divyaprakashbiswas8781
@divyaprakashbiswas8781 2 жыл бұрын
Great project. As usual 😊
@mohabossama8084
@mohabossama8084 2 жыл бұрын
is there another way to output the sound because i can't order the i2s module ? and even i can't find the module here in any e-shops in my country
@ELECTRONOOBS
@ELECTRONOOBS 2 жыл бұрын
hmm, I don't know...
@MrMic18650
@MrMic18650 2 жыл бұрын
Can you create a link for where to get the large bread board plz, I can’t find one.
@roshanjosephjoseph-ws4bc
@roshanjosephjoseph-ws4bc 10 ай бұрын
Sir i made this circuit but the display is showing blank ....But in serial monitor it shows the output
@roshanjosephjoseph-ws4bc
@roshanjosephjoseph-ws4bc 10 ай бұрын
Plzzz helpe@electonoobs
@ASNoffical
@ASNoffical 2 жыл бұрын
hello, do you have any suggestions for marketing my products? low-frequency encapsulated transformers?
@seanocansey2956
@seanocansey2956 2 жыл бұрын
Awesome video! Do you know if there's a GBC version?
@realbyte2048
@realbyte2048 Жыл бұрын
Pretty sure NCAT is an NES and GBC emulator; you might be able to use .gbc files instead of .nes files for GBC games.
@replica707
@replica707 Жыл бұрын
i think there are some errors in circuit diagram you are not mentioning about sda pin of screen on esp 32
@aidansmith1549
@aidansmith1549 Жыл бұрын
Yeah I’m trying to figure out what that is about to
@shakil_1166
@shakil_1166 2 жыл бұрын
How I diy adjustable apms and volts Buck converter useing "uc3845" ic
@SanjithRamKishore
@SanjithRamKishore Жыл бұрын
Can I use different sizes of displays too?
@phamtranhoang251
@phamtranhoang251 2 жыл бұрын
I really love this tus
@Xavier_Everwhere
@Xavier_Everwhere 2 жыл бұрын
u made that i was waiting for a long time
@PaulGrayUK
@PaulGrayUK 2 жыл бұрын
Was thinking about if this was possible, friend likes old games, Defender his fav and was wondering if could pull that off with just an ESP32.
@minisynthmaniac
@minisynthmaniac 9 ай бұрын
It can run Doom too!
@Jkauppa
@Jkauppa 2 жыл бұрын
arrow terasic sockit was 50 bucks, and has all the parts in it
@dekipet
@dekipet Жыл бұрын
Starting a topic nr3# I made a custom board. It WORKS!!!!! What works: -I can go through the SD card games and choose any. -I can load any game from the SD card. -I can start any game. -Game works -I have sound What does not work, or not work as it should: -At first, when I connect an 8ohm speaker, the ESP32 crashes. So I added a 470uF cap on PVDD of the PAM8403. Module I used for testing and the schematic for it does not require it. BUT, the DS says it is a MUST. -After adding a cap, my screen flickers when there is a louder sound. So it is a power issue. -While playing Super Mario I can move left and right, I can jump, but I can not shoot. No button does the shooting. Any help would be nice. I can move the schematic to GitHub if there are some of you to move on. The game console will have battery management, two speakers, power up/down buttons, etc.
@LieutenantPhys
@LieutenantPhys Жыл бұрын
I'm getting many errors, could you send your code and current setup?
@dekipet
@dekipet Жыл бұрын
@@LieutenantPhys The code is the same. I have made a few topics here. Here.... "It compiles, but ESP32 lib MUST be 1.0.5 or 1.0.6. SDfat MUST be 1.1.4."
@scaredcrew
@scaredcrew Жыл бұрын
@@dekipet can you please help? mine doesnt compile.
@dekipet
@dekipet Жыл бұрын
@@scaredcrew downgrade your libs, and read all the comments.
@scaredcrew
@scaredcrew Жыл бұрын
@@dekipet downgrade which library to which version? also getting some error with C++ version 11
@bbbbbb4107
@bbbbbb4107 Жыл бұрын
Is it possible to connect a USB NES controller to this?
@rohitchaturvedi2271
@rohitchaturvedi2271 2 жыл бұрын
The super Mario is not running at 100% speed. Is esp32 not fast enough for this project ?
@ELECTRONOOBS
@ELECTRONOOBS 2 жыл бұрын
I realized that. But when you eliminate the audio module the speed goes up so I guess that the ESP is still too slow or maybe the code is not fast enough :(
@adamfosfi691
@adamfosfi691 Жыл бұрын
@@ELECTRONOOBS Maybe if PCB was made alongside a 3D model and we eliminate all the wires we maybe able to get higher speed
@realbyte2048
@realbyte2048 Жыл бұрын
@@adamfosfi691 That is not how electronics work.
@vsdsas
@vsdsas 2 жыл бұрын
bro i havent see you for long where have you been
@SLAYERSARCH
@SLAYERSARCH 2 жыл бұрын
very nice respect
@jstro-hobbytech
@jstro-hobbytech 2 жыл бұрын
Battle city is a port of tanks from the atari
@codebeat4192
@codebeat4192 2 жыл бұрын
Nice. In your example (Mario game) it looks like the ESP is running at the wrong (slow clock) speed.
@realbyte2048
@realbyte2048 Жыл бұрын
nah it's running at 240MHz its just that super mario bros is laggy
@codebeat4192
@codebeat4192 Жыл бұрын
@@realbyte2048 Your own experience or just thinking?
@realbyte2048
@realbyte2048 Жыл бұрын
@@codebeat4192 he literally flashed with the 240MHz selected in front of our eyes at 7:22 why don't you use your brain
@codebeat4192
@codebeat4192 Жыл бұрын
@@realbyte2048 Okay, not your own experience, just an argue, assuming. I quess you also never made a video and cannot imagine that the shots you see is taken on another moment in time to show how to do this. Never heard of video montage, editing? Never heard of planning and you forgot something, add it later? In the video it looks a very clean and seamless process because of the editing but in reality it can be totally different. It is possible that he shoot the later footage first and the first footage later. Maybe in this process he made a mistake. A video is not a blue print of the real world. You must use your brain. It is still possible he compiled it and run it at the wrong frequency.
@deedd4401
@deedd4401 2 жыл бұрын
i am somewhat disapointed with esp32 documentation and community .. although it's really active... getting stuff like simple web radio ( playing audio / internet radio stations ) working is pain in the ...
@sethbaker5827
@sethbaker5827 Жыл бұрын
Still waiting for the PCB
@lucifeta
@lucifeta 5 ай бұрын
can I output to a CRT?
@eugeneswanson7508
@eugeneswanson7508 2 жыл бұрын
Any relatively modern android smartphone can run enulators
@riteshpradhan9328
@riteshpradhan9328 2 жыл бұрын
I certainly loved this project i did tried before but didnt work and also sir my code is lost nd now ur console code link didnt open pls pls provide a good place where to find "nescat 1.0” code or whatever version u r using of nescat
@ELECTRONOOBS
@ELECTRONOOBS 2 жыл бұрын
The code link is on the tutorial page and it will downlaod a .zip file with the code
@riteshpradhan9328
@riteshpradhan9328 2 жыл бұрын
@@ELECTRONOOBS thanks a lot earlier it wasnt now sir its works may be just may be my network issues
@riteshpradhan9328
@riteshpradhan9328 2 жыл бұрын
M done sir its works so well now just trying to make case for it
@adamfosfi691
@adamfosfi691 Жыл бұрын
@@riteshpradhan9328 Let me know once you make the case, thanks!
@riteshpradhan9328
@riteshpradhan9328 Жыл бұрын
@@adamfosfi691 m done
@ShahZahid
@ShahZahid 2 жыл бұрын
fingers crossed that Nintendo wont try to take this video down, they have pretty bad history
@anonuser2640
@anonuser2640 2 жыл бұрын
Very nice project (be careful by nintendo)
@UHC-xu1gj
@UHC-xu1gj Жыл бұрын
i dont get the button schematics
@amikayr4897
@amikayr4897 Жыл бұрын
Can you make speed checker for mini 4wd ?
@dol_codm
@dol_codm Жыл бұрын
Why I get this error:arduino: 1.8.12 (windows 10), board: "esp32 dev module, enabled, default 4mb with spiffs (1.2mb app/1.5mb spiffs), 240mhz (wifi/bt), qio, 80mhz, 4mb (32mb), 921600, core 0, core 1, none, disabled" in file included from sketch\bluetooth.h:77, from c:\users\asus\desktop cat-main cat-main cat_esp32 cat_esp32.ino:1463: sketch\btstack/src/btstack_crypto.c:89:10: fatal error: uecc.h: no such file or directory #include "uecc.h" ^~~~~~~~ compilation terminated. exit status 1 error compiling for board esp32 dev module. this report would have more information with "show verbose output during compilation" option enabled in file -> preferences. Pls help
@MehmedFrida
@MehmedFrida 2 жыл бұрын
Can we use LCD display instead of OLED ?
@30svich
@30svich 2 жыл бұрын
hmmm it depends... if your eyes can see images on lcd, you can use lcd
@jstro-hobbytech
@jstro-hobbytech 2 жыл бұрын
The esp32 wroom32 s3 should be more powerful. They added a floating point block to the new version. That's the worst thing about risc V man. They have to pay for the ip license to tape it out
@danishbhai5920
@danishbhai5920 2 жыл бұрын
Please make esc for brushed motor upto 200A with low voltage protection (cut off)
@Bang-qv9pd
@Bang-qv9pd 2 жыл бұрын
Please make a variable dc power supply controllable from PC
@legendsnmvsworld5428
@legendsnmvsworld5428 2 жыл бұрын
What want to do to get a mobile pcb
@Rohan-su9en
@Rohan-su9en 2 жыл бұрын
Wait is this legal ? You cant promote others to use (or use urself) NES game ROMs unless you own them. Isnt this piracy ? I mean i dont have any hate against electronoobs, in fact i love his content , but i was just shocked to see him promote piracy. (disclaimer not even in description ? come on!).
@ELECTRONOOBS
@ELECTRONOOBS 2 жыл бұрын
Uff didn't even though of that... It might be... :(
@thomasvnl
@thomasvnl 2 жыл бұрын
Channel isn't active anymore as this is illegal and Nintendo is going to haunt you until you've removed every bit of source code...
@ELECTRONOOBS
@ELECTRONOOBS 2 жыл бұрын
Uff didn't know that :(
@anonuser2640
@anonuser2640 2 жыл бұрын
Yes true
@Xavier_Everwhere
@Xavier_Everwhere 2 жыл бұрын
i didn't care about that, i will make
@narayanbandodker5482
@narayanbandodker5482 2 жыл бұрын
@thomasv No this code is just for the Emulator, not the actual game. Emulators afaik are not illegal in any way, as long as @Electronoobs does not also put the Super Mario Bros. ROM with it, in that case it is very illegal. You can however run any emulator you want, be it your PC or a microcontroller with whatever ROM you want, as long as it is distributed standalone
@Xavier_Everwhere
@Xavier_Everwhere 2 жыл бұрын
@@narayanbandodker5482 yes, its right
@ajaysrena.g10b91
@ajaysrena.g10b91 Жыл бұрын
Please help me I need this project ...
@blackskrull8206
@blackskrull8206 2 жыл бұрын
can u make in costom pcb
@SantaDragon
@SantaDragon 2 жыл бұрын
Is it legal to download this retro games?
@ELECTRONOOBS
@ELECTRONOOBS 2 жыл бұрын
I don't know :(
@narayanbandodker5482
@narayanbandodker5482 2 жыл бұрын
Not really, but it is more likely for the "distributor" to be caught than you and legality also depends on your local laws. Some allow to have a digital backup for "archive" purpose, given you own the physical copy of it. But if you want to live the seven seas life, go ahead and enjoy :)
@PY4ROE
@PY4ROE 2 жыл бұрын
Top top top !!!!!
@adamfosfi691
@adamfosfi691 Жыл бұрын
Where is the pcb
@theajtruth
@theajtruth 5 ай бұрын
it doesnt compile
@iuhere
@iuhere 2 жыл бұрын
A small suggestion for possible improvement: instead of using pronouns like this and that , try to be specific, for example approximately around timestamp @03:40 you are discussing what works and what not, so instead saying the one with cs(or without cs whichever is the case) and with 280- resolution (or 240 whichever is the case as i am still confused which one was it) can portray your information in a better way. Hope this helps. I know you are not a native english speaker so this is not a complain, you are already helping us a lot with your videos. Juts saying on feasible improvement. Good luck. And thank you for sharing this one.
@Ok123-4
@Ok123-4 2 жыл бұрын
Where is the coustom pcb
@ELECTRONOOBS
@ELECTRONOOBS 2 жыл бұрын
Not ready yet... :/
I Created a (terrible) Video Game Console
9:21
Sebastian Lague
Рет қаралды 2,4 МЛН
Каха и дочка
00:28
К-Media
Рет қаралды 3,4 МЛН
1% vs 100% #beatbox #tiktok
01:10
BeatboxJCOP
Рет қаралды 67 МЛН
Леон киллер и Оля Полякова 😹
00:42
Канал Смеха
Рет қаралды 4,7 МЛН
DOOM on an ESP32 via SDCard with sound
4:37
Gadget Workbench
Рет қаралды 56 М.
Let's build a Game Boy Emulator on a Breadboard!
3:40
YouMakeTech
Рет қаралды 45 М.
ESPlay Micro: Open Source ESP32 Game Console
8:39
Davy Wybiral
Рет қаралды 39 М.
Building a Working LEGO Laptop...
33:42
Brick Machines
Рет қаралды 1,3 МЛН
Streaming Video From an SD Card on the ESP32.
5:48
atomic14
Рет қаралды 32 М.
Thousands of Retro Games in Your Pocket with this DIY Emulator!
13:07
Snazzy Labs
Рет қаралды 1,2 МЛН
Designing my own Game Console
6:44
Leandro Linares
Рет қаралды 1,5 МЛН
Hacking a weird TV censoring device
20:59
Ben Eater
Рет қаралды 3,4 МЛН
Open Source Mini Video Player (Arduino, ESP32, Electronics, PCB Design)!
12:41
Super Make Something
Рет қаралды 69 М.
Каха и дочка
00:28
К-Media
Рет қаралды 3,4 МЛН