Search found 11 matches

by matt001k
Tue Jan 11, 2022 3:04 pm
Forum: Hardware
Topic: What ESP silicon versions are supported with latest IDF
Replies: 1
Views: 2128

What ESP silicon versions are supported with latest IDF

Hello all, I was curious about what silicon version are supported in the latest IDF release. Currently we have a board that is utilizing the WROVER-B which will not complete our provisioning process (fails encrypted handshake message during TLSv1.2 handshake to our server). When utilizing all the sa...
by matt001k
Tue Aug 17, 2021 2:09 am
Forum: ESP-IDF
Topic: External Flash Logging Issue
Replies: 3
Views: 4808

Re: External Flash Logging Issue

Hi and thanks for the response! I can't show the code sadly it's for a production system for a client. I currently cannot show the backtrack as well due to the fact I'm implemented custom serial logging with a uart interface. If I turn off flash writes I do not have this issue(if I just log to the c...
by matt001k
Mon Aug 16, 2021 9:39 pm
Forum: ESP-IDF
Topic: External Flash Logging Issue
Replies: 3
Views: 4808

External Flash Logging Issue

Hello all, I have stumbled upon an issue in which I am logging to a filesystem and randomly during some flash writes the ESP32 will freeze all tasks and trip the watchdog for the task which is writing to the ESP32-Wrover's flash chip. I am just curious as to if this is a known issue or not? I've imp...
by matt001k
Fri Jul 23, 2021 11:13 pm
Forum: ESP-IDF
Topic: Nimble GATTS Characteristic Long Read
Replies: 0
Views: 1722

Nimble GATTS Characteristic Long Read

Hi there! I have a GATT server that is communicating to an app on android. I have some characteristics that are over 20 bytes in length, and when I tried to read the characteristics, I do not see a way to implement an offset data pointer(which should be in the ATT packet header if I'm not mistaken)....
by matt001k
Sat Jun 12, 2021 12:44 am
Forum: ESP-IDF
Topic: Linking issue after compilation ESP32
Replies: 4
Views: 5296

Re: Linking issue after compilation ESP32

Hi Angus! Thanks again for the response, the fix for cyclic dependencies worked our well. I was just curious if there will ever be a more "bare" option in which building will not be as reliant on the IDF? I guess it is possible to build with gcc's Extensa compiler, and maybe that question is not tha...
by matt001k
Thu Jun 10, 2021 10:34 am
Forum: ESP-IDF
Topic: Linking issue after compilation ESP32
Replies: 4
Views: 5296

Re: Linking issue after compilation ESP32

Thank you so much for the information ESP_Angus. I will try it out today, I attempted the MULTIPLICITY directive, but was not sure how to name the set component, but it makes sense now. Will there be a way in the future to bring some of that abstraction away from CMake and allow for better transpare...
by matt001k
Thu Jun 10, 2021 3:17 am
Forum: ESP-IDF
Topic: Linking issue after compilation ESP32
Replies: 4
Views: 5296

Linking issue after compilation ESP32

Hi all, I'm having an issue while linking my executable I'm the esp-idf. I'm getting a lot of "undefined reference to" functions in the output failing the build. This made me believe that there is an issue with missing source files included in the build but this is not the case, I have the associate...
by matt001k
Thu Nov 12, 2020 10:44 pm
Forum: General Discussion
Topic: Faulty ESP32-S2 Saola Boards
Replies: 6
Views: 5791

Re: Faulty ESP32-S2 Saola Boards

All,

Thank you for the responses. It looks like we will be getting the correct board around this time.
He did stick a jumper wire in the antenna socket and strangely enough it began to pick up APs!
Again thank you for all the help!

Regards,
Matt
by matt001k
Thu Nov 12, 2020 3:40 am
Forum: General Discussion
Topic: Faulty ESP32-S2 Saola Boards
Replies: 6
Views: 5791

Re: Faulty ESP32-S2 Saola Boards

Angus, Thank you for the reply, I noticed that the board that he has is the WROOM-I dev kit. The rate of scanning and properly finding the correct networks is about 40%. I've had him connect far away from any RF signals and he even turned off any IOT devices/RF devices within his home and it was sti...
by matt001k
Wed Nov 11, 2020 10:49 pm
Forum: General Discussion
Topic: Faulty ESP32-S2 Saola Boards
Replies: 6
Views: 5791

Faulty ESP32-S2 Saola Boards

Hello all, Recently I have done a project for client over in Europe and completed the prototype not too long ago. I won't disclose full details on the device but basically, in order to connect the device to the internet, an http server is instantiated in soft-AP mode in order to take user credential...