需要提供OTA更新的示例代码 / Example needed for OTA update
-
您好,
能否在您的SDK[1]中添加一个基于GCC可编译运行的OTA更新示例?这将帮助我学习如何添加OTA功能。[1] https://gitee.com/freqchip/FR801xH-SDK/tree/master/examples/none_evm
目前根据中文文档的说明,我了解到需要在项目初始化时调用ota_gatt_add_service()来添加OTA服务。在该手册中...
在其他文档中我还看到这张经过翻译的示意图...
----- ENGLISH TRANSLATION BELOW FOR REFERENCE ----
Hi,
Can you please add a working and buildable example with gcc on your SDK [1] that will teach me how to add the OTA update?[1] https://gitee.com/freqchip/FR801xH-SDK/tree/master/examples/none_evm
So far looking at your documentation in Chinese I see I need to use call ota_gatt_add_service() to add the OTA service when the project is initialized. In this manual...
In some other documents I also see this graph which i translated...
-
@stallone
This can fill in your needs
-
@felix-yang unfortunately that example does not contain the "gcc" directory and proper MakeFile
@felix-yang 不幸的是,该示例不包含“gcc”目录和正确的 MakeFile
-
https://gitee.com/a18562560220/freqchip_faq.git
我简单移植了 ble_at 工程的makefile,你可以试一下
I simply ported the makefile of the ble_at project. You can give it a try.