It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
first,PCA10005 can't load sofeware hex that after s110 7.0.0 hex(include 7.0.0),and gostudio note that the given hex file can not open successfully.
second,the PCA10005...
Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello, All,
I am using nRF9160 for product development and would like to know a few more important parameters:
What is the power consumption of an NB-iot network using...
Hi There,
I want to connect programable pins on nrf52840 chips in the schematic.
Can you tell me which pins are for programming and debugging?
Best,
Gaosheng
What does this error mean?
<error> app: ERROR 3735928559 [Unknown error code] at c:\nrf\modules\nrfx\hal\nrf_gpio.h:492 PC at: 0x00033D23 <error> app: End of error report...
We need to update our app to accommodate Android 12, but the DFU library has not been updated and crashes when we initiate an update.
Full details are in github-bug: https...
Hi,
we want to run your example of AoA
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/direction_finding_connectionless_tx/README.html...
API doc says
Specs says:for ed_threshold:
PRF[dBm] = ED_RSSIOFFS + ED_RSSISCALE x VALHARDWARE
ED_RSSIOFFS is -92, ED_RSSISCALE is 4.
So if I want to set the threshold...
Hi DevZone,
1. Description:
I am going to use the nRF9160 SiP in a project on a custom PCB which will house the (LN60G840F, which has an nRF9160 on it). The application...
Hi support team,
I have a nrf 51822 beacon black version and developing with nRF5SDK1230. i'm learning about update firmware for it over BLE. i try to run example dfu/bootloader_sercure...
Hello,
I'm using an nrf52dk board and I am trying to get the RSSI value, and it works fine with the nrfconnect app, except that the the transfer doesn't start at the first...
Hello guys,
I want to work with NRF Mesh but I need help with answering some general questions:
1. Is the current version of the SDK ("nrf5_SDK_for_Mesh_v5.0.0_src") power...
HI,
In my custom board of nRF52805 , I am able to program basic UART application. chip is also generating internal voltages on DEC1 & DEC2 lines.
But i am not able to...
Hi,
I would like to include the direct test mode in my default application that runs the BLE stack. Is this possible ? Ideally I am implementing a custom NUS like service...
Hello,
I wish to download my source code to nRF5340 DK board.
I am working on Ubuntu, SEGGER Embedded Studio for ARM Release 5.50d, ncs 1.6.99 version.
After compile...