需要帮助制作UART连接

28篇帖子/ 0新
Last post
chandra2sekhar2000
离线
Last seen:6 years 1 month ago
Joined:2014-05-11 10:47
需要帮助制作UART连接

您好 ,
我有一个pan1740和da14580devkt-b模块。我需要设置这两个模块,就像UART Bridge一样。在Sense Connect Pan1740到一台PC和Devk到另一台PC。并从两者交换数据。我知道,BLE不支持SPP。但是,我的数据是每个TX或Rx的<= 20个字节。我不知道从哪里开始。请帮助我配置像UART Bridge。感谢你

ingo.
离线
Last seen:4周1日前
Guru 松下
Joined:2014-01-16 11:19
您好,

您好,

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,
ingo.

chandra2sekhar2000
离线
Last seen:6 years 1 month ago
Joined:2014-05-11 10:47
您好,

您好,
感谢你very much for reply. Right now i have PAN1740 Usb dongle.first i need to try with the readily available USB modules and Dialog devk and finally i will replace with Modules later.help me where to start for achieving UART style 20bytes ascii TX and RX between 2 devices.Thank u

ingo.
离线
Last seen:4周1日前
Guru 松下
Joined:2014-01-16 11:19
We will have a serial port

We will have a serial port service like profile for DA14580 in a few weeks.
Till then please start with the examples from the design guide.

chandra2sekhar2000
离线
Last seen:6 years 1 month ago
Joined:2014-05-11 10:47
嗨,先生,非常感谢你。我们

嗨,先生,非常感谢你。我们随着时间的推移,我们需要在本周结束之前或之前完成这一点。所以请为我们提供一些帮助。我们完全没有耐心地忍受了这一点,就像Bluegiga脚本一样,是关于对话框的东西。项目非常令人困惑,包含这么多的文件..我不明白在哪里开始。我检查了吞吐量和接近级别,我不明白在哪里编辑以定制它......我需要只添加要添加的配置文件(服务,特征)并需要调用UART发送和接收..i不明白什么开始。请恳求我。谢谢你

chandra2sekhar2000
离线
Last seen:6 years 1 month ago
Joined:2014-05-11 10:47
嗨,先生,非常感谢你。我们

嗨,先生,非常感谢你。我们随着时间的推移,我们需要在本周结束之前或之前完成这一点。所以请为我们提供一些帮助。我们完全没有耐心地忍受了这一点,就像Bluegiga脚本一样,是关于对话框的东西。项目非常令人困惑,包含这么多的文件..我不明白在哪里开始。我检查了吞吐量和接近级别,我不明白在哪里编辑以定制它......我需要只添加要添加的配置文件(服务,特征)并需要调用UART发送和接收..i不明白什么开始。请恳求我。谢谢你

ingo.
离线
Last seen:4周1日前
Guru 松下
Joined:2014-01-16 11:19
您想要哪种个人资料

您想使用哪种个人资料?他们都是准备好的构建,你可以在SDK中找到它们。- da14580_sdk_3.0.2.1 \ dk_apps \ src \ ip \ ble \ hl \ src \ compiles
也许StreamData配置文件是您需要的配置文件?
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.
As said please start with the design guide and let me know where you have any issue. Do not expect to have a running project within a week. If you need AT commands style module you will have to choose another option. The DA14580 is configurable in many ways and this means you will not get around working with the projects and examples you have in the Keil.

You may also email towireless@eu.panasonic.comif there is any question

chandra2sekhar2000
离线
Last seen:6 years 1 month ago
Joined:2014-05-11 10:47
Hello sir,

Hello sir,
非常感谢你的回复。我可以了解这一点,没有什么可以做一夜之间。由于每个项目的许多文件,令人困惑地开始和该做什么。我会换ethrough设计指南和软件architechture指南,但仍然混淆到哪里开始。根据我的承诺,BLE需要一个配置文件编辑,自定义应用程序代码来处理Pheripheral,并且需要更新配置文件结构上的值。但我需要帮助添加自定义代码的位置。

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. what are the files i need to customise
就像那种友好提供一些帮助。一些榜样。很少分享你的邮件ID.谢谢你

