alessandro@lemmy.ca to PC Gaming@lemmy.caEnglish · 1 day agoYouTuber gets classic Tomb Raider running on a chip that sips a mere 1 W of power - The SoC in question is the ESP32-P4 microcontroller, a lightweight 32-bit RISC-V processor featuring two coreswww.pcgamer.comexternal-linkmessage-square27linkfedilinkarrow-up1182arrow-down11
arrow-up1181arrow-down1external-linkYouTuber gets classic Tomb Raider running on a chip that sips a mere 1 W of power - The SoC in question is the ESP32-P4 microcontroller, a lightweight 32-bit RISC-V processor featuring two coreswww.pcgamer.comalessandro@lemmy.ca to PC Gaming@lemmy.caEnglish · 1 day agomessage-square27linkfedilink
minus-squareswicano@programming.devlinkfedilinkEnglisharrow-up29·24 hours agoLol I’ve got a esp32-p4 and I struggled to get the included example working. So. We’re basically the same. It’s a very impressive chip but Tomb Raider, wow that’s fantastic
minus-squarevillage604@adultswim.fanlinkfedilinkEnglisharrow-up3·14 hours agoThe ESP-32 is actually more powerful than the original console the game was released on.
minus-squareCaptain Aggravated@sh.itjust.workslinkfedilinkEnglisharrow-up7·21 hours agoI wonder about the graphics arrangement? An ESP32 doesn’t usually have video out.
minus-squareyucandu@lemmy.worldlinkfedilinkEnglisharrow-up8·20 hours agoThis is built on a P4 dev board with the screen attached, likely over QSPI or RGB888. either a buncha wires or a more buncha wires.
minus-squareUnpledgedCatnapTipper@piefed.blahaj.zonelinkfedilinkEnglisharrow-up3·20 hours agoYou can drive screen output via the gpio pins quite easily. You can even do VGA output via I²S!
minus-squareCaptain Aggravated@sh.itjust.workslinkfedilinkEnglisharrow-up3·19 hours agoI did not know I2S could do that. I thought it was digital audio.
minus-squareempireOfLove2@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up6·18 hours agoVGA is basically just a bunch of analog audio signals that, when timed correctly, happens to describe a field of pixels.
Lol I’ve got a esp32-p4 and I struggled to get the included example working. So. We’re basically the same.
It’s a very impressive chip but Tomb Raider, wow that’s fantastic
The ESP-32 is actually more powerful than the original console the game was released on.
I wonder about the graphics arrangement? An ESP32 doesn’t usually have video out.
This is built on a P4 dev board with the screen attached, likely over QSPI or RGB888. either a buncha wires or a more buncha wires.
You can drive screen output via the gpio pins quite easily. You can even do VGA output via I²S!
I did not know I2S could do that. I thought it was digital audio.
VGA is basically just a bunch of analog audio signals that, when timed correctly, happens to describe a field of pixels.