does ESP32 VROOM 32 have an internal eeprom?

For general Flowcode discussion that does not belong in the other sections.
Post Reply
kennethnilsen69
Posts: 35
http://meble-kuchenne.info.pl
Joined: Wed Dec 02, 2020 11:41 am
Been thanked: 2 times

does ESP32 VROOM 32 have an internal eeprom?

Post by kennethnilsen69 »

does ESP32 VROOM have an internal eeprom? if not does it have any alternative that can be used in the similar way in Flowcode?

LeighM
Valued Contributor
Posts: 401
Joined: Mon Dec 07, 2020 1:00 pm
Has thanked: 70 times
Been thanked: 217 times

Re: does ESP32 VROOM 32 have an internal eeprom?

Post by LeighM »

I presume you mean for parameter storage.
No, we don't have any support for this yet (as a Flowcode component)

kennethnilsen69
Posts: 35
Joined: Wed Dec 02, 2020 11:41 am
Been thanked: 2 times

Re: does ESP32 VROOM 32 have an internal eeprom?

Post by kennethnilsen69 »

ok thanks for the reply. then I just have to integrate an eeprom chip in my project :-)))

kennethnilsen69
Posts: 35
Joined: Wed Dec 02, 2020 11:41 am
Been thanked: 2 times

Re: does ESP32 VROOM 32 have an internal eeprom?

Post by kennethnilsen69 »

by the way can this be done in FC?
https://randomnerdtutorials.com/esp32-flash-memory/

LeighM
Valued Contributor
Posts: 401
Joined: Mon Dec 07, 2020 1:00 pm
Has thanked: 70 times
Been thanked: 217 times

Re: does ESP32 VROOM 32 have an internal eeprom?

Post by LeighM »

Yes, EEPROM can usually be emulated in flash memory.
It's something we haven't looked at yet on ESP, but will add it to the list.

MJU20
Posts: 244
Joined: Tue Dec 08, 2020 5:11 pm
Has thanked: 75 times
Been thanked: 50 times

Re: does ESP32 VROOM 32 have an internal eeprom?

Post by MJU20 »

Was the EEPROM (Flash) component tested on the ESP32?

Other ways of storing data that is retained while power off?
I need to store Floats that are kept when power is off.

medelec35
Matrix Staff
Posts: 1451
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 512 times
Been thanked: 472 times

Re: does ESP32 VROOM 32 have an internal eeprom?

Post by medelec35 »

Hello.
Please have a look at this post
Martin

MJU20
Posts: 244
Joined: Tue Dec 08, 2020 5:11 pm
Has thanked: 75 times
Been thanked: 50 times

Re: does ESP32 VROOM 32 have an internal eeprom?

Post by MJU20 »

medelec35 wrote:
Wed Jul 20, 2022 10:24 am
Hello.
Please have a look at this post
Thank you!

Post Reply