关于工程DSPS_v_5.150.2修改透传波特率的问题请教!
我在使用关于工程DSPS_v_5.150.2的串口透传功能时,默认波特率设置为115200,数据传输没有问题,
但是我想把波特率降低到57600,修改参数如下:
nvds_data_struct中的
.NVDS_TAG_UART_BAUDRATE = 57600,
结果再次和串口透传时,无法正确发送和接受数据。
请问下是还有其他地方需要配置么?
我在使用关于工程DSPS_v_5.150.2的串口透传功能时,默认波特率设置为115200,数据传输没有问题,
但是我想把波特率降低到57600,修改参数如下:
nvds_data_struct中的
.NVDS_TAG_UART_BAUDRATE = 57600,
结果再次和串口透传时,无法正确发送和接受数据。
请问下是还有其他地方需要配置么?
Hi all,
I have a project with a custom service (custs1) and the Dialog SPS service. My problem is that after sending the SPS_SERVER_CREATE_DB_REQ message to TASK_SPS_SERVER, the custs1_create_db_req_handler is called mistakenly (instead of sps_server_create_db_req_handler).
Any ideas what could be going wrong here? I'm happy to provide more info, if needed. I'm using SDK 5.0.4.
Thanks,
mabraun
Hi,
I downloaded DSPS 5.150.2 and without any changes I loadedsps_deviceproject to my custom board (basically only a little module with DA14580 and its necessary circuitry) to verify board's functionality. I can detect the device in any BLE scanning app (for example nRF Master Control Center), but not in DSPS app (tried both Android and iOS). Are any changes in project required in order to make the project work on the custom board, even when I don't need to use any peripherals and interfaces for now?
Best Regards,
Michal
Hi,
May I get the source code of DSPS application for Android and iOS?
Thank you!
你好,
我在这个DSPS的基础上进行修改,把UART的引脚改成如下,结果就发现DSPS的android客户端怎么都找不到DIALOG了。
#define UART2_PORT GPIO_PORT_2
#define UART2_PIN_TX GPIO_PIN_8
#define UART2_PIN_RX GPIO_PIN_9
#define UART1_TX_PORT GPIO_PORT_1
#define UART1_TX_PIN GPIO_PIN_2
#define UART1_RX_PORT GPIO_PORT_1
#define UART1_RX_PIN GPIO_PIN_3
#define UART1_RTS_PORT GPIO_PORT_2
#define UART1_RTS_PIN GPIO_PIN_3
#define UART1_CTS_PORT GPIO_PORT_2
#define UART1_CTS_PIN GPIO_PIN_4
谢谢
Hi,
I have some question about the DSPS.
1) Can the pin of the uart be defined by myself? For example,
#define UART2_PORT GPIO_PORT_2
#define UART2_PIN_TX GPIO_PIN_8
#define UART2_PIN_RX GPIO_PIN_9
Hi
Is it possible to implement DSPS device client profile alongside other custom profiles ?
I have modified the sample128 service to create my own, and I want to add serial communication as well.
Essentially I want to read and write characteristics of a service along with performing serial communication like DSPS as well. Is it possible ?
Thanks
Ankit
Hi
I use murata BLE type ZY with dev kit murata P2ML3656, a product ofhttp://goo.gl/54tG2C
I have followed the procedure ebook in web my.murata N1-2896C: First TypeZF StepGuide. I want to ask how to communication development kit with android(.apk). example send text from the dev kit to my android.
in the web there are example DSPS with app android but used different harware, my hardware murata P2ML3656. so that the program does not run. After debug i am running but not work and name device at my android not scan.
I use the DSPS code for my custom board that boots from EEPROM. There is no reset button on my custom board and eveytime the i2c booting is finished, the app does not run until I connect the developemtboard and press the reset button on it.
Other firmware e.g. Peripheral_setup does not have this problem and runs when I connect the battery.
How can I solve this issue? Is there anything in da14580_config.h that is stopping the app to run until a hard reset is done?
thank you.