A data logger built on using the adafruit Datalogging Arduino Shield on an Arduino Mega 2560 R3. 3 types of different units can be measured right now: Current, Voltage, Temperature. The ammount of ...
uint8_t sensor1[8] = { 0x28, 0xF2, 0x00, 0x07, 0xD6, 0x01, 0x3C, 0x95 }; uint8_t sensor2[8] = { 0x28, 0x35, 0xAB, 0x07, 0xD6, 0x01, 0x3C, 0xCC }; uint8_t sensor3[8 ...
In one of our previous tutorials, we have shown you how you can interface LM35 Temperature Sensor with Arduino because it's cheap, easy to use, and requires minuscule power for stable operation. But ...
[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 ...
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 ...
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 ...
How do you save data from an Arduino-based device to a memory card? Fortunately, a microSD card and SD card breakout board now make this an easy task. Below is a simple tutorial on how to capture data ...