28篇帖子/ 0新
最后一篇
Herochua617.
离线
最后一次露面:3年11个月前
加入:2017-01-18 12:46
Need Help

Hi guys,

我是马来西亚的电子工程学生。我对这个微控制器很新。我在最后一年的项目中有一些困难。我正在使用DA14580来构建用于ECG采集的超低功耗嵌入式系统。我将使用Altium Designer绘制原理图设计,我还在Altium Designer中为DA14580芯片创建了自定义原理图。此嵌入式系统将在DA14580的数据表中使用参考设计,但我将使用该项目的曲面安装组件。我会将DA14580芯片连接到加速度计,也是模拟前端。模拟前端将从电极供给数据,并在加速度计将负责活动识别时向微控制器发送到微控制器。将被操纵ECG信号,并且将通过蓝牙从DA14580向DA14580发送诸如心率和呼吸率的数据。由于您现在简要了解我需要做的事情,因此我的问题在这里我将如何编写DA14580,我需要智能赛段软件吗? or software development kit? I really need your help. Please help me anyone. Thank you.

设备:
mt_dialog.
离线
最后一次露面:2个月1周前
职员
加入:2015-06-08 11:34
嗨Herochua617,

嗨Herochua617,

The SDK is the development kit in order for you to develop your custom fw, so you just download the SDK and keil compliler in order to start your development. The SDK essentially is code that helps you in order to write sw.

使用Keil,您可以构建您的代码并下载您在580中直接开发到RAM空间的SW,因此使用以测试您的SW。

您可以在闪光灯或EEPROM中刻录FW的智能片段工具(您可以在580上附加)甚至直接在Sysram中下载FW。

谢谢mt_dialog.

Herochua617.
离线
最后一次露面:3年11个月前
加入:2017-01-18 12:46
So Smart Snippets are used to

So Smart Snippets are used to burn the firmware inside the flash. However, in order to burn, I need to purchase any hardware to do it? Sorry, that I am inexperienced of this thing but I am glad that you've helped.

mt_dialog.
离线
最后一次露面:2个月1周前
职员
加入:2015-06-08 11:34
嗨Herochua617,

嗨Herochua617,

The Smart Snippets tool uses either the JTAG or the UART interface in order to burn the device, in order to use the JTAG interface you will need a Jlink lite debugger (the dev kits have an Atmel chip on onboard that impelements the jlink, so you wont need one if you have a dev kit). For the UART interface you will need an FTDI chip/cable in order to be able to establish the communication between the 580 Smart Snippets. Just to make sure that you got this right, the 580 doesn't include a flash so you will have to attach an external flash, only the 583 has an embedded flash.

谢谢mt_dialog.

Herochua617.
离线
最后一次露面:3年11个月前
加入:2017-01-18 12:46
我明白了..哇!,你的

我明白了..哇!,你的explanation is very great and very helpful to me. All these things I do not know much all this while. I know that the 583 got flash and the 580 does not has one according to the datasheet. This is thing is getting much more interesting up till' now and you're helping solving the puzzle piece by piece. Thank you. In another words, I need to buy the development kit if i going to use JTAG while a FTDI chip/cable when I wanna use UART.. right? which one is better?

mt_dialog.
离线
最后一次露面:2个月1周前
职员
加入:2015-06-08 11:34
嗨Herochua617,

嗨Herochua617,

开发套件在船上有一个JTAG(基本和专业版)也可以使用UART编程(基本使用充当JLink的Atmel处理器的基本使用的UART的UART有一个单独的FTDI)。如果您想开发自定义设备,您将需要其中一个设备,使用JTAG模块您将能够调试代码,这是UART不可能的。JTAG也比UART快。

谢谢mt_dialog.

Herochua617.
离线
最后一次露面:3年11个月前
加入:2017-01-18 12:46
是这个开发套件

这是我应该购买的这个开发套件吗?https://www.digikey.com/product-detail/en/dialog-semiconductor-gmbh/DA14...

Herochua617.
离线
最后一次露面:3年11个月前
加入:2017-01-18 12:46
是的,我正在建立一个习俗

是的,我正在建立一个使用DA14583芯片组的自定义设备。从那以来,你告诉我DA14580中遗漏的闪存,所以我将改为da14583。我不想使用外部闪光,因为这将增加板的外形。我很感激你在这个项目中的援助。可以推荐给我哪个适合我项目的开发套件?网站上有很多开发套件,我与“子板”和“主板”和“主板”和IoT传感器开发套件混淆,所以我应该购买哪一个,以获得JTAG和UART连接能力?谢谢你。

Herochua617.
离线
最后一次露面:3年11个月前
加入:2017-01-18 12:46
我有另一个问题

我发现的另一个问题是为什么DA14583中的引脚分配图是不一致的。我正在使用Altium Designer进行定制的足迹,因为此芯片的Snapeda中没有足迹符号。那么我应该遵循哪个图,图2或图8?该图已附加到此消息中。非常感谢你,谢谢你的帮助。

