8 posts / 0 new
Last post
MichaelKopp
Offline
Last seen:5 years 10 months ago
Joined:2014-10-13 12:55
GTL without application

你好,我想知道是否有必要have an application running on the DA14580 in any case, even in external processor mode.

In more detail:

下面的常见问题让我认为可以使用DA14580作为一个简单的“蓝牙天线”,我可以通过UART控制,通过UART从不同的CPU发送GTL命令到DA14580,以控制所有蓝牙活动。阅读UM-B-010(这似乎是关于如何使用处理器在不在DA14580上的CPU上运行主应用程序的主要信息来源,通过UART连接),我开始认为我必须在DA14580上编译并运行一个小应用程序,处理UART通信,然后与BLE芯片通信。所以我的问题是:Is it possible to use the DA14580 without any software compiled for it running on its Cortex-M0?Is there some possibility to control the BLE-Chip directly via UART from a different CPU and if so, is there some documentation for that? Or do I need to deploy some application for the Cortex-M0, in any case?

Would it be possible to control DA14580 with an external processor?

DA14580 can be used as a single processor solution or with an external processor. In external processor solution, Bluetooth low energy stack and profiles are running on DA14580. Custom application layer is deployed on an external processor. The communication between external application and profiles/stack on DA14580 is through the External Processor Interface provided by Dialog. The external processor interface can be physically mapped on UART or SPI.

Please excuse my stupid question, but I don't have the device with me yet, so I cannot actually just try it out.

sonym
Offline
Last seen:6年5个月前
Joined:2014-08-26 16:48
I would like an answer to

I would like an answer to this question as well. For me, the ideal circuit would have the DA14580 take care of all Bluetooth configuration and communication and have an external processor feed it data that needs to go over the Bluetooth link, functioning essentially as a wireless UART.

JE_Dialog
Offline
Last seen:6 hours 36 min ago
Staff
Joined:2013-12-05 14:02
你好,米凯尔,索尼姆,

你好,米凯尔,索尼姆,

have you looked at the document UM-B-017 ? I do beleive this answers your question. Also please note that we are going to release an engineering version of a 'wireless uart' like custom profile (simple serial port) in the coming weeks. A full version with assosicated IoS/Android apps will be available end of November.

BR JE_Dialog

http://support.dialog-semiconductor.com/system/files/restricted/UM-B-017.pdf

Yamazaki
Offline
Last seen:4 years 8 months ago
Joined:2014-01-08 06:00
Hi JE_Dialog,

Hi JE_Dialog,

We would like to use replacing from USB as virtual COM port.
Do you have a specification of wireless UART?
for examples;
BAUD : max 57,600 bps
FLOW : only software flow control (Xon/Xoff)
DATA : 8bit
Stop : 1bit

sonym
Offline
Last seen:6年5个月前
Joined:2014-08-26 16:48
Hi JE_Dialog,

Hi JE_Dialog,

Do you have a date for the engineering release of the custom UART profile code? What code example do you recommend I study to implement the new profile?

Thanks.

MichaelKopp
Offline
Last seen:5 years 10 months ago
Joined:2014-10-13 12:55
Hi,

Hi,
I just downloaded and tested your Serial Port Service and it looks quite interesting. Do you think it's possible to release the sources for the Android app as well?
Thanks,
Michael

sandip ukani
Offline
Last seen:3 years 11 months ago
Joined:2016-11-07 06:25
proximity host application

Hi

I would like to know that windows host application for UART interface, Can I use in Linux platform ?

I am using DA14580 chip and sdk 5.0.3 software version.

Right now I am testing proximity reporter application for our custom design, it connect BLE scanner successfully. In that application I want to monitor application status from external host processor means all service information at host by using UART interface as given in windows host application.

If need to any changes at host or target processor application configuration, suggest to me?
It would be very appreciable to get any help in this direction !!

Thanks,
Sandip

MT_dialog
Offline
Last seen:3 months 2 days ago
Staff
Joined:2015-06-08 11:34
Hi sandip ukani,

Hi sandip ukani,

The proximity demo application is for windows only, and just outputs commands that the 580 parses from UART following the GTL format and acts accordingly (advertise, connect etc), the same case can be applied to an external MCU and just control your 580 through that MCU with UART commands. The windows application is just a demo, you should be able to follow that example and have an application that runs on an external MCU. Also have a look at the UM-B-017 document.

Thanks MT_dialog