RavenSystem / esp-homekit-devices

Advanced firmware to add native Apple HomeKit and custom configurations, compatible with any SoC based on ESP32, ESP32-S, ESP32-C and ESP8266 series. (Shelly, Sonoff, Electrodragon, Tuya...)
Other
2.71k stars 357 forks source link

BL602 support? #1395

Closed mariusvasss closed 3 years ago

mariusvasss commented 3 years ago

Magichome comes with this chip. I've got 3 and I can't flash them.

urbaniak commented 3 years ago

the same bl602 as https://pine64.com/product/pinecone-bl602-evaluation-board/?v=0446c16e2e66?

that's totally unrelated to esp, it's a different chip with different architecture (risc-v vs xtensa)

there are some work on arduino framework support for bl602 here for example https://github.com/pine64/ArduinoCore-bouffalo, official sdk https://github.com/bouffalolab/bl_iot_sdk, but we're quite far from getting homekit support there

mariusvasss commented 3 years ago

Thanks. Just asking to know if it is on to do list. Look's like this chip will be the new ESP.... Thank you again.

okanduzyel commented 3 years ago

I wonder which value of clock speed that used in HAA? esp8266 default clock frequency is 80Mhz and it can reach up to 160Mhz. I think that esp8266 is a very slow responsive device compare with esp32 which is ten times faster than esp8266. (I compare with these because homekit runs on them)

If 80mhz used, bl602 is more than two times faster device.

mariusvasss commented 3 years ago

And BT, and much more...

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.