I want to store the parameter of the project .The parameter would be an integer. is it possible to store variables in memory or sd card?If it can ,what is the range of the adress?
You make a file. Then write to it. Then read from it. This is regular python. Just google regular python on how to make files.
We have a json object encoder and decoder so you can use that to serialize and deserialize the data for the file.