Search found 4 matches
- Mon Feb 14, 2022 9:35 am
- Forum: ESP32 Arduino
- Topic: GPIO 13 not functional with WiFi
- Replies: 0
- Views: 1205
GPIO 13 not functional with WiFi
Hello, I have an issue regarding the usage of GPIO13 and WiFi. Reading the docs, the only restriction regarding WiFi and GPIO 13 I could find was the usage of ADC2 and WiFi at the same time is not possible. I now have the issue, that I cannot use GPIO13 as an digital output when using WiFi. I've got...
- Tue Jun 22, 2021 6:21 am
- Forum: ESP-IDF
- Topic: NVS FLASH write / erase cycle calculation
- Replies: 2
- Views: 2715
Re: NVS FLASH write / erase cycle calculation
Hi,
thanks for the answer.
OK if I go from 10k erase cycles, I get somewhat around 3.5 million, so the calculation itself is correct?
Just want to be double safe as I could not interpret the documentation 100%
thanks a lot
thanks for the answer.
OK if I go from 10k erase cycles, I get somewhat around 3.5 million, so the calculation itself is correct?
Just want to be double safe as I could not interpret the documentation 100%
thanks a lot
- Mon Jun 21, 2021 9:57 am
- Forum: ESP-IDF
- Topic: NVS FLASH write / erase cycle calculation
- Replies: 2
- Views: 2715
NVS FLASH write / erase cycle calculation
Hi, I am currently struggeling to calculate the expected lifetime of my flash. I am using the NVS flash library and would like to store the runtime of my device every 1 - 5 minutes, depending on the lifetime of the flash. I don't want to wear out the flash within a short time just in order to monito...
- Thu Sep 24, 2020 1:02 pm
- Forum: ESP-ADF
- Topic: BLE Security - Cannot Access Services after reconnect
- Replies: 0
- Views: 2696
BLE Security - Cannot Access Services after reconnect
Hello Everybody, first of all thanks for reading my post and propably the intention to help me out :) I am currently developing two devices with an ESP32 as controller. Both of them shall have bluetooth and wifi features. To use these features I am creating a C# Xamarin Application. The ESP32 is run...