Pressure Sensor Output

Hello everyone,

Can anyone help me with the Arduino coding for a pressure sensor. I am new to this and could not find a solution. My goal is to make a code for a pressure sensor which can save all outputs ( pressure points ) to a file ( excel or text ) after every 5 minutes (this should be a variable) automatically . Its like taking a sample of all readings in 5 minutes , saving those outputs in a new file then repeat this process. This is the code what I have made. I first used log view software for this but it did not had an automatic stop function after 5 minutes. Attached is the code. Now , i am confused which changes to make to the code to achieve my goal .

Regards

JazakAllah

Drucksensor_LogView.ino (431 Bytes)

read the bottom half of my signature line. you get a free pass for your first post. in the future, expect people around here to get crabby if you have not done your homework.

My goal is to make a code for a pressure sensor which can save all outputs ( pressure points ) to a file ( excel or text ) after every 5 minutes (this should be a variable) automatically .

it has a name. datalogger.

there is an example in the Project Hub:

pressure sensor logger

research .CSV extension. a file format that can be loaded into a spreadsheet.
research SPI, the interface between the Arduino &$ the SD card.

As a bit of confusion...
A pressure sensor...
All pressure points...
Read all points every five minutes...
Stop after 5 minutes....

I am thinking that if you have a (one) sensor and Read it once in 5 minutes then stop
You get one reading.
I think i am missing something.

Sorry @GeekEmeritus, I will post future posts as directed.

I came across a DUINO DCS software, I think this will work out for me. It has also a time interval option and a csv file export option. Will check tomorrow in office.

What do you think ?

I'm not the boss of anything, I'm not upset, I'm just saying . you will see.