hi:
now.i have a development board(nrfgo motherboard).there is a debug port on the board.i think it can be debugged on the keil.if it can.what driver or others i need.thank...
This is what I got after upgrading my nRF51 dongle firmware.
It always times out.
I didn't somehow got one of my J-Link Lite upgraded, but couldn't repeat the process...
Hi all,
Good day.
Could you please recommend an Android or IOS APP which can connect 8 or more BLE peripherals at the same time.
Thanks & Regards
Jenson
I know that suggested debugger for nRF51xxx is J-Link or openOCD with CMSIS-DAP, but I would like to use BDI3000 debugger, which does support SWD interface and Cortex-M0 processors...
Hello. I am literally looking at the set_hrm_cccd function in Python used to write data. This is for the S130 heart rate collector example. I understand the sd.ble_gattc_write...
Totally new to Python but managed to get things like pyserial setup and I've been able run the ble sniffer. However that is as far as my Python knowledge extends, so I need...
Hi
I am using the mqtt_simple project and want to use the second UART (UARTE2) for other serial communication.
For quick test I have add the folloing in the main function...
hello,
i am doing a project with nRf52810 and sdk15.3' app_ble_uart example and integrated secure ble dfu with butttonless dfu service, it is working successfully
now...
嗨,
Previously we used nrf53832+sdk11+s132_2.0.1, we could change the ble_conn_params through sd_ble_gap_ppcp_set(&gap_conn_params) or ble_conn_params_change_params (&new_params...
Hi
ANCS Get Notification Attributes , only EventIDNotificationAdded can get ? or Modified , Removed ?
I test ble_app_ancs_c get Notification Attributes , only can from...
Hi,
Previously we used nrf53832+sdk11+s132_2.0.1, we could change the ble_conn_params through sd_ble_gap_ppcp_set(&gap_conn_params) or ble_conn_params_change_params (&new_params...
I'm using TIWM (TWIM) peripheral by directly writing at the register set mapped in memory. I need to send some data packets over I2C larger than 255 bytes, whereas TXD.MAXCNT...
Hello all. I have problem with open sample project for CoAP protocol. Please see screen.
I'm use
- Windows 10 platfom
- Segger studio 4.16 (64bit)
- git commit...
Hello everyone,
In my application i need to send large file (bytes of Array)size 1MB to send NRF connect App or any another app. Receive that large file in NRF52832 any...
Hi! It is nice that the SDK implements internally the attribute reporting commands mechanism, but the thing is that I want to know when the reporting occurs, when implementing...
Hi,
My application is as follow:
I have 5 BLE buttons that behave like a beacon. They advertise for 5 seconds when the button is pressed. Each has a different name (Advert...
We use nRF 5 SDK v 15.2.0.
We want to realize BLE using samples.
qiita.com/.../7c448837eedf439b8ee9 In sdk15.2.0, there is no sample called "ble_sdk_app_nus_eval"...
SDKv14.2 SR3v.12
Hi , My smartphone not support this service , error occurs when RCU trying to activate ATVV audio function,and causes system reboot because there is an...
Hi!
I'm trying out the secure DFU example and i'm running into some problems:
- I compiled the bootloader with my own generated public key, this all worked fine. I flashed...
Hello there I'm having some fun with the ble_app_blinky example, and I was just wondering if it is possible to change the value that the central receives in the Button characteristic...