bootrino

Results 33 comments of bootrino

Sorry I only just saw in the source code that I need to "ESP32 Sketch Data Upload" first. Still not working yet, but please disregard first error in this thread....

OK so progress made, and some feedback. It appears that the documentation on the readme page says pin 25 in the schematic but the source code says pin 26. A...

Further update - maybe not worth worrying about my PAL issues - I have tried bitluni's composite video on exactly the same hardware and it's janky too - it's not...

The problem with bluetooth is memory usage. My understanding is this project implements the minimum bluetooth code needed to support the controllers it supports.

I suspect you'll have to write the code yourself if you want this.

Just to confirm - are those resolutions theoretical maximums or actual maximums you've tested and seen working with your software/hardware? i.e. you've seen 720x576 PAL and 640x480 NTSC actually working...

Sounds really awesome. I love programming like this - it's magic. Hopefully you'll put up more videos showing some of these things in action.

@RoCorbera I'm pretty sure they are working on host mode. See thread: https://www.esp32.com/viewtopic.php?t=16147

try changing the board type. I had video noise until I switched board type in the arduino IDE.

I also was not able to get this project working with either NTSC or PAL for some reason. This fork seems to work though: https://github.com/CornN64/esp_8_bit No idea what is different...