sharkduino / Arduino_Animal_Tag

The main code that runs on the Sharkduinos
0 stars 0 forks source link

Code with no SD writes #22

Closed WLaney closed 7 years ago

WLaney commented 7 years ago

Would it be hard to hack together some code that only reads data, but never writes to the SD card? I want to use it for some power testing

TheBen27 commented 7 years ago

That's doable. To clarify: you want a sketch for the 1.1 that reads data, then throws it away instead of writing it?

I'll do it tonight.

On Mar 13, 2017 3:44 PM, "William Laney" notifications@github.com wrote:

Would it be hard to hack together some code that only reads data, but never writes to the SD card? I want to use it for some power testing

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/WLaney/Arduino_Animal_Tag/issues/22, or mute the thread https://github.com/notifications/unsubscribe-auth/AI_0Jb_O0F6dvxI44W-rKWb49wKcyT-_ks5rlZyzgaJpZM4Mbuje .

WLaney commented 7 years ago

I want a sketch for V2.0, you can do V2.1 as well if you want. I doubt that it matters very much for what I'm looking at though.

TheBen27 commented 7 years ago

Just made the no_sd branch and took out all the SD code. On a related note, did you know that like half our sketch's space comes from the SD library? I mean, not like space is a real priority but maybe flash memory is the way to go Anyway, check it out and close it if you find no problems