02-12-2024, 09:02 AM
Hello, I managed to use the Arduino code for TF card on KC868-ASR and I could store "hello world" as intended on the code. But I am failing to store Temperature Values from DS18B20 although I am able to read the valuse of Temperature from DS18B20 on the Serial.print. It gives me error of either char or const char or float or uint8_t or String format. I tried all ways to modify - chat buf[] = "hello world" - to insert the - chat buf[] = ds1.getTempC() -under - void testIO(fs::FS &fs) - but did not succeed. It gives me all sort of format errors. Someone please assist.