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...
why use 50ms and 400ms connection interval for testing the maximum data throughput(2M,247byte payload)?
Because 50ms can only send a pdu , and 400ms can send up to 8 pdu...
Hi,
I am using Keil IDE to develop nRF51822 project.
in main(), the command line
APP_SCHED_INIT(APP_SCHED_MAX_EVT_SIZE, APP_SCHED_QUEUE_SIZE);
has Error : L6218E...
Is there any way for the application to be notified by the S110 when a central reads/scans an attribute in the peripheral in response to its broadcast?
There are events...
hi,all
i use use dongle as packet sniffer.when the phone can not connect my device,the dongle can not receive CONNECT_REQ PDU.if the phone can connect with my device,the...
Hi,
I am using legacy version of DFU for my application and would like to use the appropriate version. However, using pip the only available versions are 1.1.1 and beyond...
Dear NORDIC
I have one strange issue:
My nRF52 app work well, then I use Android phone connect to it, it's OK.
Then Android phone cancel pair, so nRF52 disconnect,
...
i want to run simple compiled example .its very basic question.i need your to take start ??which example i compiled first and what the devices i have required to test it
Hi,
I've been debugging my code and would like to use the Memory Watch Unit (MWU). I use SDK version 11, s132, and NRF52.
Could you point to an example of using MWU...
Hi all, I'm using SDK 13 and after turning on the HF clock, calling the following code. When I queue a TX packet, there are no errors from any of the nrf_esb_...() calls,...
I developed a bootloader and an application using PCA10040 and all works fine, but when I set the same code to my custom board (that use the same chip) I get a very strange...
Hello,
I have an issue regarding using IAR tools with the examples provided in SDK v13.
I have:
nRF52840 Preview DK
v13 of the nordic SDK ( www.nordicsemi...
Issue when using SDK 12.2 which needs to be fixed in SDK:
sdk_resources.h will not build when included from C++.
This is because start extern "C" {" is placed in wrong...
Hey Guys,
Please pardon me if this is stupid question, I am trying to create a development board with nrf52832, and I want to have a debug probe on board.
I found open...