Volodymyr Shymanskyy

Results 335 comments of Volodymyr Shymanskyy

Here is some early stage example for ESP32 BLE advertisement: https://gist.github.com/me-no-dev/00bc1a4765350e46992bfd9d5d6c1473

Sounds cool. But some names may be ambiguous esp. `readBytes()`. Maybe prefix all of them with `total`, `min`, `max`, `avg` ?

The first issue is, the TinyGSM library currently does not support UDP (which is mainly used by ezTime). But, you should be able to disable networking of ezTime completely. In...

This doesn't look like a good solution for me... ``` self.sock.write(data) ``` also sends headers and other binary data, that we don't want to be encoded to UTF8

For esp8266, we recommend using Arduino for potential customers. ESP8266 lacks resources to run a complex, micropython-based IoT project

OTA is planned for Raspberry Pi only.

it could work for PSRAM-enabled modules On Tue, Aug 10, 2021, 3:12 PM Tarun75 ***@***.***> wrote: > Hi Vshymanskyy > > Rpi is expensive proposition for IoT hardware for home...

I think Wasm3 is now stable enough to be integrated with Duktape: https://github.com/wasm3/wasm3

@gioblu this will reduce package maintenance efforts a lot: https://medium.com/the-node-js-collection/n-api-next-generation-node-js-apis-for-native-modules-169af5235b06