Search found 8 matches

by gerrikoio
Thu Aug 24, 2023 2:02 pm
Forum: ESP-IDF
Topic: Interfacing QCA7000 with ESP32
Replies: 2
Views: 1225

Re: Interfacing QCA7000 with ESP32

I'm trying to do the same and I was looking to see if anyone has a ready made open source solution before trying to do this myself from scratch.
by gerrikoio
Sat Apr 11, 2020 3:35 pm
Forum: ESP32 Arduino
Topic: ESP32 as BLE Client and need to disable (or stop) remote server notification
Replies: 1
Views: 3720

ESP32 as BLE Client and need to disable (or stop) remote server notification

I am using ESP32 as a BLE Central (client) Device. When I connect with a peripheral (server) device the peripheral device has the NOTIFY property enabled with one of its characteristics. I need to disable or stop this NOTIFY property (unregister) but I cannot see how to do this using any of the Ardu...
by gerrikoio
Sun Mar 01, 2020 1:02 pm
Forum: ESP-IDF
Topic: esp-idf-tools-setup-2.2.exe Installation has failed with exit code 1
Replies: 16
Views: 19014

Re: esp-idf-tools-setup-2.2.exe Installation has failed with exit code 1

esp-idf-tools-setup-2.3.exe Installation works! :D
by gerrikoio
Sat Feb 29, 2020 7:09 pm
Forum: ESP-IDF
Topic: esp-idf-tools-setup-2.2.exe Installation has failed with exit code 1
Replies: 16
Views: 19014

Re: esp-idf-tools-setup-2.2.exe Installation has failed with exit code 1

Ok, thanks.

I will do that and use esp-idf-tools-setup-2.3.exe.
by gerrikoio
Sat Feb 29, 2020 12:39 pm
Forum: ESP-IDF
Topic: esp-idf-tools-setup-2.2.exe Installation has failed with exit code 1
Replies: 16
Views: 19014

Re: esp-idf-tools-setup-2.2.exe Installation has failed with exit code 1

I have attempted quite a few times now. The error log appears fairly consistent no matter how many different Python versions and path options I try. Snippet of error log included. Logs prior to this stage all show correct execution. 2020-02-29 12:28:24.360 -------- 2020-02-29 12:28:24.360 Installing...
by gerrikoio
Fri Feb 28, 2020 5:50 pm
Forum: ESP-IDF
Topic: esp-idf-tools-setup-2.2.exe Installation has failed with exit code 1
Replies: 16
Views: 19014

Re: esp-idf-tools-setup-2.2.exe Installation has failed with exit code 1

I've just downloaded the tool from the website and I am getting this error message.

I'm using a Windows10 64bit laptop
by gerrikoio
Thu Aug 08, 2019 10:20 am
Forum: Report Bugs
Topic: strlen function to empty char* causes reboot
Replies: 2
Views: 6855

Re: strlen function to empty char* causes reboot

Thanks. Your explanation is very clear and most helpful. :D
by gerrikoio
Wed Aug 07, 2019 3:31 pm
Forum: Report Bugs
Topic: strlen function to empty char* causes reboot
Replies: 2
Views: 6855

strlen function to empty char* causes reboot

Whether right or wrong, this code is handled by Arduino UNO and Arduino MKR without crashing. It tells me strlen = 1. With my ESP32 it causes continuous reboot. char *thisCharPntr; void setup() { Serial.begin(115200); // put your setup code here, to run once: Serial.print("Char length: "); Serial.pr...