28 posts / 0 new
最后一篇
Herochua617.
离线
最后一次露面:3 years 11 months ago
加入:2017-01-18 12:46
需要帮忙

嗨,大家好,

I am an Electronics Engineering student from Malaysia. I am very new to this microcontroller. I am having some difficulties in my final year project. I am using DA14580 to build an Ultra Low Power embedded system for ECG acquisition. I will be drawing the schematic design using Altium Designer and I have also created custom schematic for DA14580 chip in Altium Designer. This embedded system I will be using the reference design in the datasheet of DA14580 but I will be using Surface Mount components for this project. I will connect the DA14580 chip to an accelerometer, and also an Analog Front End. The Analog Front End will feed the data from the electrodes and send to the microcontroller whilst the accelerometer will in charge of the activity recognition. The ECG signals will be manipulated and the data such as heart rate and respiration rate will be sent from the DA14580 to the smartphone through bluetooth. Since you have now briefly understand what I need to do, my problems here are that how am I going to program the DA14580, do I need smart snippets software? or software development kit? I really need your help. Please help me anyone. Thank you.

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

嗨Herochua617,

SDK是开发套件,以便您开发自定义FW,因此您只需下载SDK和Keil Compriler以启动开发。SDK基本上是帮助您撰写SW的代码。

With keil you can build your code and download the sw that you have developed in the 580 directly to RAM space, so it is used in order to test your sw.

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

谢谢mt_dialog.

Herochua617.
离线
最后一次露面:3 years 11 months ago
加入:2017-01-18 12:46
所以智能片段习惯了

因此,智能代码段用于刻录闪光灯内的固件。但是,为了燃烧,我需要购买任何硬件来做吗?对不起,我缺乏这件事,但我很高兴你已经帮助了。

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

嗨Herochua617,

智能代码段工具使用JTAG或UART接口才能刻录设备,以便使用JTAG接口您需要JLING Lite调试器(DEV套件在板载上驾驶JLINK的Atmel芯片,所以您如果您有DEV套件,则需要一个)。对于UART接口,您需要一个FTDI芯片/电缆,以便能够建立580智能片段之间的通信。只是为了确保您得到了这一点,580不包括闪光灯,因此您必须安装外部闪光灯,只有583具有嵌入式闪存。

谢谢mt_dialog.

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

我看到..哇!,你的解释对我来说非常伟大,非常乐于助人。所有这些我都不知道这一切。我知道583 Get flash,580没有根据数据表的一个。这是事情越来越有趣,直到'现在,你用碎片帮助解决拼图。谢谢你。在另一个词中,如果我想使用的话,我需要购买开发套件,如果我想使用uart ..对吗?哪一个更好?

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 years 11 months ago
加入:2017-01-18 12:46
是这个开发套件
Herochua617.
离线
最后一次露面:3 years 11 months ago
加入:2017-01-18 12:46
是的,我正在建立一个习俗

是的,我正在建立一个习俗device that is using the DA14583 chipset. Since that you told me about the missing flash in DA14580 so I will change to DA14583 instead. I do not wanna use external flash as this will increase the form factor of the board. I appreciate your aid in this project. Could recommend to me which development kit that is suitable for my project? There are plenty of development kits in the website, I was confused with the term "daughterboard" and 'motherboard' and IoT sensor development kit, so which one should i purchase in order to acquire the JTAG and the UART connecting ability? Thank you.

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

我有另一个问题found is that why the pin assignment diagrams in the DA14583 are inconsistent. I am doing customized footprint using altium designer because there is no footprint symbol in snapeda for this chip. So which of the figure should I follow, the figure 2 or the figure 8? The diagram is attached in this message. Thank you very much and thanks for helping.

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

嗨Herochua617,

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

Regarding your second question figure 8 is just a diagram for the required connections on the 583, the pinout is the one indicated in figure 2.

谢谢mt_dialog.

Herochua617.
离线
最后一次露面:3 years 11 months ago
加入:2017-01-18 12:46
你好呀,

你好呀,

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

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

嗨Herochua617,

这就是为什么我们提供开发套件,用于测试和熟悉环境,如果您不想获取DEV套件,您必须创建一个自定义原型PCB进行测试。

谢谢mt_dialog.

Herochua617.
离线
最后一次露面:3 years 11 months ago
加入:2017-01-18 12:46
我懂了。我会得到的

我懂了。我会得到的development kits for testing. I do not quite understand the situation actually and I apologize. The purpose of the development kit is to help me upload the code into my customized PCB right? Because I need to make a custom PCB prototype as a product that will be commercially useful. Is part of my project's objective. The daughter board that you explained earlier is consisted of a platform that i can attach my custom PCB to that right? If you don't mind, please be patient with me. I am just too new to this thing but I need to finish this project in order to graduate. I really appreciate your help very much and I am grateful you're there to assist.

谢谢,mt_dialog。

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

嗨Herochua617,

