Timer interrupt stops after 5 minutes

Status
Not open for further replies.

JKoerlin

Member
I am trying to make a Balloon Satellite controller. It will record Pressure, Temp and Altitude to an micro SD card every 15 seconds. The program works perfectly for 5 minutes. Then it stops recording. This is independent of the interrupt interval (4 to 30 sec).

I have combined 3 programs:
1. SFE_BMP180 altitude example
2. SD_Readwrite
3. TimeAlarmExample

and use:
#include <SFE_BMP180.h>
#include <SD.h>
#include <SPI.h>
#include <Wire.h>
#include <Time.h>
#include <TimeAlarms.h>

Any help would be appreciated.
 

Attachments

  • BMP180_altitude_Log_2.ino
    6 KB · Views: 100
Why are you posting this in a new thread? I've already given you some more suggestions to try which you have, apparently, ignored.

Pete
 
Status
Not open for further replies.
Back
Top