First, let's start with selecting the motors. Q1. What are some motors controllable via the Grove standard that are suitable for the limbs of a small robot, and what are suitable for wheeled toys like ...
//#define ILI9488_DRIVER // WARNING: Do not connect ILI9488 display SDO to MISO if other devices share the SPI bus (TFT SDO does NOT tristate when CS is high) //#define ST7789_DRIVER // Full ...
PaperBoy Game Boy Emulator works at 60 FPS on ESP32-S3 E Ink devkit 60 FPS gaming on an E Ink display? That doesn’t seem right… But that’s exactly what Wenting Zhang’s PaperBoy Game Boy emulator ...
I found you can't use M5GFX and the Ethernet module at the same time because they run in separate FreeRTOS tasks (i.e. can both desire the SPI bus at the same time) and will walk all over each other ...