The purpose of the dev kit is to get familiar with the SDK and with the system, to make a prototype fw that you will later use to your custom designed pcb. You can use the dev kit's Jlink (when your PCB is ready) in order to download the fw in your custom PCB.

谢谢mt_dialog.

Herochua617.
离线
最后一次露面:3 years 11 months ago
加入:2017-01-18 12:46
亲爱的mt_dialog,

亲爱的mt_dialog,

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

Herochua617.
离线
最后一次露面:3 years 11 months ago
加入:2017-01-18 12:46
亲爱的mt_dialog,

亲爱的mt_dialog,

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

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

嗨Herochua617,

在Pro套件上,58x SoC位于Daugherboard,因此您可以在所有可用的58倍之间切换,而无需额外的Dev套件,而是一个子板。

正如我上面所示的那样,您可以使用FTDI(Pro套件具有)或通过JTAG进行编程580(Pro套件也有一个),这样您就可以使用Pro套件的主标题中的任何接口J5。关于Pro套件和自定义PCB的连接,您可以看一下FAQ部分,只需遵循以下链接https://support.dialog-seminile.com/guide/faq-dev-kits-ref-designs.and check the question "How to program a custom board using a dev kit ?".

As i ve mentioned, the reason for the dev kit is to experiment with the SoC you can attach the sensors you would like in order to experiment without having to create a custom PCB.

谢谢mt_dialog.

Herochua617.
离线
最后一次露面:3 years 11 months ago
加入:2017-01-18 12:46
非常感谢你!你是

非常感谢你!你是the best. I appreciate what you've explained to me. If you don't mind, I will revert to you if there is still any problem that I have found in my project after I get the development kit.

Herochua617.
离线
最后一次露面:3 years 11 months ago
加入:2017-01-18 12:46
亲爱的mt_dialog,

亲爱的mt_dialog,

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

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

嗨Herochua617,

检查可用的Dev套件及其文档,您将看到这两种套件都有一个闪光灯,所以您可以使用580,如果闪光灯是必要的,请取决于您的设计,580是能够从OTP,UART,SPI或I2C接口启动。因此,对于运行测试或实验,闪光灯不是必需的,因为您可以通过智能片段通过JTAG或UART下载FW,但是当没有下载FW的选项时,需要一个存储设备,580将启动580。

谢谢mt_dialog.

Herochua617.
离线
最后一次露面:3 years 11 months ago
加入:2017-01-18 12:46
亲爱的mt_dialog,

亲爱的mt_dialog,

Understood. Thanks

Herochua617.
离线
最后一次露面:3 years 11 months ago
加入:2017-01-18 12:46
Hi MT_Dialog,

Hi MT_Dialog,

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

谢谢!

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

嗨Herochua617,

我不认为IOT将是一种舒适的方法,以便开始构建您的应用和附加额外的传感器,因此除了加速度计还有各种传感器(磁磁铁,陀螺,环境传感器),没有额外的标题为了容易地安装额外的传感器,您必须在PCB上分离一些额外的传感器并应用您的传感器,我不认为这是一种对实验的舒适方式。

谢谢mt_dialog.

Herochua617.
离线
最后一次露面:3 years 11 months ago
加入:2017-01-18 12:46
谢谢!

谢谢!

Herochua617.
离线
最后一次露面:3 years 11 months ago
加入:2017-01-18 12:46
Hi MT_Dialog,

Hi MT_Dialog,

只是问你知道怎么连接DA14580 dev. kit to both ADXL 345 module and AD8232 module since these guides are for arduinos. I do not how to connect to DA14580 dev. kit. If you don't mind, I am glad that you can share some knowledge on connecting them or where should I start? Thanks and the link for all the components are as below.

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

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

嗨Herochua617,

请不要发布关于无关主题的问题,您可以始终创建一个新的线程,也如何连接传感器是一个主题,您应该花一些问题,以检查您拥有的可用传感器以及每个有可用的输出是什么传感器提供,违法问题超出了本论坛的范围。

然而,您提到的ECG应该提供模拟输出,这意味着您必须配置并将其连接到580的ADC端口之一。

Regarding the accelerometer, it provides two interfaces for communication, either I2C or SPI, so you can configure the 580 ports either as SPI master or I2C master and attach the sensor to the corresponding configured pins.

您将能够找到关于SDK中的ADC,SPI和I2C的一些示例,SDK中的Peripheral_examples文件夹,ADC示例用于读取580的电源,I2C和SPI用于读取内存模块,但是界面基于相同的原则。

谢谢mt_dialog.

Bucher.
离线
最后一次露面:7 months 2 weeks ago
加入:2020-09-14 08:00
你好,

你好,

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

Urs Bucher

DA14580为初学者编程 - 我的物理课domyhomeworkonline

PM_DIALOG.
离线
最后一次露面:2天23小时前
职员
加入:2018-02-08 11:03
Hi There,

Hi There,

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

谢谢,PM_DIALOG.