嗨,先生,非常感谢。我们are running with time ,and we need to finish this in on or before end of this week.so kindly provide us some help.we are completely going out of patience with this, is there any thing simple like Bluegiga scripts for dialog..the projects are very confusing and contains so many files..i dont understand where to start. i checked the throughput and proximity examples, i dont understand where to edit to customise it..,...i need to just add the profile (service,characteristics) to be added and need to call the Uart send and receive ..i dont understand where to start.please kindly guide me.Thank u
嗨,先生,非常感谢。我们are running with time ,and we need to finish this in on or before end of this week.so kindly provide us some help.we are completely going out of patience with this, is there any thing simple like Bluegiga scripts for dialog..the projects are very confusing and contains so many files..i dont understand where to start. i checked the throughput and proximity examples, i dont understand where to edit to customise it..,...i need to just add the profile (service,characteristics) to be added and need to call the Uart send and receive ..i dont understand where to start.please kindly guide me.Thank u
您要使用哪个配置文件?它们都是现成的版本,您可以在SDK中找到它们,例如DA14580\U SDK\U 3.0.2.1\dk\u apps\src\ip\ble\hl\src\profiles Maybe the streamdata profile would be the profile you need? There is no scripting available, you have to use the already build in Keil projects. Scripting is not an option if you want to achive good performance in terms of power consumption. 如前所述,请从设计指南开始,让我知道你有任何问题。不要期望在一周内有一个正在运行的项目。如果需要AT命令样式模块,则必须选择其他选项。DA14580在许多方面都是可配置的,这意味着您将无法在Keil中使用项目和示例。
你好,先生, 非常感谢你您的回复。先生我能听懂ood that, nothing can be done overnight. Due to so many files per project, getting confused about where to start and what to do. i gon ethrough the design guide and software architechture guide,..but still confused about where to start. as per my undertanding, BLE requires one profile editing, custom application code to deal with the pheripherals, and need to update the values on the profile structures. but i need help about where to add the custom code.
1.what are the files needed for any type of BLE application, which dont need any config or changes..i mean generic code part... 2我需要定制哪些文件 like that kindly provide some help.with some example.kindly share your mail ID.Thank u
你好,先生, Thank u for reply.i gone through the abouve link.but now my problem is, what are the files which needs to be common for a basic BLE application,which does not require any alteration, and what files need to be altered. for example ..my requirement is to implement a device which can act as central or pheripheral depending on a input switch position or a command from UART. and it needs to connect to another module .simple 20 bytes Ascii has to be exchanged in between both the connected devices, with notification.for achiving this application, where should i start ,with which project i should take as base, what files needs modification ,which profile should i use etc things , i need help.if possible kindly give us the mail ID of an technical developer, who can assist me through out the process...Thank u
Fully understand your urgency. Since you are looking for some low data rate app like function, I would like to suggest you refer to our sample128 reference. It's inside our sdk and there is an application note on that which you can download from our website. 一般来说,sample128配置文件有两个非常简单的字符,允许写入和一个通知字符。您可以重用这两个可写字符来传输数据。我记得,每个字符只有一个可写字节,但显然你可以改变它。然后你会有一个最简单的spp在BLE层。应用说明是关于我们的软件架构的,你可以搜索这个关键词来找到它。有非常详细的步骤告诉您需要更改哪个文件以及如何更改。但是,您仍然需要构建两个应用程序级文件app\u sample128.c和app\u sample128\u task.c。这些文件处理数据库构建、写入指示和通知等不可编辑的配置文件消息。上面的应用程序说明提到了如何创建这两个文件。如果您觉得很难从头开始创建这些文件,还可以参考一些简单的概要应用程序代码,如App\u diss.c和App\u diss\u task.c。 最后,您将需要处理Uart。您可以参考产品测试项目,了解与da14580的接收和接收。 希望这对你有帮助!祝你好运,希望你能成功!
应用说明UM-B-015\u DA14580软件体系结构将指导您进行sample128项目。 从你的描述来看,它看起来仍然像一个SPP透明通信项目,对吗?我的建议如下: 1.外围方面,你把所有祝福堆栈和profile in DA14580 and only leave uart communication to host MCU, just like what we talked before. Dont' use HCI because you may need to separate BLE stack and profile and need to handle all message exchanging between and state machine as well. I'm not saying you can't do this but absolutely will need more time. Then you just need to customize your SPP like profile based on current profile example(sample128 or DISS etc.) and hand UART communication(please refer to prod_test project in our SDK). Even though I think you will spend week time on this, anyway it's the fastest way I can think of. If you really hope to use HCI, you can refer to paper UM-B-017 and RW-BLE-HOST-IS. In prod_test project you can also find reference code(we actually not open HCI interface to end user). 2. On PC side, its hard to give your advice because I have no idea what kind dongle you will have and what firmware it will have. If you can not program the dongle, you will not be able to put your proprietary profile inside. So maybe you can buy Dailog BLE dongle which has DA14580 inside and you can program it the same way. Then you will have maxim flexibility. Dailog BLE dongle is packet along with our starter kit. 最后,这可能不像您预期的那么短。希望这对你有帮助!
你好,先生, after strugling a lot..with the help of software developer guide ,i cloned and completed steps up to diss adding. how ever after spending so many hours clearing path errors , it compiled succesfully. i programmed to the kit. when i used BLE monitor along with CC2540 based BLE USB dongle..actually it is supposed to show the manufacture name and other parameters as stated in the developer guide..but i am able to scan and connect it.but the names or services or not getting displayed ...simply 3 attributes are listed with handle numbers 1,12,16..but its values are not able read...
尊敬的先生:, if u have app_sample128.c &app task c & header files,kindly mail me atchandra2sekhar2000@yahoo.co.uk...i will try to extend it from 1 char to 20 char .and also i need 2 packets to be send....i need your valuable help as our completion dead line date is tommorow.hope you can help us.Thank u
Sorry, there is no app_sample128 files can be released from Dialog. We just guide customer the way to build up application level file(we thought that is not hard but really need some time). And each customer will have their own way to build up application level code based on their target. I myself did not compose app_sample128. Here I can only send a customized app_sample128 code composed by other people which I have. PLEASE BE NOTED THIS CODE CAN ONLY FOR YOUR REFERENCE BECAUSE THEY ARE NOT DIALOG RELEASE. 回到您的应用程序,我相信您仍然需要了解我们的软件结构,如果您需要建立自定义配置文件以及自定义的低级驱动程序,这对每个供应商都是一样的。如果您有与我们的SDK相关的问题,我将非常乐意帮助您。
你好,奈特,我们刚放了our serial port service custom profile with an Android APK wtih an IoS APP coming later in Q4. There will also be an update later in Q4 to add extended sleep support and hardware flow control, but it should be good as-is today to get you running. It can do 14580 to 14580 or 14580 to Android central role.
You can download it all here : note the Android APK is inside the binaries folder ... User manual explians all the rest.
你好,
do you want to use these two devices for evaluation or in the final application?
For the PAN1740 is it the USB dongle you have or just the module and you want to place the module into your application?
设计指南是从模块开始的最佳方式:
http://pideu.panasonic.de/files/Documents/WM%20Documents/PAN1740/PAN1740。。。
Regards,
英戈
你好,
非常感谢您的回复。现在我有pan1740usb加密狗优先我需要尝试与现成的USB模块和对话框devk,最后我将更换为模块待会儿。救命我从哪里开始实现UART风格的20字节ascii TX和RX之间的2设备。谢谢u型
我们将有一个串行端口服务,如配置文件的DA14580在几周内。
在此之前,请从设计指南中的示例开始。
嗨,先生,非常感谢。我们are running with time ,and we need to finish this in on or before end of this week.so kindly provide us some help.we are completely going out of patience with this, is there any thing simple like Bluegiga scripts for dialog..the projects are very confusing and contains so many files..i dont understand where to start. i checked the throughput and proximity examples, i dont understand where to edit to customise it..,...i need to just add the profile (service,characteristics) to be added and need to call the Uart send and receive ..i dont understand where to start.please kindly guide me.Thank u
嗨,先生,非常感谢。我们are running with time ,and we need to finish this in on or before end of this week.so kindly provide us some help.we are completely going out of patience with this, is there any thing simple like Bluegiga scripts for dialog..the projects are very confusing and contains so many files..i dont understand where to start. i checked the throughput and proximity examples, i dont understand where to edit to customise it..,...i need to just add the profile (service,characteristics) to be added and need to call the Uart send and receive ..i dont understand where to start.please kindly guide me.Thank u
您要使用哪个配置文件?它们都是现成的版本,您可以在SDK中找到它们,例如DA14580\U SDK\U 3.0.2.1\dk\u apps\src\ip\ble\hl\src\profiles
Maybe the streamdata profile would be the profile you need?
There is no scripting available, you have to use the already build in Keil projects. Scripting is not an option if you want to achive good performance in terms of power consumption.
如前所述,请从设计指南开始,让我知道你有任何问题。不要期望在一周内有一个正在运行的项目。如果需要AT命令样式模块,则必须选择其他选项。DA14580在许多方面都是可配置的,这意味着您将无法在Keil中使用项目和示例。
You may also email towireless@eu.panasonic.com如果有什么问题
你好,先生,
非常感谢你您的回复。先生我能听懂ood that, nothing can be done overnight. Due to so many files per project, getting confused about where to start and what to do. i gon ethrough the design guide and software architechture guide,..but still confused about where to start. as per my undertanding, BLE requires one profile editing, custom application code to deal with the pheripherals, and need to update the values on the profile structures. but i need help about where to add the custom code.
1.what are the files needed for any type of BLE application, which dont need any config or changes..i mean generic code part...
2我需要定制哪些文件
like that kindly provide some help.with some example.kindly share your mail ID.Thank u
你好,钱德拉2赛卡2000,我已经请一个小组来看看你的问题。同时,您可能会发现以下线索对于理解一个非常类似的问题非常有用。。
http://support.dialog-semiconductor.com/sdk-program-datastructure
BR JE\u对话框
你好,先生,
Thank u for reply.i gone through the abouve link.but now my problem is, what are the files which needs to be common for a basic BLE application,which does not require any alteration, and what files need to be altered. for example ..my requirement is to implement a device which can act as central or pheripheral depending on a input switch position or a command from UART. and it needs to connect to another module .simple 20 bytes Ascii has to be exchanged in between both the connected devices, with notification.for achiving this application, where should i start ,with which project i should take as base, what files needs modification ,which profile should i use etc things , i need help.if possible kindly give us the mail ID of an technical developer, who can assist me through out the process...Thank u
嗨,钱德拉,2000年,
Fully understand your urgency. Since you are looking for some low data rate app like function, I would like to suggest you refer to our sample128 reference. It's inside our sdk and there is an application note on that which you can download from our website.
一般来说,sample128配置文件有两个非常简单的字符,允许写入和一个通知字符。您可以重用这两个可写字符来传输数据。我记得,每个字符只有一个可写字节,但显然你可以改变它。然后你会有一个最简单的spp在BLE层。应用说明是关于我们的软件架构的,你可以搜索这个关键词来找到它。有非常详细的步骤告诉您需要更改哪个文件以及如何更改。但是,您仍然需要构建两个应用程序级文件app\u sample128.c和app\u sample128\u task.c。这些文件处理数据库构建、写入指示和通知等不可编辑的配置文件消息。上面的应用程序说明提到了如何创建这两个文件。如果您觉得很难从头开始创建这些文件,还可以参考一些简单的概要应用程序代码,如App\u diss.c和App\u diss\u task.c。
最后,您将需要处理Uart。您可以参考产品测试项目,了解与da14580的接收和接收。
希望这对你有帮助!祝你好运,希望你能成功!
Regards!
PY公司
你好,先生,
非常感谢你给了我一个很好的解释…我会按照你提到的步骤进行…在这期间,如果有任何疑问和澄清,我会回复你的。谢谢你。。
你好,先生,
我一直在尝试获取样本128的申请说明…但我找不到它…今天…我们更改了一些规格…请指导我需要做什么来实现以下目标以及从何处开始
1.带外部主机控制器的外部设备
2.需要每1秒发送40字节的数据…可以分成2个数据包…(我需要澄清如何实现这个机制。。我应该使用通知还是shar我使用来自中央设备的轮询…从某种意义上说,当我尝试读取句柄时,它应该回复内容)并且应该进入低功耗模式
3.数据应通过UART发送。。。
4.在外部主机控制器上..要遵循的HCI命令和prtotocol格式是什么?
对于Pheriferal,我应该从哪里开始获取上述应用程序。
5.在个人电脑方面,我计划使用任何USB加密狗。从编程的PC端应用程序,我可以得到标准的协议数据或任何例子中使用图书管理系统
谢谢你。。
你好,先生,
我一直在尝试获取样本128的申请说明…但我找不到它…今天…我们更改了一些规格…请指导我需要做什么来实现以下目标以及从何处开始
1.带外部主机控制器的外部设备
2.需要每1秒发送40字节的数据…可以分成2个数据包…(我需要澄清如何实现这个机制。。我应该使用通知还是shar我使用来自中央设备的轮询…从某种意义上说,当我尝试读取句柄时,它应该回复内容)并且应该进入低功耗模式
3.数据应通过UART发送。。。
4.在外部主机控制器上..要遵循的HCI命令和prtotocol格式是什么?
对于Pheriferal,我应该从哪里开始获取上述应用程序。
5.在个人电脑方面,我计划使用任何USB加密狗。从编程的PC端应用程序,我可以得到标准的协议数据或任何例子中使用图书管理系统
谢谢你。。
嗨,钱德拉,2000年,
应用说明UM-B-015\u DA14580软件体系结构将指导您进行sample128项目。
从你的描述来看,它看起来仍然像一个SPP透明通信项目,对吗?我的建议如下:
1.外围方面,你把所有祝福堆栈和profile in DA14580 and only leave uart communication to host MCU, just like what we talked before. Dont' use HCI because you may need to separate BLE stack and profile and need to handle all message exchanging between and state machine as well. I'm not saying you can't do this but absolutely will need more time. Then you just need to customize your SPP like profile based on current profile example(sample128 or DISS etc.) and hand UART communication(please refer to prod_test project in our SDK). Even though I think you will spend week time on this, anyway it's the fastest way I can think of. If you really hope to use HCI, you can refer to paper UM-B-017 and RW-BLE-HOST-IS. In prod_test project you can also find reference code(we actually not open HCI interface to end user).
2. On PC side, its hard to give your advice because I have no idea what kind dongle you will have and what firmware it will have. If you can not program the dongle, you will not be able to put your proprietary profile inside. So maybe you can buy Dailog BLE dongle which has DA14580 inside and you can program it the same way. Then you will have maxim flexibility. Dailog BLE dongle is packet along with our starter kit.
最后,这可能不像您预期的那么短。希望这对你有帮助!
Regards!
PY公司
你好,先生,
after strugling a lot..with the help of software developer guide ,i cloned and completed steps up to diss adding. how ever after spending so many hours clearing path errors , it compiled succesfully. i programmed to the kit. when i used BLE monitor along with CC2540 based BLE USB dongle..actually it is supposed to show the manufacture name and other parameters as stated in the developer guide..but i am able to scan and connect it.but the names or services or not getting displayed ...simply 3 attributes are listed with handle numbers 1,12,16..but its values are not able read...
然而,当我试图连接USB加密狗pan1740与连接管理器,引导为中心..我能够读取值。为什么会这样..BLE监视器工具与常规BLE一起工作设备。然后为什么它不工作的对话产品。我也检查了邻近轮廓…同样的结果…为什么会这样?
嗨,钱德拉,2000年,
很高兴在两天内知道你的进展!
你说USB加密狗pan1740可以正常工作。而且,如果你可以在iphone上尝试一些应用程序,比如LightBlue,你可以很容易地连接到DA14580接近模式,读取和写入值。我认为这些应用程序也可以和你自己的项目一起使用。我没有尝试TI CC2540显示器与我们的DA14580套件在过去。所以很难说中间有什么问题。可能对CC2540固件有一些限制。很抱歉,我不能在那个设备上帮你。
Regards!
PY公司
你好,先生,
非常感谢您的回复。我已经完成了样本128添加。如何添加在创建app\u sample128.c和任务文件等的进一步步骤中,以及进一步的UART中,我是否需要您的帮助台阶。谢谢u型
尊敬的先生:,
if u have app_sample128.c &app task c & header files,kindly mail me atchandra2sekhar2000@yahoo.co.uk...i will try to extend it from 1 char to 20 char .and also i need 2 packets to be send....i need your valuable help as our completion dead line date is tommorow.hope you can help us.Thank u
嗨,钱德拉,2000年,
Sorry I'm off work and it's 23 o'clock now. Anyway, let me see if I can find way help you.
Regards!
PY公司
尊敬的先生:,
非常感谢。我收到了你的一个应用程序的128个样本文件朋友,先生但似乎与样本无关128例如您的朋友发送的文件是为某些近距离应用程序定制的。先生,你能帮我发送128个应用程序文件样本..发送一个字符..并指导我如何扩展它以及如何添加uart到它..我们已经完成了我们的时间框架…请帮助我。谢谢先生,今天是印度的节日,但不考虑星期天,我甚至星期天也在工作,但没有进展。
嗨,钱德拉,2000年,
Sorry, there is no app_sample128 files can be released from Dialog. We just guide customer the way to build up application level file(we thought that is not hard but really need some time). And each customer will have their own way to build up application level code based on their target. I myself did not compose app_sample128. Here I can only send a customized app_sample128 code composed by other people which I have. PLEASE BE NOTED THIS CODE CAN ONLY FOR YOUR REFERENCE BECAUSE THEY ARE NOT DIALOG RELEASE.
回到您的应用程序,我相信您仍然需要了解我们的软件结构,如果您需要建立自定义配置文件以及自定义的低级驱动程序,这对每个供应商都是一样的。如果您有与我们的SDK相关的问题,我将非常乐意帮助您。
Regards!
PY公司
嗨…先生
任何关于你的SPP配置文件的更新…真的我对这个对话框非常非常不熟悉…它有很好的硬件和良好的tx权力。但是发展真的很糟糕。它占用了我们大部分的时间,但还没有积极的进展。
您好,我们刚刚把这个参考设计页面的第一个版本下载。。。
谢谢&BR
JE\U对话框
嗨,伙计们,
我只是想评论一下这篇文章。我也在尝试开发类似的东西。首先,Dialog和Panasonic,你们在这里提供了一些非常好的帮助。从这条线和相关的文件中,我已经能够连接大多数的点。在init进程中,GAPM之后的概要文件的链式加载是非常聪明的。(我在几年前设计的另一个项目中通过系统消息使用了类似的状态机)。在尝试调试使用PAN1740模块创建的任何应用程序(以及运行代码的过程,可在相关指南中找到)时,我要提到一个警告。不能使用调试器运行Cortex-M0的编译代码,因为它陷入等待调试器关闭的while循环中。我只能通过使用连接管理器实用程序来播发(接近示例,完全托管)。
我仍然在使用软件指南从模板示例中构建,并从其他项目代码库中提取必要的组件和概要文件,以利用双向spp。在此之后,我预见到的一个大问题是在链接的另一侧创建概要文件。由于蓝牙开发人员似乎没有一个SPP的BLE,我想不会有一个默认的配置文件,我可以编程的对话框模拟(从而节省我的时间编码配置文件运行一系列的智能手机,ubuntu和windows)。我可能错了。
谢谢!
-Nate
你好,奈特,我们刚放了our serial port service custom profile with an Android APK wtih an IoS APP coming later in Q4. There will also be an update later in Q4 to add extended sleep support and hardware flow control, but it should be good as-is today to get you running. It can do 14580 to 14580 or 14580 to Android central role.
You can download it all here : note the Android APK is inside the binaries folder ... User manual explians all the rest.
http://support.dialog-semiconductor.com/ref-designs
谢谢你的对话
非常感谢,先生。我会的go through and get back to u,Thank u once again
谢谢你们!你太棒了!