Hi,
I have a nRF52 DK board and I am trying to build a BLE peripheral with both connectable advertisement (custom with my own name and service) and unconnectable advertisement...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
I have a PCB with an nRf51822 @1.8V, using the SDK 10 (no chance to change it).
The PCB itself with everything but the nRF (we did not iron it on purpose to measure consumption...
I have downloaded the motion_driver_6.12 for Nordic Thingy 52 as given in the readme.txt file. And I am using Segger Embedded Studio to build and debug the code. But the IDE...
Hi,
I'm working on a project originally based on the light switch example of SDK 1.0.0 and then upgraded to Mesh_SDK 2.0.1 and nRF5_SDK_15.0.0
I use the code shown in...
I have used NRF52840 and SDK 13.0.0. Module SPIM.
Library does not support buffer size more then 8 bit.
But I try write to register TXD.MAXCNT and I can't write value more...
Hi
I'm interfacing MMA8452Q with nrf51822 using TWI all read-write function working fine but when I try to read acceleration data nrf_drv_twi_rx & nrf_drv_twi_tx function...
I am porting our sdk 8 based firmware for the sdk 11. Now the code crashes at the code below:
err_code = sd_ble_gap_device_name_set(&sec_mode,
(const uint8_t *)name,...
We followed the instructions for the beacon example for nrf 52 dk.
Multiple attempts to change and reset the board, there was no change in the ad packet.
Can someone...
I'm using the nRF52832 chip without an external crystal. I configured it to use the internal RC with:
nrf_clock_lf_cfg_t clock_lf_cfg;
clock_lf_cfg.source = NRF_CLOCK_LF_SRC_RC;...
Hi,
I have tested ble_app_hids_keyboard for using whitelist.I find that this example is bond+whitelist. If bonded, the peer address will be added into whitelist. But when...
Hi,
I test Whitelist function in the example ble_app_hids_keyboard_pca10040_s132 using SDK12.2.0.
I donnot understand the code in "case BLE_ADV_EVT_WHITELIST_REQUEST:" located...
Hi all,
I have some problems with GPIO Interrupts.
I'm using nrf52832, s132 and sdk 12.2
The error is totally random so I don't know why is generated. The case is...
Hi,
We are using the Secure DFU from SDK 12.2, with SD132 3.1.0, on a PCA10040.
As a DFU controller, we use a PCA10031 with a SD130 2.0.1 and a project derived from the...
Hello,
We are migrating from IAR 760 to IAR 8.10 compiler does not produce the same assembly for the SDK12 inline function nrf_delay_us.
The original C Function is :
...
Hi, i am working on RTLS project. In beacons i want to enable DFU service using SDK 13.0. But I could'nt find a gothrough process to do the same. Please give me some link...
I am using S132 4.0.2 and SDK 13, and I have theese questions:
I have an application where BLE node establishes multiple concurrent connections (several as central...
Hello,
I'm having systematically an HardFault interrupt ~10 seconds after calling sd_soft_device_enable(NULL, &fault_handler);
This occurs on my bootloader code, but...