Hello.
There are numerous of SD/TF/USB stick adapter boards for hobby purposes.
I have couple of UBS stick datalogger by parallax, which are super easy to use, but they're not made anymore and were very expensive during it's time.
There are some modules for TF card, USB flash drive, which seem to have support on Arduino and other platforms. like this one: https://hallroad.org/arduino-disk-re...-pakistan.html
So the question is, had anyone used these with PBP? which one is easiest to use in terms of resources and programming skills?
I need simple operation: Create text file with name of current time-date and write some logger data into it. That's all, no file reading, deleting, creating and so on.
So will be this doable with 16F series chips, or I'll definitely need PIC18 and so on?