Dear friends,
according to "nRFConnect_BLE_User_Guide_v2.0", to set up a local device,i should complete the following steps:
Connect a development kit or dongle to...
Hi
I have add some function call like sd_ble_enable in mesh example, I test to get
then I set the address and all sd_ble_cfg_set is ok
but when I call "sd_ble_enable...
Nordic \ nRF5_SDK_12 nrf52832 using 2.0 _f012efa \ examples \ peripheral \ pwm_driver, pwm_driver example
Want to set up two road PWM phase is different, for example, the...
I'm using nRF52832 and S132 based on nRF5 SDK v14. I get a error code 4 when I add DFU service refer to the experimental_ble_app_buttonless_dfu . The SDK has changed so much...
Hi,
I'm wondering if I can get current transmitting channel during a connection. So
Is there a way I can directly read current transmitting channel?
If not, is...
This question has to do with the observed "recursivity" of the calls to "app_sched_execute" in SDK13 as described in the previously asked question below:
devzone.nordicsemi...
hi.
How do i do ble_app beacon advertisement to one device(Android phone) whose bluetooth address is known ?? I want that beacons should only be seen in nrf_connect app of...
Hi Everyone,
I'm using nrfutil in an arm cortex a8 running Debian 9 with kernel 4.14.49. The processor is connected to a NRF52 dongle through USB. I'm trying to flash (using...
Hello ! My custom board is working fine (with the last programm I flashed into), but I can't access it with my debugger and I can't flash it again. When I try to flash it...
This is my Output, Looks good but not working/
Preparing target for download Executing script TargetInterface.resetAndStop() Reset: Halt core after reset via DEMCR.VC_CORERESET...
I am using nrf52832 with latest version of s140 softdevice.
I migrated a project, that was used on a nrf51 chip, to the latest sdk version.
The problem is that the measured...
The zipped project attached to this blog doesn't say what SDK version it should work with - but it certainly doesn't work with v15.
https://devzone.nordicsemi.com/b/blog...
Good afternoon,
I have a question regarding the ble_app_hrs_rscs_relay example. I am using this example to read scan response data from a peripheral without pairing with...
Hello, I am useing nRF52832 with custom-made board.
SD 5.0.0 and 14.0 SDK
I have a strange issue - i am using custom-made service to transfer data from/to smartphone...
I am doing an application that relies on continuous scanning of the beacons. So if I use SCAN_RSP in the advertising device, would this affect the timing of the scanning device...
I want to use BLE 5 for authentication using NFC nrf52840 on raspbian os i.e radpbery pi 3 compatibility. Could you please help me to know how this should work.is there any...
Hello, I want to establish wireless connection between PC (windows) and nRF51DK board. I want to send data from the sensor connected to DK every 200ms to the PC.
My question...
Hi,
Our product is peripheral device which is based on nRF52840
We also develop central device on PC application (windows 7 & 10) but our customers might use BLE 4.2 ...
Hi Nordic. I am working on a project, where I have to connect to a peripheral device with the NRF52 DK as a central device, and get services and characteristics from the peripheral...
According to the documentation of the softdevice v6.
The scanner will automatically stop in the following cases:
sd_ble_gap_scan_stop is called.
sd_ble_gap_connect...