This repository demonstrates driving an SSD1306-based I2C OLED display from an Arduino UNO R4 (PlatformIO project). IDE used: CLion (JetBrains CLion) with PlatformIO project support. NOTE: No CLion ...
A small PlatformIO/Arduino project that measures distance using an ultrasonic sensor (HC-SR04 or similar) and prints the measured distance over the serial port. This README explains how to open the ...