JE_Dialog
离线
Last seen:1 day 46 min ago
Staff
Joined:2013-12-05 14:02
你好Chandra2sekhar2000,我

你好Chandra2sekhar2000,我have asked one of the team to look at your question. In the meantime, you might find the following thread useful to understand from a very similar question..

http://support.dialog-semiconductor.com/sdk-program-datastructure

BR JE_Dialog

chandra2sekhar2000
离线
Last seen:6 years 1 month ago
Joined:2014-05-11 10:47
Hello sir,

Hello sir,
谢谢你的回复。我经历了abouve link.but现在我的问题是,基本BLE应用程序需要常见的文件,这不需要任何改变,以及需要更改的文件。例如..这些要求是实现一个设备,其可以根据输入开关位置或来自UART的命令作为中央或通信路面。它需要连接到另一个模块。将20个字节符合在连接的设备之间insimple 20字节,使用通知将在两个应用程序之间进行交换,我应该在哪里开始,我应该以哪个项目作为基础,哪些项目需要修改,我应该使用哪种配置文件等,我需要帮助。如果可能的是,可以给我们提供技术开发人员的邮件ID,谁可以帮助我完成这个过程...谢谢你

PY_Dialog
离线
Last seen:2 years 7 months ago
Staff
Joined:2014-08-25 09:59
Hi Chandra2sekhar2000,

Hi Chandra2sekhar2000,

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配置文件有两个非常简单的字符,允许写入和通知字符。您可以重用这两个可写字符来传输数据。我记得,每个角色只有一个可写的字节,但显然你可以改变它。然后,您将在BLE层中具有最简单的SPP。应用笔记是关于我们的软件架构,您可以搜索此关键词以查找。有非常详细的步骤告诉您需要更改哪些文件以及如何。但是,您仍然需要构建两个应用程序级别文件app_sample128.c和app_sample128_task.c。这些文件处理BLE配置文件邮件,如数据库构建,写入指示和通知等。上面的应用程序注意提到了如何创建这两个文件。如果您感觉很难从头开始创建这些文件,您也可以参考app_diss.c和app_diss_task.cn等一些简单的配置文件应用程序代码。
Finally you will need to dealing with Uart. You can refer to prod_test project to under stand both rx and rx with da14580.
希望这有助于你!祝你好运,希望你能做出!

Regards!
PY

chandra2sekhar2000
离线
Last seen:6 years 1 month ago
Joined:2014-05-11 10:47
Hello sir,

Hello sir,
非常感谢你,给出一个很好的解释..我将虽然你提到的步骤......在介于任何疑问和澄清之间,我回到了U.谢谢你..

chandra2sekhar2000
离线
Last seen:6 years 1 month ago
Joined:2014-05-11 10:47
Hello Sir,

Hello Sir,
我一直在尝试获取Sample128的应用笔记......但我无法找到它....今天..我们今天已经改变了一些规格..请引导我需要做些什么来实现以下内容和到底何处开始
1.Pheripheral Device with External Host controller
2.needs to send 40 bytes of data every 1 sec...can be splited in to 2 packets...(i need clarification about the implementing this mechanism.. shall i use notification or shar i use polling from central device...in the sense when i try to read a handle,it should reply back the content )and it should go to low power mode
3.数据应通过UART发送...
4.On外部主机控制器..是什么是遵循的HCI命令和PRTotocol格式?

对于PherierWall,我应该在哪里开始实现上述应用程序。

5.on a PC side,i am planning to use any USB BLE dongles. from programming the PC side application where can i get the standard protocol data or any examples to use in VB.net

感谢你。。

