Questions tagged [nvs]

4 questions
1
vote
1 answer

Industrialization: How to write specific NVS value during the flash process

I wrote a firmware to run our ESP32-based custom PCB. The firmware holds a unique S/N (serial number) in the NVS thru Preferences API which is set thru the bluetooth app I wrote. But now I have to produce tens of PCB and it takes time to connect and…
Stéphane de Luca
  • 12,745
  • 9
  • 57
  • 95
0
votes
2 answers

ESP32 AsyncWebServer Port

Quick question... Can the ESP32 AsyncWebServer port be set/reset AFTER the server has been declared? The server is declared after the global variables, but before any functions, with the line: AsyncWebServer server(PortNumber); Usually, the port…
Nugget
  • 63
  • 5
0
votes
0 answers

Write specific NVS value on esp32

I am able to write NVS values by creating a pre-generate NVS data partition (as binary file) and write it in the esp32 partition. But I am unable to read these values despite there are indeed present in the NVS partition. The commands I executed…
jetLagMan
  • 11
  • 2
0
votes
0 answers

Issues installing nvs, laptop has Zscaler and cannot be deactivated

I'm using Windows 10 using Git Bash. My company's laptop uses Zscaler and I've trying to get nvs from this repository: https://github.com/jasongin/nvs#nvs-node-version-switcher export NVS_HOME="$HOME/.nvs" git clone https://github.com/jasongin/nvs…
amora
  • 1