Please note: The sketch is just the tutorial code and does not contain any code for displaying any data on a TFT display ! The DESFire library contains just the code (commands) needed for the tutorial ...
This is a C++ library for the Arduino IDE that allows you to manipulate general-purpose I/O (GPIO) pins on your Arduino or Arduino-compatible board with minimal overhead. Many function calls to this ...
This post is a peek into the Beta and Steinhart-Hart equations for representing the resistance vs. temperature relationship in NTC thermistors. As defined by IEC 60539, NTC (Negative Temperature ...
MakerFabs sent the package to me from China. Inside the package, there were 4 sets of the MaUWB_DW3000 with STM32 AT Command. Each set contains the module, a 3.7V 600mAh battery, and 2 pieces of ...
Last week, we noted and tried the unofficial Raspberry Pi Pico Arduino Core that works on RP2040 boards, including Raspberry Pi Pico. Everything was super early to set up and the blink sample worked ...
The ability to dynamically control a behavioral task based on real-time animal behavior is an important feature for experimental neuroscientists. However, designing automated boxes for behavioral ...
Today digital meters are replacing analog meters in every sector whether its electricity meter or taxi fare meter. The main reason for that is analog meters have mechanical parts that tend to wear ...
This is a mini-NTP based on a ESP32. Time will be provided from the GPS receiver and a DS3231 if no GPS-signal is avaliable, to server time to your networkcleints. With the feedback and help from our ...