OK, I'll do that.
Thanks!
Type: Posts; User: Cr2O7
OK, I'll do that.
Thanks!
Yes, I didn't properly state the problem in the previous message.
However, the sketch don't compile when 'FILE_WRITE_BEGIN' is referenced.
Please see the included 'Datalogger' example:
...
Hi again!
It seems to be a limit on the length of a directory name to be less than 10 characters.
This code:
#include <strings.h>
#include <SD.h>
Hi!
This does not work:
FD = SD.open(Path, FILE_WRITE_BEGIN);
but these are OK:
Yes, I am sure about the used resistor, measured to 4.6 kohm. I'll try other values on the resistor. Regarding the chips, they are for sure counterfeit. I read an article in this forum saying that if...
### Description
I have problems to connect to a DS18B20 temperature sensor when using the example DS18x20.
When the sketch is loaded into the module "No more addresses" is printed repeatedly, see...