This section provides the wiring guide for connecting a 2.8inch TFT display based on ILI9341 to an ESP32 development board. The table below outlines the pin connections for the display and touch ...
In this video I've created a device that can notify in real time about events that happen on a website. The project uses NodeMCU board and a buzzer to produce sound as alert. The board is programmed ...
Today I learned that WiFi and Bluetooth LE could NOT be used simultaneously on Arduino boards featuring the ESP32-based u-blox NINA-W102 wireless module, ...
How often have you pulled out old MCU-based project that still works fine, but you have no idea where the original source code has gone? Having the binary image and the source code as separate things ...
This is an implemenation of a simple side scrolling platformer game running on an Arduino Atmega328 inspired by classic 80s games like Giana Sisters or Super Mario Bros. The game was written as a gift ...