chandra2sekhar2000
离线
Last seen:6 years 1 month ago
Joined:2014-05-11 10:47
Hello Sir,

Hello Sir,
我一直在尝试获取Sample128的应用笔记......但我无法找到它....今天..我们今天已经改变了一些规格..请引导我需要做些什么来实现以下内容和到底何处开始
1.Pheripheral Device with External Host controller
2.needs to send 40 bytes of data every 1 sec...can be splited in to 2 packets...(i need clarification about the implementing this mechanism.. shall i use notification or shar i use polling from central device...in the sense when i try to read a handle,it should reply back the content )and it should go to low power mode
3.数据应通过UART发送...
4.On外部主机控制器..是什么是遵循的HCI命令和PRTotocol格式?

对于PherierWall,我应该在哪里开始实现上述应用程序。

5.on a PC side,i am planning to use any USB BLE dongles. from programming the PC side application where can i get the standard protocol data or any examples to use in VB.net

感谢你。。

PY_Dialog
离线
Last seen:2 years 7 months ago
Staff
Joined:2014-08-25 09:59
嗨chandra2sekhar2000,

嗨chandra2sekhar2000,

应用程序注意嗯- b - 015 - _da14580软件弧hitecture will guide you on sample128 project.
From you description, it looks still like a SPP transparent communication project, right? Then here will be my advices:
1. On peripheral side, you put all BLE stack and 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.在PC方面,很难提供你的建议,因为我不知道你将拥有什么样的加密狗以及它将拥有的固件。如果您无法编制加密狗,您将无法将您的专有配置文件放在里面。所以也许你可以在里面购买DA14580的Dailog BLE加密狗,你可以以同样的方式编程。然后你将有最大的灵活性。Dailog Ble Dongle是我们的入门套件。
最后,这可能不是您预期的一个非常短的项目。希望这件事!

Regards!
PY

chandra2sekhar2000
离线
Last seen:6 years 1 month ago
Joined:2014-05-11 10:47
Hello sir,

Hello sir,
后strugling很多. .在软件的帮助下,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时,引导为Central..i读取值。为什么这么...... BLE MONITION工具与常规BLE设备一起使用。该为什么它不适用于对话框产品。我也用接近剖面检查了......结果..为什么它是如此?

PY_Dialog
离线
Last seen:2 years 7 months ago
Staff
Joined:2014-08-25 09:59
嗨chandra2sekhar2000,

嗨chandra2sekhar2000,

Good to know your progress in two days!
You said the USB dongle pan1740 work fine. And also if you can try some apps in iphone like LightBlue you can easily connect to DA14580 proximity profile, read and write value. I think the apps will also works with your own project. I did not try TI CC2540 monitors with our DA14580 kit in the past. So it's hard to say what is the problem in between. Maybe there is some restriction on CC2540 firmware. Sorry I'm not able to help you on that device.

Regards!
PY

chandra2sekhar2000
离线
Last seen:6 years 1 month ago
Joined:2014-05-11 10:47
你好,先生,

你好,先生,
感谢你very much for your reply.i did up to sample128 adding.how ever i need your help in further steps to for creating app_sample128.c and task files etc..and further UART steps.thank u

chandra2sekhar2000
离线
Last seen:6 years 1 month ago
Joined:2014-05-11 10:47
Dear sir,

Dear sir,
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

PY_Dialog
离线
Last seen:2 years 7 months ago
Staff
Joined:2014-08-25 09:59
嗨chandra2sekhar2000,

嗨chandra2sekhar2000,

对不起,我下班了,现在是23点。无论如何,让我看看我是否能找到方法可以帮助你。

Regards!
PY

chandra2sekhar2000
离线
Last seen:6 years 1 month ago
Joined:2014-05-11 10:47
Dear sir,

