#error "USE_AT_FLOWCONTROL needs HW Flow Control Enabled"

了解更多FAQsTutorials

14个帖子/ 0新
Last post
marios
Offline
Last seen:2 weeks 5 hours ago
加入:2017-05-09 20:27
#error "USE_AT_FLOWCONTROL needs HW Flow Control Enabled"

你好对话!

我'm trying to build Codeless SDK 6.380.12.6 the selected DA14586 target

使用硬件流控制设置为user_periph_setup.h中的none

我'm geting the folowing build error in keil:

compling user_periph_setup.c.
..\src\platform\user_periph_setup.c(100): error: #35: #error directive: "USE_AT_FLOWCONTROL needs HW Flow Control Enabled"
#error "USE_AT_FLOWCONTROL needs HW Flow Control Enabled"
..\src\platform\user_periph_setup.c: 0 warnings, 1 error

请帮我解决这个问题

Thanks in advance,

玛罗斯

设备:
PM_Dialog
Offline
Last seen:4 hours 56 min ago
工作人员
加入:2018-02-08 11:03
嗨玛丽奥斯,

嗨玛丽奥斯,

如果您可以说明您需要编译项目的原因没有HW流量控制吗?有一个AT命令(AT + FlowControl),以便启用/禁用流量控制。请参阅用户指南:

http://lpccs-docs.dialog-semiconductor.com/UM-140-DA145x-CodeLess/atcommands.html

此外,如果您计划使用扩展睡眠模式,请执行以下电量,然后需要UART流量控制。

Thanks, PM_Dialog

marios
Offline
Last seen:2 weeks 5 hours ago
加入:2017-05-09 20:27
你好对话!

你好对话!

Codeless SDK 6.380.12.6

We have big problem with the codeless software we have send the AT+FLOWCONTROL and replys invalid comand !

AT + Sleep = 0 Replys Ok

ATE=0 Replys ok

在+ Advstop.Replys ERROR

AT + Central Replys错误

AT+GAPCONECT Replys CONNECTED OK

此外,我们在Smart Console应用程序中有问题名称,我们看到了设备名称''无附件''和第三方应用程序BLE扫描仪,浅蓝色和我们的应用程序,我们看到了设备名称''clv2''

请在我的电子邮件中发送:marloskroust@yahoo.gr您曾经用于测试开发套件以测试它的源代码。

我有DA14586 Pro开发套件

we have seriours problem and we need also to call you via skype,zoom or viber.

Help us we trying this two months and it's not working properly as suppose to be !

Send me the proper software that supports all the AT commands.

Thanks in advance,

玛罗斯

PM_Dialog
Offline
Last seen:4 hours 56 min ago
工作人员
加入:2018-02-08 11:03
嗨玛丽奥斯,

嗨玛丽奥斯,

Please check out the user guide and section 9:

http://lpccs-docs.dialog-semiconductor.com/UM-140-DA145x-CodeLess/atcommands.html

我n section 9.1 and table 8, you will find the supported AT commands across different product lines/ As you can see, all the AT commands are supported for DA14586. The AT+FLOWCONTROL is also supported. So, please let me know how you call the specific command from the serial terminal, so that I can replicate it.

请在user_codeless.c文件中查看第945和978行。将“CLV2”存储到向上数据和“无附件”中的扫描响应数据中。

The Smart Consoles takes care of the scan response data, so that’s why the “CodeLess” device name Is appeared. This is application specific. Some other BLE generic application don’t sent a scan request to read the scan response data, and as a result the “CLv2” will appear because it’s stored into the advertising data.

TheDA14585-DA14531无附带条件v6.380.12.6 supports all the AT commands for DA14586 as mentioned in the user guide too.

Can you please indicate which DK are you using and share an image with the jumpers/wires configuration?

Thanks, PM_Dialog

marios
Offline
Last seen:2 weeks 5 hours ago
加入:2017-05-09 20:27
Hello PM_Dialog !

Hello PM_Dialog !

感谢您的快速回复 !

我们终于在+ flowControl = 0,0,0谢谢!

Now we want to set the Bluetooth address of codeless device with AT command how we can achieve that ?

这是必须发送以更改无附属设备的蓝牙地址的正确命令

此外,我们还通过AT命令更改了蓝牙广告名称,但在系统重置命令ATR之后,无附件丢失此设置。

Thanks in advance,

玛罗斯

PM_Dialog
Offline
Last seen:4 hours 56 min ago
工作人员
加入:2018-02-08 11:03
嗨玛丽奥斯,

嗨玛丽奥斯,

There isn’t any available AT command for setting the Device BD address. However, there two ways to change it :

