Search found 4 matches

by speedcuber92
Thu Jun 21, 2018 6:36 am
Forum: ESP-IDF
Topic: (xQueueGenericReceive)- assert failed! after esp_wifi_scan_get_ap_records()
Replies: 2
Views: 10014

Re: (xQueueGenericReceive)- assert failed! after esp_wifi_scan_get_ap_records()

Ok I'll try that, thanks! Meanwhile I tried the same code, only this time I didn't use semaphore, but event group, and it didn't crash...weird stuff...I'll try to expand the buffer and let you know what happens. Ok so I did what you told me and it works like a charm now. Thank you very much! #includ...
by speedcuber92
Wed Jun 20, 2018 2:20 pm
Forum: ESP-IDF
Topic: (xQueueGenericReceive)- assert failed! after esp_wifi_scan_get_ap_records()
Replies: 2
Views: 10014

(xQueueGenericReceive)- assert failed! after esp_wifi_scan_get_ap_records()

Hello all, I recently started with freeRTOS on esp32 using ESP-IDF. I'm trying to build and app that simply scans all available networks, and prints the details... In the event handler, the wifi scan is started upon SYSTEM_EVENT_STA_START and then, upon SYSTEM_EVENT_SCAN_DONE a binary semaphore is g...
by speedcuber92
Wed Jun 20, 2018 2:05 pm
Forum: ESP32 Arduino
Topic: Polymorphism Code Review
Replies: 2
Views: 5069

Re: Polymorphism Code Review

Thanks very much for explanations!
by speedcuber92
Tue May 15, 2018 9:35 am
Forum: ESP32 Arduino
Topic: Polymorphism Code Review
Replies: 2
Views: 5069

Polymorphism Code Review

Hello all! I am pretty new with esp32 an c++ in general and your input would be greately appreciated. I have a chunk of code where the goal is to send strings of data using a connection that were first invoked. For this nodemcu-32s was used. https://gitlab.com/toniVarga/polymorphism Can you please a...