what can be the starting Point for Bachelor Thesis involving BLE 5.0 devices to be deploy in mesh Network. How the challanges in the Thesis can be address and set as a Goal...
Note: This is related to the following issues:
- https://devzone.nordicsemi.com/f/nordic-q-a/63255/nrf9160-getting-stuck-after-cell-change
- https://devzone.nordicsemi...
Hi, I am Product Manager working for Medical Device Manufacturing company based out of Ireland.
we are in search for a development house / developer who will support us...
I have so many versions of this topic that I now am certain that most of the answers provided are wrong. Since you cannot have so many ways of connecting an external nrf device...
Hi,
This is actually a follow-up to my previous question here: devzone.nordicsemi.com/.../publish-timeout-handler-of-one-model-called-during-publish-timeout-handler-of-another...
When calling sd_ble_uuid_encode() I get NRF_ERROR_INVALID_PARAM in one project while in another I get NRF_SUCCESS with the same params on same SoftDevice(S110 8.0.0) on same...
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...