mt_dialog.
离线
最后一次露面:2个月1周前
职员
加入:2015-06-08 11:34
嗨Herochua617,

嗨Herochua617,

为了试验583,您可以拥有583个基本套件或获取Pro套件的主板和主板,您将能够附加583个子板。IOT是一种更具体的开发套件,具有附接(加速度计,陀螺仪,磁等)的额外传感器,没有引脚OUT,您还需要有一个接口板以便编程。所以坚持基本或专业版(用Pro你可以使用电源分布器来采取电力测量,并且它也有一个FTDI)。

关于您的第二个问题图8只是用于583上所需连接的图表,引脚排列是图2中所示的图。

谢谢mt_dialog.

Herochua617.
离线
最后一次露面:3年11个月前
加入:2017-01-18 12:46
你好呀,

你好呀,

谢谢mt_dialog。您是否对QFN组件测试了解?自从我创建自己的自定义足迹以来,我无法在计算机中模拟它们。因此,通常,在我的学习中,我将在焊接之前在面包板上测试这些组件。但QFN组件没有腿,它无法在面包板上进行测试。这意味着,我需要先焊接所有组件,以便测试这意味着如果板无法工作,我需要裸露的风险。我很遗憾地提出可能出于范围的问题。如果你不介意,你能给我一些关于这个的提示吗?基本上,我将把我的公司发送给其他公司进行焊接,因为我没有资源来做雷电竞下载appQFN焊接,所以如果我构建的原理图电路无法工作,我需要裸露的成本。

mt_dialog.
离线
最后一次露面:2个月1周前
职员
加入:2015-06-08 11:34
嗨Herochua617,

嗨Herochua617,

Thats why we provide the development kits, for testing and familiarizing with the enviroment, if you dont want to get the dev kits you will have to create a custom prototype PCB for testing.

谢谢mt_dialog.

Herochua617.
离线
最后一次露面:3年11个月前
加入:2017-01-18 12:46
我懂了。I will get the

我懂了。我将获得开发套件进行测试。我实际上不太了解情况,我道歉。开发套件的目的是帮助我将代码上传到我的定制PCB右边?因为我需要将自定义PCB原型作为商业上有用的产品。是我项目目标的一部分。您之前解释的女儿板由一个平台组成,我可以将自定义PCB附加到那样?如果你不介意,请耐心等待我。我对这件事来说太新了,但我需要完成这个项目以毕业。我非常感谢你的帮助,我很感激你有助于帮助。

Thank you, MT_Dialog.

mt_dialog.
离线
最后一次露面:2个月1周前
职员
加入:2015-06-08 11:34
嗨Herochua617,

嗨Herochua617,

DEV套件的目的是熟悉SDK和系统,制作原型FW,您可以稍后使用它为您的自定义设计的PCB。您可以使用Dev Kit的JLink(当您的PCB准备就绪时)以便在自定义PCB中下载FW。

谢谢mt_dialog.

Herochua617.
离线
最后一次露面:3年11个月前
加入:2017-01-18 12:46
亲爱的mt_dialog,

亲爱的mt_dialog,

我想问另一个问题,女儿董事会的目的是什么?
下一个问题:我如何将自定义PCB连接到开发。套件下载fw?通过蓝牙或USB端口?这意味着我的自定义PCB需要有一个PCB端口?以及我的自定义PCB的USB端口在内部连接到哪里?MCU上的腿是一个允许我上传编码吗?谢谢。

Herochua617.
离线
最后一次露面:3年11个月前
加入:2017-01-18 12:46
Dear MT_dialog,

Dear MT_dialog,

我可以让我的项目更简单。我可以连接SDK开发主板和AD8232模块,还可以将ADXL345加速度计模块一起连接,所有这些模块都可以作为一个系统来制作我的ECG嵌入式系统?这样,我不需要焊接QFN组件,因为我没有资源焊接QFN组件。整个系统是否能够运作?谢谢

mt_dialog.
离线
最后一次露面:2个月1周前
职员
加入:2015-06-08 11:34
嗨Herochua617,

嗨Herochua617,

At the pro kits the 58x SoC is located on the daugherboard, so you can switch between all the available 58x without the need of an extra dev kit but a daughter board.

As i ve indicated above you can either program the 580 with an FTDI (which the pro kit has) or through the JTAG (the pro kit has one as well) so you can use any of those interfaces from the main header of the pro kit J5. Regarding the connections of the pro kit and the custom PCB you can have a look at the FAQ section, just follow the below linkhttps://support.dialog-semiconductor.com/guide/faq-dev-kits-ref-designs并检查问题“如何使用dev套件编写自定义板?”。

正如我所提到的那样,DEV套件的原因是尝试使用SOC,您可以安装您想要的传感器,以便实验,而无需创建自定义PCB。

谢谢mt_dialog.

Herochua617.
离线
最后一次露面:3年11个月前
加入:2017-01-18 12:46
非常感谢你!You are

