Page 1 of 1
does ESP32 VROOM 32 have an internal eeprom?
Posted: Tue Feb 16, 2021 3:16 pm
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?
Re: does ESP32 VROOM 32 have an internal eeprom?
Posted: Thu Feb 18, 2021 4:16 pm
by LeighM
I presume you mean for parameter storage.
No, we don't have any support for this yet (as a Flowcode component)
Re: does ESP32 VROOM 32 have an internal eeprom?
Posted: Thu Feb 18, 2021 5:59 pm
by kennethnilsen69
ok thanks for the reply. then I just have to integrate an eeprom chip in my project

))
Re: does ESP32 VROOM 32 have an internal eeprom?
Posted: Thu Feb 18, 2021 6:03 pm
by kennethnilsen69
Re: does ESP32 VROOM 32 have an internal eeprom?
Posted: Fri Feb 19, 2021 8:00 am
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.
Re: does ESP32 VROOM 32 have an internal eeprom?
Posted: Tue Jul 19, 2022 11:20 pm
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.
Re: does ESP32 VROOM 32 have an internal eeprom?
Posted: Wed Jul 20, 2022 10:24 am
by medelec35
Hello.
Please have a look at
this post
Re: does ESP32 VROOM 32 have an internal eeprom?
Posted: Wed Jul 20, 2022 11:30 pm
by MJU20