In my project, I need to split any file or package into parts with Arduino. Can this be done with Arduino?
If you have a sample code regarding this, can you send it to me and I will add it to my code.
you'll need to provide way more information about what you call splitting and what/where are the files or packages you intend to split...
I will divide a file in the Arduino SD card module
you can read bytes from a file and create other files from what you read
which Arduino ?
Please read the forum guidelines:
Asking for the code for what you are trying to do will not get you anywhere, other than possibly some annoyed replies. You either have to write your own, which we are here to help with when you get stuck, or you can pay for someone else to write it for you. If you neither want to learn to write code yourself nor pay someone else to do it for you then this is probably not the right place for you.
I'm sure it can be done. Can you describe the use case?
The question is which criteria you want to apply to split the file. For e.g. a text file I can imagine that you want to split on line endings or delimiters, for a binary file on every 33 or 44 or 911 or ... bytes
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.