Search found 2 matches

by GeorgeWBush
Sun Oct 29, 2023 8:33 pm
Forum: ESP-IDF
Topic: Thread Safety of NVS on one core and SPIFFS on another
Replies: 1
Views: 571

Thread Safety of NVS on one core and SPIFFS on another

I am currently programming a NimBLE based BLE datalogger. NimBLE utilizes the NVS api to store data into the NVS partition of my flash. This is a seperated partition to my SPIFFS (I believe technically it is LittleFS at this point?) filesystem. NimBLE is run on core 2, while my main application, whi...
by GeorgeWBush
Sun Oct 29, 2023 5:10 pm
Forum: Documentation
Topic: Getting Error - Undocumented Function Call To esp_ble_scan_dupilcate_list_flush(); - Esp32S-3
Replies: 0
Views: 39796

Getting Error - Undocumented Function Call To esp_ble_scan_dupilcate_list_flush(); - Esp32S-3

I am using the NodeMCU 1.1v development kit, which I believe uses the esp32-s3 chipset. I am running a simple BLE datalogger client, which runs indefinetly trying to pick up a signal from the server and datalog it. For my BLE I am using the NimBLE library. I have added the possibility of turning thi...