I want the latest SUOTA app source code for both Android and iOS.
https://itunes.apple.com/jp/app/dialog-suota/id953141262?mt=8
https://play.google.com/store/apps/details?id=com.dialog.suota
下一页发布的源代码似乎很旧。
https://support.dialog-semiconductor.com/connectivity/product/da14583?qt...
Android, iOS 両方の最新の SUOTA app のソースコードが欲しいです。
https://itunes.apple.com/jp/app/dialog-suota/id953141262?mt=8
https://play.google.com/store/apps/details?id=com.dialog.suota
以下の 页码で公開されているソースコードは古いようです。
https://support.dialog-semiconductor.com/connectivity/product/da14583?qt...
Keywords:
Device:
Hi Sean666,
你想要SOUTA或just apk的源代码吗?你应该可以直接从googleplay下载apk。
谢谢你的对话
Hi MT_dialog,
我想要Android和iOS的最新“源代码”(非apk)
They are for SUOTA app.
The following links is old.
https://support.dialog-semiconductor.com/connectivity/product/da14583?qt...
Best regards,
肖恩
旧文件名?
SUOTA-iOS-3.200.6.3-src.tar.gz
SUOTA-Android-3.190.10.3-src.tar.gz
Hi MT_dialog,
我对以下几个线程发表了评论。
How can I get the SUOTA source code for both Android & IOS
https://support.dialog-semiconductor.com/how-can-i-get-suota-source-code...
Best regards,
肖恩
Hi Sean666,
The link that your are mentioning that is old is just the APK, the source code isn't provided directly via the support site only via request.
因此,带有SLA的邮件将被发送到注册的电子邮件地址。
谢谢你的对话
Hi MT_dialog
I would like to get the source code for the latest SUOTA app.
Thanks
Hi MT_dialog
非常感谢你。
I mailed you.
Regards,
肖恩
Hi MT_dialog
I would like to get the source code for the latest SUOTA app.
Thanks
嗨,安基达夫,
A mail is sent to the registered email address.
谢谢你的对话
索塔代码
Hi xjyriia,
请进入580产品页面,选择软件和工具选项卡,查看移动部分,在那里您将能够找到SUOTA源代码。
谢谢你的对话
嗨,现在是developing the SUOTA function for Android mobile application. And I would like to find out can I get the source code for Android ? If yes, so how?
我发现了这样的联系https://support.dialog-semiconductor.com/resource/suota-source-code-soft..., but I didn't understand how to get the source code for Android SDK.
嗨,阿图斯91,
If you go in the Software and Tools tab in the Mobile section you will be able to find the SUOTA source code for iOS and Android, all you have to do is just to accept the licencing and you will be able to download the Source code.
谢谢你的对话
Hi MT_dialog
我也想得到最新的索塔应用程序的源代码。
Thanks!
Hi zwffcb,
源代码上传到支持站点,您可以按照我上面指出的路径来获取它。
谢谢你的对话
Hi ,
I am developing iOS application where I need to update my ble firmware from iOS app
I am working on swift version please give me the access to source code. please help Me in this ...
Thanks a lot in advance
Hi siva sandeep1812,
您可以在我们的支持页面中找到Android/iOS设备的源代码。如需下载,请访问我们的门户网页https://support.dialog-semiconductor.com/然后进入“连接:蓝牙低能耗和802.15.4”。从顶部菜单栏点击“产品”,然后选择“DA14580”。在“软件和工具”窗口中,点击“移动”选项卡,然后您将能够找到所有可用的移动应用程序。请转到OTA应用程序,您将找雷电竞官网登录到雷竞技安卓下载SUOTA - Source Code (Software update over the air) - Android. 请注意,您必须首先接受软件许可协议(SLA)。请尝试下载它并点击下载中出现的挂锁。在此之后,您必须同意许可协议,并且您应该等待,直到您的访问将被授予。如果您觉得所描述的过程有用,请将答案标记为已接受。
谢谢,下午好
Hi Team,
Thanks a lot I got it ..... Thanks for your support
嗨,团队,
我正在用Swift和我所有的蓝牙类开发iOS应用程序。如何使用您的suota模块(目标c代码)从swift应用程序更新固件。通过只选择所需的类(所有设备管理器类都是由我们开发的,现在我想使用suota实现固件更新[.img]文件)。请帮帮我。
Thnks公司
嗨,菲茨,
很高兴你能下载索塔移动应用的源代码。如果您觉得所描述的过程有用,请将答案标记为已接受。
谢谢,下午好
Hi siva sandeep1812,
这不是一个直接的任务,因为我们iOS应用程序中的SUOTA实现与各自的UI元素和我们自己的蓝牙连接逻辑实现相结合。您需要从我们的实现中提取相关代码并将其插入到您的实现中(如果您不想重用我们的应用程序UI),还需要将所需的SUOTA逻辑添加到您的蓝牙连接管理器中。
相关类别如下:
- BluetoothManager: Implements the scan and connection/disconnection logic (central manager delegate). Since you have your own implementation, the main thing to replicate is the notifications it sends on various events (e.g. BluetoothManagerDisconnectedFromDevice).
- GenericServiceManager, SUOTAServiceManager: Implement the peripheral communication logic (initiate operations and peripheral delegate). If you use your own implementation, you need to replicate the notifications it sends (e.g. GenericServiceManagerDidReceiveValue) and the operation API it provides (e.g. read/write value). It also implements some of the SUOTA initialization logic, like checking the SUOTA service and reading device info and SUOTA features.
-FileTableViewController:实现文件选择逻辑。所选文件被存储以便上载过程使用,因此必须对其进行复制。
- GenericParamsViewController, SUOTAParamsViewController: Implement the SUOTA configuration logic. These may be skipped entirely by using default options, but the configuration must be set like in the prepareForSegue method of SUOTAParamsViewController.
- SUOTAViewController: Implements the upload procedure. If you don't want to use the view controller, you need to extract the SUOTA logic from it. The basic method here is the doStep (and the methods it calls), which implements the SUOTA upload procedure. The implementation depends on notifications about BLE events from SUOTAServiceManager/BluetoothManager and on the SUOTAServiceManager operation API. It also depends on configuration options set by previous components like the firmware file, flash parameters, block size.
谢谢,下午好
我也想得到最新的索塔iOS应用程序的源代码。
Thanks!
你好,
下载iOS SUOTA iOS mobile应用程序的源代码时应遵循以下步骤:
Visit our portal pagehttps://support.dialog-semiconductor.com/然后进入“连接:蓝牙低能耗和802.15.4”。从顶部菜单栏点击“产品”,然后选择“DA14580”。在“软件和工具”窗口中,点击“移动”选项卡,然后您将能够找到所有可用的移动应用程序。请转到OTA应用程序,您将找雷电竞官网登录到雷竞技安卓下载SUOTA - Source Code (Software update over the air) - Android. Be aware that you have to accept the Software License Agreement (SLA) first. Please, try to download it and hit into the padlock that will appear from the download. After that you will have to agree with the License Agreement and the you should wait until your access will be granted. If you found the procedure described useful, please mark the answer as accepted.
谢谢,下午好