Questions tagged [datalogging]

logging data into some storage or memory

logging data into some storage or memory

122 questions
13
votes
3 answers

How to increase SD card write speed in arduino

I'm creating a data-logger system which logs data in SD card at a high speed of about 20000-30000 bytes per second. But the SD library in arduino currently writes data at about 4500-5000 bytes per second which is too slow. I've read this hack to…
Ashish Ranjan
  • 455
  • 1
  • 5
  • 15
7
votes
2 answers

arduino creates strange files in SD card

I'm new to Arduino and electronics. I want to make a project including SD data-logger, but I had a problem. I would appreciate if someone show me where I made a mistake. Firstly, circuit was set up as in picture: I am using 8 Gb micro SDHC card…
dursung
  • 71
  • 1
  • 1
  • 2
5
votes
3 answers

External Flash Memory File System

I'm building a weather data collector and I want to be able to dump that weather data somewhere. I've considered the options, and since I'm going to be storing a fairly small amount of data (in the megabyte range) I don't want to use SD cards (also…
Carrot M
  • 86
  • 1
  • 6
5
votes
3 answers

Using Arduino as Keylogger

Is it possible to use arduino uno r3 as USB keylogger by connecting the usb male pin to CPU and keybord cable to female USB pin of arduino. So that the keystrokes are stored in EEPROM. Without using an external storage modules or other components? I…
Ganesh
  • 51
  • 1
  • 1
  • 3
4
votes
1 answer

Connecting pressure sensor to Arduino to collect pressure and time data

I'm trying to build a pressure data logger using an Arduino and Mindman MP47P-03-F1 (https://www.mindman.com.tw/proimages/pdf/E_MP47_S.pdf) pressure sensor, the sensor is connected to an outer 12-24 VDC power source. I've connected the analog wire…
4
votes
2 answers

Writing to sd card with a sampling rate 50ms or less? I have a sketch that writes to sd every 1s but jams at faster sampling rates. Please help?

My code below reads data from an ADC and 3 digital pins via a Mega and prints to an SD Shield (Deek Robot). I want to be able to read the data every 50ms (20ms ideally). I can't get below 250ms. I've read countless forum posts regarding the same…
Microk
  • 115
  • 9
4
votes
2 answers

Data logging speed with arduino

I am trying to make some data logging conserining physiological data coming from a bitalino. My problem is that I would like to collect samples at something like 1 kHz, that is the rate that the bitalino can read the sensors, but I think that the…
arduinoFan
  • 87
  • 1
  • 6
4
votes
1 answer

Advanced Arduino Project Help

So, I am an Engineer working on a very time tight project. I want to create a system capable of collecting data from a Photodiode and compiling it in a way that will separate data into four columns which correspond to colours (red, green, blue,…
3
votes
2 answers

Which thermometer for home brewing

Hello, I have an Arduino Yun and I brew beer. I would like to log the temperature of the beer at all time during the fermentation process (final stage). This means the thermometer would have to remain in the beer during this time (10 days). The…
DanAbdn
  • 161
  • 5
3
votes
1 answer

Reproduce simulated temperature data with Arduino

I'm starting a test using Arduino to reproduce a set of temperature values in water each three hours and need some help with it. I will use two ds18b20 sensors to control two thermostats connected to relays. The idea is that Arduino could access the…
3
votes
3 answers

Is it possible to use extra AVR Flash memory as non-volatile EEPROM-like Flash memory storage?

In STM32 microcontrollers it is possible to use a technique that ST calls IAP, or In-Application Programming, in order to write to the Flash memory from your running application. They even have a nice Application Note (ex: AN2594) to describe a…
Gabriel Staples
  • 1,385
  • 11
  • 27
3
votes
2 answers

Grab keys from an ordinary USB keyboard

Arduino USB I want to write an Arduino Sketch (if there is no other possibility it can also be plain c) , to grab keyboard inputs from my ordinary USB keyboard. Preferably without expensive hardware, but as mentioned, if there is no other…
3
votes
3 answers

How to connect 70 analog sensor to a single Arduino (Mega or Uno) device?

I was working on a project in which I need to collect soil moisture data for a farm. For this, I need to collect soil moisture value from 70 sections of the farm on a single Arduino. But, this is not possible as there are just 6 analog pins on…
OzoneX
  • 33
  • 5
3
votes
2 answers

Connect Arduino to MySQL database online problem

I'm trying to connect Arduino with MySQL database on my online server. I manage my project to work on WampServer locally on localhost, but when I try to move everything online I have problem... on the serial monitor I get the message that the server…
tanjamaya
  • 31
  • 1
  • 3
2
votes
1 answer

Can I use Data Logger Shield with Arduino Sensor shield V5.0?

so I did a little research on this but the answer to my particular problem did not exist. I have a data logger shield created by deek robot (deek-robot.com) which seems pretty similar to adafruits data logger shield so I assume they would use the…
Hitman2847
  • 121
  • 3
1
2 3
8 9