This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
使用esp32 作为外部MCU 结合ZNP 来做HUB的方案,推荐吗?
打算把linux gateway的代码移植到esp32上,这样做推荐吗?因为esp32 是单片机,不能跑linux。
或者有没有其他的方案,使用esp32 作为 MCU 来做HUB。ZNP Host Framework?
ZNP Host Framework和linux Gateway有啥区别吗?
ZNP Host Framework是否支持OTA?
ZNP Host Framework一般會用在非Linux的小系統當參考設計,OTA要自己做
我简单的看了一下ZNP Host Framework,是基于MT的一些基本的指令,和linux gateway差不多。但是linux gateway 的功能会多一点,包括OTA,SBL等。
先移植ZNP Host Framework,然后再移植linux gateway上面的ota,这样可以吗?