In this video I'll be showing you how you can control the contrast and the back light brightness of a 1602 LCD display with just the Arduino. The contrast is typically adjusted with a variable ...
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 ...
Avaota F2 is the first SBC based on an Allwinner V861 dual-core 64-bit RISC-V SoC with 128MB on-chip DDR3 memory, support for ...
The new TFT set has been going strong for some weeks now, and it’s brought quite a lot of new changes to the game. However, with the meta finally being figured out and the new gameplay mechanics ...
Arduino_TFT(Arduino_DataBus *bus, int8_t rst, uint8_t r, bool ips, int16_t w, int16_t h, uint8_t col_offset1, uint8_t row_offset1, uint8_t col_offset2, uint8_t row_offset2); void ...