An Arduino library for the ST25DV64KC Dynamic NFC/RFID Tag. With this library, you can: Write WiFi credentials to the tag using your smart phone and then have your Arduino board read them via I2C Log ...
In the world of IoT and embedded systems, efficient file management is crucial. Today, we’ll explore how to leverage LittleFS (Little File System) on the ESP32 using PlatformIO. We’ll cover everything ...
LittleFS (Little File System) is a lightweight filesystem designed for microcontrollers with a small amount of flash memory. In this guide, we’ll explore how to use LittleFS on an ESP32 ...
LTC2485 is an library for the LTC2485 24 bit ADC which is typically used to monitor a voltage. With a reference voltage of 5.0 Volt, a 24 bit ADC can in theory measure voltages in the sub-microvolt ...
Programming a new microcontroller often takes a longer time due to the new register handling methods and not knowing what bit does exactly what. The same goes for debugging as well without saying.
In this project we make a Cool Speedometer for bikes or any automotives by using Arduino which broadcast the speed using Bluetooth to an Android application that we created using Processing. The ...