Surfer and industrial design student Rob Renn has come up with a unique way to create new surfboards: using data logging on previous boards to build better ones in the future. Renn strapped an Arduino ...
[Stewart] tipped us about his very nice project: pokewithastick. It is an Arduino compatible board (hardware, not footprint) based on the ATMEGA1284P which can be programmed to collect and post data ...
This project is a WPF desktop application for Windows that connects to an Arduino via serial port (USB) to display real-time temperature and humidity readings using a DHT sensor. It provides a ...
[G6EJD] wanted to design a low power datalogger and decided to look at the power consumption of an ESP32 versus an ESP8266. You can see the video results below. Of course, anytime someone does a power ...
EN - I have an Arduino UNO with SKECTH: PT-Br - Tenho um Arduino UNO com o SKECTH: #include <Wire.h> #include "EmonLib.h" #define VOLT_CAL 211.6 #define PIN_Voltagem A0 #define PIN_Corrente A1 #define ...