alberk8

Results 42 comments of alberk8

> This is in progress. Currently working on the BluetoothLEAdvertisementWatcher class > > Still have to decide how to control which role the code is running Peripheral or Central. Maybe...

The issue is with setting the static IP on the ESP32, where the router is not having a DHCP server running. I will not connect in my case. When you...

I have ST7789 working with some changes to native. I will upload my working example shortly (one to two days).

> Support for generics now? I want use nanoCLR for game develop C# script I would think it is easier and cheaper to develop your game in Raspberry Pi and...

More information. It looks like the vTaskDelete never return within the [nimble_port_freertos_deinit()](https://github.com/nanoframework/nf-interpreter/blob/5298937ffa230abeb0561d88d77131af3940c8bd/targets/ESP32/_nanoCLR/nanoFramework.Device.Bluetooth/esp32_nimble.cpp#L356) call.

More Info, Tracking this down and it looks like the vTaskDelete does not actually delete the memory allocatedby the xTaskCreatePinnedToCore (in fact it is deferred the removal to idle task)...

> Hi @AdrianSoundy, Where is that typo? Is it in the `FreeContext`? I have also raise an issue in ESP-IDF github and one of the recommendation is to put a...

> Found why we were getting out of memory issue. A static event listener was holding on to object references. Now will start / stop as per example code and...

This [PR ](https://github.com/nanoframework/nf-interpreter/pull/2409)fixed the issue. Closing now.

> The internal representation of the colors is BGR, so the color values are correct. There is likely a problem with the specific display driver for this device. This looks...