#Error“USE_AT_FLOWCONTROL需要HW Flow Control已启用”

Learn More常见问题解答教程

14 posts / 0 new
最后一篇
玛罗斯
离线
最后一次露面:2 weeks 3 days ago
加入:2017-05-09 20:27
#Error“USE_AT_FLOWCONTROL需要HW Flow Control已启用”

Hello Dialog !

我正在尝试构建无附加的SDK 6.380.12.6所选的DA14586目标

与硬件流控制在用户设置为NONE_periph_setup.h

我在keil中占用了Flowing Builder错误:

compiling user_periph_setup.c...
.. \ src \ platform \ user_periph_setup.c(100):错误:#35:#Error指令:“USE_AT_FLOWCONTROL需要启用HW Flow Control”
#Error“USE_AT_FLOWCONTROL需要HW Flow Control已启用”
.. \ src \ platform \ user_periph_setup.c:0警告,1错误

please help me to fix this issue

提前致谢,

Marios

Device:
PM_DIALOG.
离线
最后一次露面:15小时7分钟前
员工
加入:2018-02-08 11:03
Hi Marios,

Hi Marios,

Can you please indicate why you need to compile the project without the HW Flow control? There is an AT command (AT+FLOWCONTROL) in order to enable/disable the Flow control. Please see the user guide :

http://lpccs-docs.dialog-semicondiondumon.com/um-140-da145x-codeless/atcommands.html.

Additionally, if you are planning to use extended sleep mode so to reduce the power consumption, then the UART flow control is required.

谢谢,PM_DIALOG.

玛罗斯
离线
最后一次露面:2 weeks 3 days ago
加入:2017-05-09 20:27
Hello Dialog !

Hello Dialog !

无附加的SDK 6.380.12.6.

我们在无附件软件中发出了大问题,我们发送了AT + FlowControl并回复了无效的Comand!

AT+SLEEP=0 Replys ok

吃= 0 Replys Ok

AT + AdvStop Replys错误

在+中央Replys ERROR

AT + GapConent Replys连接OK

Also we have problem with device name in SMART CONSOLE app we see Device name ''CodeLess'' and third party app BLE SCANER, LIGHT BLUE AND our APP we see device name ''CLV2''

please send in my E-Mail:marloskroust@yahoo.gr.the source code that you have used to test on your Development kit to test it.

I have DA14586 PRO development kit

我们有Seri​​ours问题,我们还需要通过Skype,Zoom或Viber致电您。

帮助我们我们尝试这两个月,并没有正常工作,就像假设一样!

发送给我支持所有AT命令的正确软件。

提前致谢,

Marios

PM_DIALOG.
离线
最后一次露面:15小时7分钟前
员工
加入:2018-02-08 11:03
Hi Marios,

Hi Marios,

请查看用户指南和第9节:

http://lpccs-docs.dialog-semicondiondumon.com/um-140-da145x-codeless/atcommands.html.

在第9.1节和表8中,您将在跨不同产品线/如可以看到的情况下找到AT Commands,DA14586支持所有AT命令。还支持AT + FlowControl。因此,请告诉我如何从串行终端调用特定命令,以便我可以复制它。

Please check out lines 945 and 978 in the user_codeless.c file. The “CLv2” is stored into the adverting data and the “Codeless” into scan response data.

智能控制台负责扫描响应数据,因此这就是出现“无附带”设备名称的原因。这是特定于应用的。一些其他BLE通用应用程序不会发送扫描请求以读取扫描响应数据,结果将出现“CLV2”,因为它存储到广告数据中。

DA14585-DA14531 Codeless AT CommandV6.380.12.6也支持用户指南中提到的DA14586的所有AT命令。

您是否可以说明您使用的DK使用并使用跳线/电线配置共享图像?

谢谢,PM_DIALOG.

玛罗斯
离线
最后一次露面:2 weeks 3 days ago
加入:2017-05-09 20:27
你好PM_DIALOG!

你好PM_DIALOG!

Thanks for your quick reply !

we have finally send tha AT+FLOWCONTROL=0,0,0 Thanks !

现在我们想设置带有AT命令的无附件设备的蓝牙地址我们如何实现这一目标?

which is the proper command that have to send to change the Bluetooth Address of the codeless Device

also we have changed the bluetooth advertising name through at command but after system reset command ATR the codeless looses this setting.

提前致谢,

Marios

PM_DIALOG.
离线
最后一次露面:15小时7分钟前
员工
加入:2018-02-08 11:03
Hi Marios,

Hi Marios,