Dear sir,
感谢你very much.i have recieved some app_sample128 files from one of your friend.sir but it seems to be unrelated to the sample128 example.the files send by your friend is customised for some proximity application. sir can u please kindly help me, by sending sample128 app files..to send a char ..and also guide me how to extend it and how to add uart to it..already we last our time frame...kindly help me.Thank u sir..today is festival in india,but with out considering hoiliday i am working even sundays also/...but no progress.

PY_Dialog
离线
Last seen:2 years 7 months ago
Staff
Joined:2014-08-25 09:59
嗨chandra2sekhar2000,

嗨chandra2sekhar2000,

抱歉,无法从对话框中释放app_sample128文件。我们只是指导客户建立应用程序级别文件的方式(我们认为这不难但真的需要一些时间)。每个客户都有自己的方式基于其目标建立应用级别代码。我自己没有撰写app_sample128。在这里,我只能发送由我拥有的其他人组成的自定义app_sample128代码。请注意,此代码只能用于您的参考,因为它们不是对话框版本。
回到您的应用程序,我相信您仍然需要了解我们的软件结构,如果您需要建立自定义的配置文件以及自定义的低级驱动程序,则每个供应商都是相同的。如果您对我们的SDK有关的特定问题,我会非常乐意帮助您。

Regards!
PY

chandra2sekhar2000
离线
Last seen:6 years 1 month ago
Joined:2014-05-11 10:47
你好,先生

你好,先生
关于您的SPP配置文件的任何更新。

JE_Dialog
离线
Last seen:1 day 46 min ago
Staff
Joined:2013-12-05 14:02
你好,我们刚刚放了

您好,我们刚刚将第一个50个参考设计页面列入下载...

Thanks & BR
JE_Dialog

撒尿
离线
Last seen:6 years 1 week ago
Joined:2014-09-24 15:40
Hi guys,

Hi guys,
我只是想对这个线程发表评论。我也试图在这里开发类似的东西。要开始,对话和松下,你们在这里给了一些非常好的帮助。来自此线程和相关文档,我已经能够连接大部分点。初学过程中GAPM后的曲线的链加载非常智能。(我通过在几年前设计的另一个项目中使用了类似的状态机通过系统消息)。在尝试调试使用Pan1740模块(以及运行代码的过程中,尝试调试使用的任何应用程序时提及)。您无法使用调试器运行Cortex-M0的编译代码,因为它会陷入一小时的循环,该循环等待关闭调试器。我只能通过使用Connection Manager实用程序宣传(接近示例,完全托管)。
我仍然使用该软件指南从模板示例中建立,并从其他项目代码中拉动基于必要的组件和配置文件来利用双向SPP。在这之后我预见的大问题是在链接的另一侧创建配置文件。由于蓝牙开发人员似乎没有用于BLE的SPP,我认为这不会是一个默认配置文件我可以将对话框编程为模拟(从而节省时间编码配置文件以运行一系列智能手机,Ubuntu和Windows)。我这里可能错了。

谢谢!
- 诞..

JE_Dialog
离线
Last seen:1 day 46 min ago
Staff
Joined:2013-12-05 14:02
Hello Nate, we just released

您好Nate,我们刚刚发布了我们的串行端口服务自定义配置文件,使用Android APK Wtih一个iOS应用程序稍后在Q4稍后。Q4稍后还将有一个更新,以增加扩展的睡眠支持和硬件流量控制,但它应该是好的 - 今天是为了让你运行。它可以为Android Central角色执行14580至14580或14580或14580。

您可以在此处下载它:注意Android APK位于二进制文件夹中...用户手册探讨所有其余的。

http://support.dialog-semiconductor.com/ref-designs

Thanks JE_Dialog

chandra2sekhar2000
离线
Last seen:6 years 1 month ago
Joined:2014-05-11 10:47
非常感谢你的意志

非常感谢你的sir.i会经历并回复你,再次谢谢你

撒尿
离线
Last seen:6 years 1 week ago
Joined:2014-09-24 15:40
Thanks Guys! Your awesome!

Thanks Guys! Your awesome!

Topic locked