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...
Hello,
i want to debug the Thingy bridge and node project in Keil instead of in SES.
I have created an project in Keil and imported every .c file like in SES also define...
My bluetooth analyzer is showing that my peripheral's scan response packets have a T_IFS Violation 326.125 us too long. I don't use scan response data for anything but I want...
Hi,
In ESB protocol, the have a RSSI field in nrf_esb_payload_t structure., and I can use this field to get radio receive signal strength.
Does the larger the value, the...
We would like the ability to build our application using a version of the nRF Connect SDK that we have in a private repo. This is desirable for both long term maintenance...
Hey guys. We want to work on personal project for indoor navigation using mobile phone and ble bracelet. We want these two together. But if it is not possible at first using...
I got this nRF52832 Breakout Board from Sparkfun and the nRF52832 Hardware DK, I followed the instructions on the page of how to hookup the boards in order to flash the Breakout...
Hi,
Where can I find a manual or Information about libraries (includes) and function that I can use while programing nrf51-DK/nrf51822?
I did not succeed to find concentrated...
Hi Team,
I have a custom characteristic with authorized read enabled. It is working fine if I use FREERTOS_USE_SYSTICK as configTICK_SOURCE. If I use FREERTOS_USE_RTC I...
On the page https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nrf5x_cltools%2FUG%2Fcltools%2Fnrf5x_installation.html
The links to the command line tools for all...
Hi!
Im using a PTM215b ble switch from enocean to Control some leds on a nrf51dk. Everything works fine except that sometime nothing is happening when i press a button on...
Hello, I just started to understand the NRF52840-DK. I want to measure the power consumption of NRF52 with broadcasting some data to air. How I will do it? Is there any example...
Hi I am using the nRF51 DK and I successfully ran the ble_app_template program from examples\ble_peripheral in SDK v10. Using the nRF connect app I am able to do both read...
I have to connect a MIC working on PDM to nrf52 DK Board.For that, I have written the above code. But when I am testing I am not able to get the clock pulses at the defined...
Hi,
I am troubleshooting on a nRF52810 that fails to erase/program. The device has been working in our product with a application software, but now it will not program....
Hello,
I want to enable the scanning with name for the first scanning of the device and after connecting to that device its address will be saved. After disconnection with...