Kiril Zyapkov

Results 4 issues of Kiril Zyapkov

To be able to cause a notification to pop when associating to a device in AP mode with "captive portal" * devices need to advertise themselves as a router, for...

enhancement

This is actually about code in https://github.com/mongoose-os-libs/bt-common Invoking `mgos_bt_gap_scan()` doesn't work: neither of `MGOS_BT_GAP_EVENT_SCAN_STOP` or `MGOS_BT_GAP_EVENT_SCAN_RESULT` are triggered. It seems changing [this](https://github.com/mongoose-os-libs/bt-common/blob/03c222cbd9f87dc27b7941c36303fe36dc6bdc6e/src/esp32/esp32_bt_gap.c#L149) to: ``` .own_addr_type = BLE_ADDR_TYPE_RANDOM, ``` fixes the...

Currently, `mongoose_poll()` is invoked every 100 ms, regardless of whether there are events to be handled. This practically makes using the light-sleep functionality of esp8266 impossible with `mongoose-os`. Please consider...

enhancement

I have been using xnec2c to play with antenna simulations, but it is very tedious to use it for optimizations, hence my attempts with necpp. I wasn' able to build...