Search found 28 matches
- Thu May 09, 2024 2:56 am
- Forum: General Discussion
- Topic: esp-tls-mbedtls: mbedtls_ssl_setup returned -0x7F00
- Replies: 4
- Views: 6013
Re: esp-tls-mbedtls: mbedtls_ssl_setup returned -0x7F00
were YOU able to resolve it? I'm hitting the exact same set of messages.
- Thu Apr 18, 2024 6:44 am
- Forum: General Discussion
- Topic: Arduino esp32 support
- Replies: 14
- Views: 4304
Re: Arduino esp32 support
I sent it again via private message, I'm sorry, it wasn't accepted the first time I sent it. spent a good hour trying to make sense of that, not being familar with vMicro I wont be able to test compile that. curious, why do you use it over platformio in vscode? Thats beside the point, perhaps your ...
- Thu Apr 18, 2024 1:28 am
- Forum: General Discussion
- Topic: Arduino esp32 support
- Replies: 14
- Views: 4304
Re: Arduino esp32 support
not seeing any private messages.
You could just post it here as attachments, or upload it to github and shoot me the link.
You could just post it here as attachments, or upload it to github and shoot me the link.
- Wed Apr 17, 2024 8:47 pm
- Forum: ESP-IDF
- Topic: Logless system freeze.
- Replies: 3
- Views: 2406
Re: Logless system freeze.
We are experiencing a strange issue where the system freezes with no log output, no brownout detection no hardfaults or reset, it just seems to stop doing anything until the system is manually reset, after which it works as normal. We are making an air quality monitor with an ESP32-C6 using ESP-IDF...
- Wed Apr 17, 2024 8:32 pm
- Forum: ESP-IDF
- Topic: Arduino esp32 support
- Replies: 2
- Views: 785
Re: Arduino esp32 support
its not a library, its a framework. and no, arduino IDE currently lists 3.10 &3.11 as framework options.joglz8 wrote: Cant't you go to Tools / Manage Libraries in the Arduino IDE and pick the version that you want there?
- Wed Apr 17, 2024 8:09 pm
- Forum: General Discussion
- Topic: Arduino esp32 support
- Replies: 14
- Views: 4304
Re: Arduino esp32 support
I'd be willing to try, cant promise results You'd need to provide the full code body you're having difficulty with and some notes on the parts you're struggling with. Do that, and Id be happy to have a look.
- Wed Apr 17, 2024 12:45 am
- Forum: General Discussion
- Topic: Arduino esp32 support
- Replies: 14
- Views: 4304
Re: Arduino esp32 support
errors occur in my code that I cannot understand, so I use the 2.0.8 framework are you not the author of said code? you called it "my code", so I'll assume it is...so just fix it so you can upgrade. These frameworks get better, they fix issues. arduino already lags behind the IDF frameworks plenty,...
- Tue Apr 16, 2024 10:19 pm
- Forum: ESP-IDF
- Topic: Cannot connect to WIFI
- Replies: 2
- Views: 961
Re: Cannot connect to WIFI
I'm going to assume you're usuing IDF ~5.2ish? please correct me if thats not the case, wifi is different in 4.4.7. I struggled with this a few weeks ago, my advice: up your log levels to at least debug, if not verbose. there is ALOT happening that you're not seeing in the logs with it set at INFO. ...
- Sun Apr 14, 2024 3:27 am
- Forum: General Discussion
- Topic: Arduino esp32 support
- Replies: 14
- Views: 4304
Re: Arduino esp32 support
"only 2.0.10 and above versions of ESP32 appear" what do you mean be versions of esp32? Are you talking about the expressif arudino framework? If so, do you have good reason for needing that exact framework? Compatibility with a library, for example? if not, I'd advise you to use the newest version ...
- Fri Apr 12, 2024 9:30 pm
- Forum: ESP-IDF
- Topic: Function to check if cache is active?
- Replies: 4
- Views: 1520
Re: Function to check if cache is active?
Thanks! That's the lead I needed. I think you meant `spi_flash_cache_enabled()` as the first function. It is working well. any update on this? were you able to resolve? I'm having a heck of a time trying to get a valid call to spi_flash_cache_enabled(). I can see the method, in "cache_utils.c", whi...