Search found 6 matches

by jgfrmesp
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: 3851

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: ...
by jgfrmesp
Thu May 18, 2017 3:08 pm
Forum: Sample Code
Topic: Full example of using spiffs with ESP32
Replies: 19
Views: 39836

Re: Full example of using spiffs with ESP3232

This works perfectly.

Thanks for sharing!

-- Jaap
by jgfrmesp
Wed May 17, 2017 11:14 am
Forum: ESP-IDF
Topic: How to use virtual file system.?
Replies: 15
Views: 24785

Re: How to use virtual file system.?

Interesting.
How was it done?
by jgfrmesp
Tue May 16, 2017 7:51 am
Forum: ESP-IDF
Topic: How to use virtual file system.?
Replies: 15
Views: 24785

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
by jgfrmesp
Tue May 16, 2017 7:15 am
Forum: ESP-IDF
Topic: How to use virtual file system.?
Replies: 15
Views: 24785

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
by jgfrmesp
Mon May 15, 2017 11:09 pm
Forum: ESP-IDF
Topic: How to use virtual file system.?
Replies: 15
Views: 24785

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