Hi guys, i have a problem when upload the sketch "TemperatureWebPanel" via WiFI, in the IDE says: "alerta: Problem accessing board folder /www/sd", so I can not upload html files to the MicroSd.
That tutorial misses a "setup" paragraph: your sd card must have an "arduino" folder with a "www" subfolder. So the path structure will be
SD_CARD/arduino/www
I create the folder / arduino sd card in, then the subfolder / www, but still follows me out the error "Warning: Problem Accessing board folder / www / sd", should do some kind of path for both folders asociaciar both the serviro as to the sd card? or that makes only the plate?
try to release the required permissions to read /write in / mnt/sda1 but When wanting to test the file "text.txt touch" throws me this error: "touch: text.txt: Input / output error". Now If That is not really a problem if my plate or a permissions problem.
Also I have tried creating the directories in the microSD / arduino / www, but sige throwing me the error, "Problem Accessing board folder / www / sd
"In the Arduino IDE. Really now what to do, please help!
In my case linino mounts the sd card as /mnt/sda1. With the dataloger example I got it work by changing the path of the file in arduino sketch. In this example I can't change and I can't find where update the path for the access to the sd card. May be it can works doing a symbolic link to /mnt/sd from /mnt/sda1/. Is there other solution? Is the mounting point the problem?