Thanks, PM_Dialog

marios
Offline
Last seen:2 weeks 5 hours ago
加入:2017-05-09 20:27
Hello PM_Dialog!

Hello PM_Dialog!

Thanks for your quick reply!

Could you please help us to add this function because we don't have too much knowledge in depth in codeless to achieve it we have already produce 1.500 DA14586 custom boards and we schedule 3000 until end of January

Thanks in advance,

玛罗斯

PM_Dialog
Offline
Last seen:4 hours 56 min ago
工作人员
加入:2018-02-08 11:03
嗨玛丽奥斯,

嗨玛丽奥斯,

The device will start advertising with the CFG_NVDS_TAG_BD_ADDRESS BD Address. The specific address will be stored into the nvds_data_storage. The BD address is loaded by custom_nvds_get_func() into the stack. So, you will have to create a custom AT Command and modify dynamically the BD address.

The following example shows how to change the device address in every advertising event. You can take it as a reference.

http://lpccs-docs.dialog-semiconductor.com/SW_Example/SDK6/DA14531_Power_optimized_dynamic_advertising/description.html

Why do you need to have n AT command for changing the BD address? Do you need it for the production?

Thanks, PM_Dialog

marios
Offline
Last seen:2 weeks 5 hours ago
加入:2017-05-09 20:27
感谢您的快速回复 !

感谢您的快速回复 !

yes we need to change Bluetooth adress for production. what options dowe have to achive this ?

我们还可以将默认SPI引脚从CS P 2_3从CS P 2_3更改为p 0_3?

Thanks in advance,

玛罗斯

marios
Offline
Last seen:2 weeks 5 hours ago
加入:2017-05-09 20:27
Hello PM_Dialog!

Hello PM_Dialog!

我们还希望衡量我们的定制委员会的当前请纠正我,如果此功能出现问题,我们必须将VBAT3V连接到P_0_2 GPIO,以便在附件中使用AT命令用AT命令获取电池的状态文档。

Also I want to ask if the AT+BATT also works with this setup

Thanks in advance,

玛罗斯

MHv_Dialog
Offline
Last seen:3天前1周
工作人员
加入:2013-12-06 15:10
嗨玛丽奥斯,

嗨玛丽奥斯,

AT + BATT将在芯片内部内部测量电池电压。您无需将任何ADC端口连接到电池以进行工作。

我t is unclear what you mean by measuring the current. Are you referring to just measure the current in the lab, or are you trying to measure the current as part of the application?

前者可以使用pro devkit完成。如果您使用的是最新的Pro Devkit(App 3.5 x 4英寸),请从J2引脚3.在较旧的Pro套件上为您的电路板(APP 5 x 2.5英寸),从J5引脚23供电。或者,您可以使用精密电流表或源表(相当昂贵)

Measuring current as part of your application will require extra circuitry and the use of an analog port.

/ mhv.

marios
Offline
Last seen:2 weeks 5 hours ago
加入:2017-05-09 20:27
Hello Dialog!

Hello Dialog!

We wish you Happy Christmas!

We have a set of two DA14586 with codeless firmware.

我们在命令中发送下面的命令以在二进制模式下进入对等设备

ATE=0

AT+SLEEP=O

AT+FLOWCONTROL=0

在+ Advstop.

AT+CENTRAL

AT + GAPCONNET = //在此,我们在其结束时输入对等设备的特定BD地址(私人或随机)?

在发送该命令后,在+ binreq //,我们没有得到对等体的任何回复,就像例如确定一样。

AT + Binreqack是从对等体到主机的命令的内部回复?

and we must get Ok ??

We didn't get any reply!!

After that we are ready start just send anything of string data ?

我们已经尝试发送数据,但在对等方面没有收到任何东西!

Also peer device must also at

在+睡眠= 0吗?

ATE=0

AT+FLOWCONTROL=0 ?

Thanks in advance,

玛罗斯

poonam
Offline
Last seen:1个月6天前
加入:2020-12-30 05:33
Hello folks,

Hello folks,

在我的设备中(DA14586)我也面临着同样的蠢蠢欲动。

但通过使用来自这个论坛的指令,我很容易解决。ome tvchatiw

So thanks.

爱罗马尼亚。

marios
Offline
Last seen:2 weeks 5 hours ago
加入:2017-05-09 20:27
Hello PM_Dialog !

Hello PM_Dialog !

感谢您的快速回复 !

When we are sending the AT+BINREQ command the CodeLess Doesn't entering in binary mode because we don't get the reply of BINREQACK from peer device.

The devices are already connected with AT+GAPCONNECT

Thanks in advance,

玛罗斯