在命令设置设备BD地址时没有任何可用。但是,有两种方法可以改变它:

谢谢,PM_DIALOG.

玛罗斯
离线
最后一次露面:2 weeks 3 days ago
加入:2017-05-09 20:27
你好PM_DIALOG!

你好PM_DIALOG!

感谢您的快速回复!

您能否请帮助我们添加此功能,因为我们没有深入的知识,无附加无附加措施来实现它,我们已经生产了1.500 DA14586定制委员会,我们将3000分行3000截止至1月底

提前致谢,

Marios

PM_DIALOG.
离线
最后一次露面:15小时7分钟前
员工
加入:2018-02-08 11:03
Hi Marios,

Hi Marios,

该设备将与CFG_NVDS_TAG_BD_ADDRESS BD地址开始广告。特定地址将存储到NVDS_DATA_STORAGE中。BD地址由Custom_nvds_get_func()加载到堆栈中。因此,您必须创建一个自定义AT命令并动态修改BD地址。

以下示例显示了如何在每个广告事件中更改设备地址。您可以将其作为参考。

http://lpccs-docs.dialog-seminiondiond.com/sw_example/sdk6/da14531_power_optimized_dynamic_advertising/description.html.

为什么你需要在命令改变BD地址时有n个命令?您需要生产吗?

谢谢,PM_DIALOG.

玛罗斯
离线
最后一次露面:2 weeks 3 days ago
加入:2017-05-09 20:27
Thanks for your quick reply !

Thanks for your quick reply !

是的,我们需要更改蓝牙地址进行生产。Dowe的选择是什么选择的?

Also can we change the default SPI PIN from CS P 2_3 to P 0_3 ?

提前致谢,

Marios

玛罗斯
离线
最后一次露面:2 weeks 3 days ago
加入:2017-05-09 20:27
你好PM_DIALOG!

你好PM_DIALOG!

We want also to measure the current of our custom board please correct me if something is wrong for this function we must connect the VBAT3V to p_0_2 Gpio to get the status of the battery with the AT COMMAND AT+ADC=2 as described in the attached document.

我也想问AT + BATT还与此设置有用

提前致谢,

Marios

mhv_dialog.
离线
最后一次露面:1 week 6 days ago
员工
加入:2013-12-06 15:10
Hi Marios,

Hi Marios,

AT+BATT will measure the battery voltage internally in the chip. You do not need to connect any ADC port to the battery for this to work.

目前尚不清楚你通过测量电流是什么意思。您是否参考实际测量实验室中的当前,或者您尝试测量作为应用程序一部分的当前?

该former can be done using the PRO devkit. If you are using the latest PRO devkit (app 3.5 x 4 inches), power your board from J2 pin 3. On the older PRO kit (app 5 x 2.5 inches), power your custom board from J5 pin 23. Alternatively, you can use a precision ammeter or a source meter (quite expensive)

作为应用程序的一部分测量电流将需要额外的电路和模拟端口的使用。

/MHv

玛罗斯
离线
最后一次露面:2 weeks 3 days ago
加入:2017-05-09 20:27
你好对话!

你好对话!

我们祝你圣诞快乐!

我们有一组两个DA14586,具有无附属固件。

We send the below AT Commands to enter the peer device in binary mode

吃= 0.

+睡眠= o

AT + FlowControl = 0

AT+ADVSTOP

在+中央

AT+GAPCONNET= // Here we enter the specific BD address of peer device at the end of it which parameter have to put (Private or Random) ?

AT+BINREQ //After sending that command we didn't get any reply from peer as would be for example OK.

该AT+BINREQACK is an internal reply AT command from peer to host ?

我们必须得到好吗?

我们没有得到任何回复!

之后我们准备开始只需发送任何字符串数据?

We have tried send data but nothing has received in the peer side!

同行设备也必须在

+睡眠= 0?

吃= 0.

在+ flowcontrol = 0?

提前致谢,

Marios

POONAM.
离线
最后一次露面:1个月1周前
加入:2020-12-30 05:33
你好,

你好,

In my device (DA14586.) I am also facing the same troble.

But by using the instruction from this forum I solved it easily.OME电视Chatiw.

那谢谢啦。

Love from romania.

玛罗斯
离线
最后一次露面:2 weeks 3 days ago
加入:2017-05-09 20:27
你好PM_DIALOG!

你好PM_DIALOG!

Thanks for your quick reply !

当我们发送AT + Binreq命令时,无附件不进入二进制模式,因为我们没有从对等设备获取Binreqack的回复。

这些设备已与AT + GapConnect连接

提前致谢,

Marios