Hello!
I was wondering if I could get some help with an issue Im having.
I have a bunch of sensors (RTC, BME280, CCS811, SHTC3, ZioQwiic, AS7265X) that I am collecting data from and I am collecting them to print out in CSV format. I have done this and monitored the output through the serial monitor and it came out like this;
‘’
Date , Time , Humidity , Pressure , Altitude , Temperature , CO2 , TVOC , Humidity , Temperature , Soil Moisture , A , B , C , D , E , F , G , H , R , I , S , J , T , U , V , W , K , L
10/31/2021 , 10:33:48PM , 23 , 95550 , 492.2 , 25.84 , 400 , 0 , 32.29 , 23.38 , 1023 , 89.72 , 380.28 , 139.05 , 370.83 , 121.30 , 601.43 , 368.31 , 417.12 , 2086.99 , 118.34 , 136.83 , 84.38 , 45.90 , 34.69 , 74.43 , 37.51 , 23.59 , 18.79
10/31/2021 , 10:33:50PM , 22 , 99682 , 137.7 , 25.83 , 400 , 0 , 32.27 , 23.38 , 1021 , 89.72 , 380.28 , 139.05 , 370.83 , 121.30 , 602.17 , 368.31 , 417.12 , 2086.99 , 118.34 , 136.83 , 84.38 , 45.90 , 34.69 , 74.43 , 37.51 , 23.59 , 18.79
‘’
This was easy enough to do and I have attached the code I used for this, “SensorTestSerialMonitor”. However, when I try to save the data on an SD card using the Openlog, I run into a few problems. First, none of the sensor data seem to print, I get no value. Second, I can’t seem to able to print the updated data. I attached my attempt to the post, “LoggingData”.
Any help would be very useful,
Thanks!
LoggingData.txt (5.97 KB)
SensorTestSerialMonitor(1).txt (6.49 KB)