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...
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,
two days ago I started checking the usbd_cdc_acm example in order to add usb serial comm functionality to my project. and I have some fundamental (newbie) questions...
Hi all,
I'm trying to add to our application BLE DFU feature. Therefore I'm testing first the secure bootloader example provided in the SDK v16.0.0
I managed to build...
Hi!
I have been using and loving the simplicity brought by the Toolchain Manager (TM).
But now I want to use an application available on the master (Connectivity Bridge...
In an attempt to add a custom UUID to your current project I change NRF_SDH_BLE_VS_UUID_COUNT from 0 to 1. Then loaded the code onto our PCA100040 53822 devkit. At runtime...
Hello I have a nRF9160DK V0.8.5 and downloaded the latest User Guide (V0.9.2) but it does not match my board. Looking at the Revision History section of this document it looks...
Hi!
I've been playing around with the SDK and nrf9160 dk for a week now, and it's a lot of fun.
In the beginning the UART example worked perfectly, and I managed to add...
Hello,
In relation to button press detection, I'm curious if I'm utilizing both GPIO_INT_EDGE and GPIO_IN_DOUBLE_EDGE if I can pass the interrupt type to my callback to...
Hi
I've run up the system_off sample ( samples/boards/nrf/system_off ) and I can see chip fall into deep sleep, but deep sleep still seems to be sitting at 152 microamps...
Hi,
The device receives data that sent form the host useing NUS. The device crashes every time. The debug log is like blow.
I shielded the code and the crash problem was...
Hi,
From the Ref ticket https://devzone.nordicsemi.com/f/nordic-q-a/54350/thingy91-fota-with-nb-iot/220513#220513 we could see that there is no relevant example for FOTA...
Hello,
1. Is there DK (development board) for the part nRF52811 (I need this part for direction finding,version 5.1)?
2.Is there free (without licence) PC tool to compile...
HI
I'm using fds and dfu at the same time with SDK15.3
but it seems that there are some ram conflict or something wrong
my main is look like this
and i get
when...
Hello, I updated the SDK and related SoftDevice of a project based on nRF52832_xxAA as the new SoftDevice takes up more space (from: 0224A7 to: 0258BF) I have to allocate...
I have an existing Application, that is not a direct copy of an SDK example, as we are using CMake for our builds and because I don't want to copy an sdk_config.h file, but...