非常感谢你!你是最棒的。我欣赏你对我解释的东西。如果您不介意,如果在我完成开发套件后我在项目中找到了任何问题,我会恢复为您。

Herochua617.
离线
最后一次露面:3年11个月前
加入:2017-01-18 12:46
Dear MT_dialog,

Dear MT_dialog,

你好呀。我还有一个问题要问。所以如果我正在购买DA14580的开发,我就不会闪烁。抱歉缺乏经验,你介意告诉我它是否需要闪光?

mt_dialog.
离线
最后一次露面:2个月1周前
职员
加入:2015-06-08 11:34
嗨Herochua617,

嗨Herochua617,

检查可用的开发工具和文档,you will see that both of those kits have a flash on board, so you will able to use it with the 580, if the flash is necessary or not, depends on your design, the 580 is able to boot either from OTP, UART, SPI or I2C interfaces. So for running a test or experimenting, the flash is not necessary since you can donwload the fw through JTAG or UART via Smart Snippets, but when there is no option for downloading fw you need a storage device that the 580 will boot from.

谢谢mt_dialog.

Herochua617.
离线
最后一次露面:3年11个月前
加入:2017-01-18 12:46
Dear MT_dialog,

Dear MT_dialog,

了解。谢谢

Herochua617.
离线
最后一次露面:3年11个月前
加入:2017-01-18 12:46
嗨mt_dialog,

嗨mt_dialog,

我正在找到一种更简单的方式来构建我的硬件在ECG嵌入式应用程序上。雷竞技安卓下载我想询问我是否购买了IOT传感器开发套件DA14583,我可以将其与其他传感器模块相同,如AD8232模块,它是电极的模拟前端,以获得ECG信号吗?由于DA14583 IOT传感器开发套件已包含加速度计,因此我也不需要购买组件来构建加速度计。

谢谢!

mt_dialog.
离线
最后一次露面:2个月1周前
职员
加入:2015-06-08 11:34
嗨Herochua617,

嗨Herochua617,

I dont think that the IoT would be a comfortable way in order to start building your application and attaching extra sensors, the IoT has besides the accelerometer an additional variety of sensors (magneto, gyro, enviromental sensors) and there is no additional header for you in order to attach extra sensors easily, you would have to detach some of the additional sensors on the PCB and apply your sensor, i dont think that this is a confortable way for experimenting.

谢谢mt_dialog.

Herochua617.
离线
最后一次露面:3年11个月前
加入:2017-01-18 12:46
谢谢!

谢谢!

Herochua617.
离线
最后一次露面:3年11个月前
加入:2017-01-18 12:46
嗨mt_dialog,

嗨mt_dialog,

询问您是否知道如何连接DA14580 DEV。套件到ADXL 345模块和AD8232模块,因为这些指南适用于Arduinos。我不如何连接到DA14580开发。成套工具。如果你不介意,我很高兴你可以分享一些关于连接它们的知识,或者我应该在哪里开始?谢谢,所有组件的链接如下。

https://learn.sparkfun.com/tutorials/adxl345-hookup-guide?_ga=1.13933113...
https://learn.sparkfun.com/tutorials/ad8232-heart-rate-monitor-hookup-gu...
http://www.dialog-seminile.com/produ雷电竞官网登录cts/connectivity/bluetooth-l.....

mt_dialog.
离线
最后一次露面:2个月1周前
职员
加入:2015-06-08 11:34
嗨Herochua617,

嗨Herochua617,

Please dont post questions on irrelevant topics, you can always create a new thread, also how to connect the sensors is a subject that you should spend some on it in order to check the available sensors that you have and what are the available outputs that each sensor provides, and offcourse the question is out of the scope of this forum.

Nevertheless the ECG that you are mentioning should provide an analog output, that means that you have to configure and connect it to one of the ADC ports of the 580.

关于加速度计,它为通信,I2C或SPI提供了两个接口,因此您可以将580端口配置为SPI主站或I2C主机,并将传感器连接到相应的配置引脚。

You will be able to find some examples regarding the ADC, SPI and I2C to the peripheral_examples folder in the SDK, of cource the ADC example is for reading the power supply of the 580 and the I2C and SPI are for reading memory modules, but the interfaces are based on the same principles.

谢谢mt_dialog.

Bucher
离线
最后一次露面:7个月2周前
加入:2020-09-14 08:00
你好,

你好,

我是洛斯布里奇大学的第一年学生。我需要帮助我的项目:如果我使用MSP430处理器使用DA14580,那么电力消耗将是什么?

urs bucher.

Programming of DA14580 for a beginner - my physics classdomyhomeworkonline.

PM_Dialog
离线
最后一次露面:2天7小时前
职员
加入:2018-02-08 11:03
你好呀,

你好呀,

谢谢你的问题。您能否提出一个新的论坛票,因为这是过时并关闭的?

谢谢,PM_DIALOG.