Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SD card support #8

Open
thijstriemstra opened this issue Oct 9, 2020 · 4 comments
Open

SD card support #8

thijstriemstra opened this issue Oct 9, 2020 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@thijstriemstra
Copy link

Reading/writing to an SD card would be nice (or maybe as an example).

@thijstriemstra thijstriemstra added the enhancement New feature or request label Oct 9, 2020
@thebigpotatoe
Copy link
Owner

Interesting idea. Might be a little bit out of scope for what I envisioned for this library originally, but it certainly makes sense to use an SD card also.

Having a quick look at the SD API it seems it shares similar function calls which is cool. Incorporating that may be as easy as changing some of the macros at the top of the library header file.

Currently I don't own and have never operated a esp8266 or esp32 with an SD card slot, and I don't know when I will. So to implement this will probably be down the track. But pull requests are welcome!

@thijstriemstra
Copy link
Author

I'll be trying this in near future and let you know how it goes; http://www.iotsharing.com/2017/05/how-to-use-arduino-esp32-to-store-data-to-sdcard.html

@thebigpotatoe
Copy link
Owner

Awesome, let us know how it goes. If it works and you're happy to play around with the library let us know. It might tempt me to buy a few SD modules to do this.

@thijstriemstra
Copy link
Author

It might tempt me to buy a few SD modules to do this.

Sweet. They're dirt cheap ;)

@thebigpotatoe thebigpotatoe added this to To Do in Feature Updates Jul 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

2 participants