tomaszduda23

Results 62 comments of tomaszduda23

> Adafruit ItsyBitsy nRF52840. I can run it in UF2 mode but having difficulty making Zephyr generate UF2 instead of dfu_application.zip I just checked test12.3.yaml example. It works with UF2...

@jesserockz basic implementation is ready. It support GPIO, OTA and logging over bluetooth. The communication with HA is missing though. BLE, zigbee or openthread could be an options. I don't...

https://github.com/esphome/esphome/pull/3917/commits/6eddbbb6f9b9bfafc57c89b74482f1c979979419 is first stable version if anyone wants to check it out. ``` web_server: local: true keyboard: - platform: usb_keyboard id: kbd name: Blue kbd ```

For now only esp32-s2. I was using https://www.wemos.cc/en/latest/s2/s2_mini.html.

It is detected as USB HID keyboard. ESP32-S2 use CDC for programming. There is enough endpoints to have both in the same time. I've not tested it though.

I guess it would be possible https://github.com/cnlohr/espusb. It requires a lot of work so not sure if anyone would be interested. Esp32-s2 is quite cheap and hw usb device is...

This is ready for review. I will make another pull request with web API.

> And what about PS/2? Many "gaming" mainboards still have PS/2 connectors, PS/2 to usb adapter costs nothing, so we will be not limited only to esp32 with native USB....

Done. Now it needs review, testing and feedback.

@gitolicious it should be fixed now.