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...
Hi all,
I have connected my PPK II to my pc (Ubuntu), installed the software and connected the device.
I can't seem to find the mode or start button anywhere on the user...
Hello everyone,
I am using the fanstel BC840, where the tx and rx pins of the uart are alloced on 1.02 and 1.01:
So i have created a custom_board named hello_board...
Hi,
I’m trying to test/confirm the accuracy of the 32kHz crystal oscillator and the 32MHz crystal oscillator by toggling a GPIO at a derived rate and at 50% duty. But I...
The tag options did not include just nRF Connect as an option so I picked something that had nRF Connect in it. This issue has nothing to do with the SDK.
This is a question...
Help me simple LED Blinkink nrf51822 AA type i'm using YJ-14015 and stlink compiler.. i'm also using keil for IDE. i don't know how to create program and setting for compiler...
Hi,
Using nrfutil tool to transfer firmware package on Windows 10 system is much slower than on NRF toolbox on Android phone. How can we improve the transfer rate of nrfutil...
Hello, when trying to program a custom board with an NRF52805 with a J-Link from SEGGER Studio using one of the examples for the board "nrf52dk_nrf52805", I get an error saying...
Dear Devzone,
At the moment, We do not have methods to measure the GPS sensitivity of our products based on nRF9160.
We are using an active antenna with LNA gain 16dB...
We are using the NRF52 as a SoC in a sensitive analog application,
I need to model power supply noise created by the DCDC convertors REG0 and REG1.
Is there a SPICE model...
Hi Nordic team,
My dev environment is as follows:
nrf52840 + s140 +SD6.0.0 + SDK15.0.0 + SES + nrf52840-DK
Here, nrf52840-DK is configured as BLE Central and my peripheral...
Hello,
I'm trying to develop a ble-uart gateway based on mesh provisioner and peripheral-uart samples but i'm getting an error on getting the device bind of the uart device...
Our original BLE stack application on the nrf52840 has integrated encryption. It uses LESC with MITM and bonding.
I have gotten a certain level of run time success with...
Hi, I cant get access to my custom nrf52840 board after I click "Erase all" in "Programmer" in "nRF Connect for Desktop". This custom board has been working with me for at...
Im 100% sure i import the file due to my config
../../../config;../../../../../../../components; ../../../../../../../components/ble/ble_advertising; ../../../../.....
Hi,
Is it possible to validate the value of a characteristic write operation and ignore it if it's not within my set parameters?
I.e. in the BLE_GATTS_EVT_WRITE event...