News

To use the Arduino GPS Data Logger, you will need the following hardware components: Arduino board (e.g., Arduino Uno, Arduino Mega, various other versions) ( I've used ESP32) GPS module (supporting ...
Posted in Arduino Hacks, green hacks Tagged arduino, data logger, temp logger ← Bluetooth Enabled Fuel Consumption Monitor A New Handle For An Old Soldering Station → ...
In many applications data collection is remote and Wi-Fi and Internet are not available. In addition and in lieu of other backup opportunities, a simple on-demand logger would be a nice resource for ...
Moreover, the data can be further analyzed using various software tools to extract additional information such as speed, altitude, and distance traveled. This makes the Arduino GPS data logger not ...
LM35 & Memory Card This is a little DIY project with an Arduino Uno, SD card breakout board, and LM35 temperature sensor. To build a temperature logger using a microSD card, just connect the LM35 ...
Now you can prove that you have the bumpiest commute in the office by measuring how rough your ride actually is. [Techbitar] calls the project the Bump-O-Meter. It uses an Arduino, GPS, and acceler… ...
Ride comfort can be measured using different approaches. Road profile is the one of most important factors that affect the comfortability of passengers in a driving car. Road profile also affect the ...
The Arduino GPS Data Logger is a project that interfaces with a GPS module to extract GPS data such as latitude, longitude, altitude, speed, and date. It uses the TinyGPS++ library to parse NMEA GPS ...