Search found 4 matches

by ajcalderont
Tue Feb 20, 2018 6:00 am
Forum: Report Bugs
Topic: Weird monitor behaviour with printf on IDF 3.0
Replies: 4
Views: 9029

Re: Weird monitor behaviour with printf on IDF 3.0

Hi again ESP_Angus, I just tried without the "for", like this: def _output_write(self, data): # Windows 10 bug since the Fall Creators Update, sometimes writing to console randomly fails # (but usually succeeds afterwards, it seems.) # Ref https://github.com/espressif/esp-idf/issues/1136 #for tries ...
by ajcalderont
Tue Feb 20, 2018 5:47 am
Forum: Report Bugs
Topic: Weird monitor behaviour with printf on IDF 3.0
Replies: 4
Views: 9029

Re: Weird monitor behaviour with printf on IDF 3.0

Hi ESP_Angus, thanks for your reply. This is what I have: def _output_write(self, data): # Windows 10 bug since the Fall Creators Update, sometimes writing to console randomly fails # (but usually succeeds afterwards, it seems.) # Ref https://github.com/espressif/esp-idf/issues/1136 for tries in ran...
by ajcalderont
Mon Feb 19, 2018 10:24 pm
Forum: Report Bugs
Topic: Weird monitor behaviour with printf on IDF 3.0
Replies: 4
Views: 9029

Weird monitor behaviour with printf on IDF 3.0

Hi, I'm having issues with monitor output with ESP-IDF 3.0 on Windows 10. I'm using a Wemos Lolin32 and an Adafruit HUZZAH32, and with both boards I'm having the same issue. Consider this test program (using cpp): #include "freertos/FreeRTOS.h" #include "freertos/task.h" extern "C" {void app_main(vo...
by ajcalderont
Thu Sep 07, 2017 5:30 pm
Forum: ESP-IDF
Topic: [Video]: Bluetooth BLE and C++ classes
Replies: 63
Views: 82476

Re: [Video]: Bluetooth BLE and C++ classes

Hi Neil, thank you very much for your excellent work! I have a situation here: I'm trying to understand your BLE test based on Sample1.cpp, but when I compile and run the application it doesn't show the "Unknown Service" on my cell phone: photo_2017-09-07_11-14-50.jpg The weird thing is, if I change...