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 .
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 .
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.