tomaszduda23

Results 141 comments of tomaszduda23

I have similar issue ``` esptool.js esploader.js:158 Serial port WebSerial VendorID 0x303a ProductID 0x2 esploader.js:158 Connecting... esploader.js:158 Debug: _connect_attempt default_reset false esploader.js:158 Debug: Timeout esploader.js:158 Debug: Sync esploader.js:158 Debug: Sync...

Some project might be build that way. It is just basic support. Most likely it there are still a lot of things missing. ``` [env:nrf52_dk] platform = platformio/[email protected] framework =...

It would be nice to make default folder persistent https://github.com/Poeschl/Hassio-Addons/issues/447. I know that doc already mentioned that but what is the point of syncing to temporary folder at all?

Those different SoC are implement in most place by #ifdef which makes code difficult to read. Do you guys have any plan/idea to make HAL or separate implementation for each...

nrf-skd version should work with nrf5340. Everything is built by nrf connect skd and zephyr toolchain. Probably setting proper board model would do.

> I'm not sure if this can be structured as such, but since zephyr supports many more boards than just nrf2*, can this be structured as such? zephyr support for...

> Is there a simple way how to test this? I have many nr52840 devices (DK boards, ebyte E73 modules, ebyte E104 dongles), would be nice to finally use them...

@Hedda I just checked and it builds correct. I have no HW to check what else should be done to run esphome. > If written for nRF5 then could this...

I've not worked on it recently. The status in PR is up to date.

I'm using linux. Which board and bootloader are you using? adafruit bootloader support usb uf2 and cdc. mcuboot support bootloader support ble and cdc (I tested it but it was...