Search found 6 matches
- Mon Sep 25, 2017 7:48 pm
- Forum: General Discussion
- Topic: How to an ESP32 library and reuse it on other projects
- Replies: 1
- Views: 4262
How to an ESP32 library and reuse it on other projects
Hi, Currently, I build a library that can be used to configure the esp32 using wifi. What I want to do is to consider this library as a separate project (e.g. in terms of git) and include it in other projects (since most of my projects need some way to configure the esp32. My questions are twofold: ...
- Thu May 18, 2017 3:08 pm
- Forum: Sample Code
- Topic: Full example of using spiffs with ESP32
- Replies: 19
- Views: 45527
Re: Full example of using spiffs with ESP3232
This works perfectly.
Thanks for sharing!
-- Jaap
Thanks for sharing!
-- Jaap
- Wed May 17, 2017 11:14 am
- Forum: ESP-IDF
- Topic: How to use virtual file system.?
- Replies: 15
- Views: 27568
Re: How to use virtual file system.?
Interesting.
How was it done?
How was it done?
- Tue May 16, 2017 7:51 am
- Forum: ESP-IDF
- Topic: How to use virtual file system.?
- Replies: 15
- Views: 27568
Re: How to use virtual file system.?
@perryc:
Can you somehow share your code? I can not send you a pm (it seems that this is blocked for new users; why?)
Jaap
Can you somehow share your code? I can not send you a pm (it seems that this is blocked for new users; why?)
Jaap
- Tue May 16, 2017 7:15 am
- Forum: ESP-IDF
- Topic: How to use virtual file system.?
- Replies: 15
- Views: 27568
Re: How to use virtual file system.?
Yes, that precisely the case. Spiffs raw (so without vfs) works fine.
As soon as I use the vfs part (I used the code at https://github.com/nkolban/esp32-snippe ... vfs/spiffs)m I can not read the file back (I can not see if it is written in the first place).
Best,
Jaap
As soon as I use the vfs part (I used the code at https://github.com/nkolban/esp32-snippe ... vfs/spiffs)m I can not read the file back (I can not see if it is written in the first place).
Best,
Jaap
- Mon May 15, 2017 11:09 pm
- Forum: ESP-IDF
- Topic: How to use virtual file system.?
- Replies: 15
- Views: 27568
Re: How to use virtual file system.?
Hi,
I tried to use the spiffs code of the esp32+lua project plus the spiffs code of kolban.
However, no joy. The code compiles, but the file seems not to to be saved.
I can not read it back.
Is it possible to share a working setup of vfs/spiffs?
Thanks,
-- Jaap
I tried to use the spiffs code of the esp32+lua project plus the spiffs code of kolban.
However, no joy. The code compiles, but the file seems not to to be saved.
I can not read it back.
Is it possible to share a working setup of vfs/spiffs?
Thanks,
-- Jaap