Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
Hi,
Can a peripheral choose among multiple central?
Consider a situation where I have a 3 centrals.
Lets say CentralA, CentralB and CentralC with,
CentralA - High...
I am really puzzled by this and although I've read all the relevant answers in the Q/A I'm still unable to do the following:
do non-selective scanning with central device...
i can not re-download application by keil4
i download softdevice and the application to Equipment by nrf51422 then it can works
but when i disconnect usb line and connect...
i want to use codeblocks to compile and download program to nrf51422
so i try to compile example in keil/ARM by codeblocks
then it always show up error
like this
" C:...
Hello all, I have implemented own bond manager with saving context to flash on nRF51422 SD110.
The problem is in getting IRK and creating a whitelist with it after disconnection...
my dk board is nrf51422 and nrf 52382,
the central role is nrf51422, and the peripheral role is 52382.
my sdk version of 52422 is 10.0.0 and 0.9.2 for 52382
the project...
I'm trying to get a module with an NFR24L01+ on board to send a simple data transmission from a pic micro but after a couple of days of trying various combinations without...
i find that the macro APP_ERROR_CHECK call the macro APP_ERROR_HANDLER
do \
{ \
const uint32_t LOCAL_ERR_CODE = (ERR_CODE); \
if (LOCAL_ERR_CODE != NRF_SUCCESS) \...
HI all:
Because the application code is relatively small, bootloader is used dual_bank_mode, but now the application code becomes large, OTA can not upgrade, I would like...
My PCA10001 board is getting detected in nRFgo studio and i can even program it but its COM port is not getting detected in device manager.
I dont know what happened but...
Hello Nordic--
We're most of the way through qualification testing on an nrf51822 and the testing house had a question about the PIXIT values for RF-PHY testing. I sent...
Hi,
I find three different states that is related to DFU and app_button libary.
1, no DFU(that is no bootloader), but using app_button libary, there is no 0.9mA current...
Hi. I use the 'sdk 6' and 's110_nrf51822_7.1.0_softdevice'.
I would like to add security.
I tried to passkey. If i enter passkey, it is possible to bond. but It is not...
Hi all,
I can control volume up/down, music play/pause with the ble_hids module.
static uint8_t report_map_data[] =
{
0x05, 0x0c, // Usage Page (consumer device)
0x09...