tomaszduda23

Results 141 comments of tomaszduda23

@clydebarrow would you mind to take a look on this again ?

Great work. I was looking to communicate two esphome over uart. Would you consider splitting it into two components so udp could be replaced by other protocols in the future?

The issue still occurs. It seems to be not related to any memory leak. It crashes every few minutes. It occurs usually after container start. It seems to be more...

anyone is working on it? I also need this :) It could be implemented using rom firmware or tinyusb.

> Isn't this done already? > > https://esphome.io/components/usb_uart/ This seems OTG host mode where you can connect serial device https://en.wikipedia.org/wiki/USB-to-serial_adapter to esp. I would like to have it the other...

https://github.com/esphome/esphome/pull/11634 I started implementation for nrf52.

Another attempt to make it happen https://github.com/excalidraw/excalidraw/pull/8999. I also made branch https://github.com/tomaszduda23/excalidraw/tree/private which builds image and put to github registry. You can use it to make your own image on...

hehe easy workaround would be rebase private fork and build new container each time when new version is released. It could be done by github action. It would be good...

There are restriction on scanning in android. It works each time when device is awake. When screen is off it fails in active and passive mode. Without this connect fails...