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,
Can you please add your inputs regarding following 3 inputs.
1. Verification of Application after OTA upgrade before giving control to application.
2. Application...
I tried to get ADC values from my nrf52 based custom board on nrf connect app. I already made necessary changes in SAADC example program and able to get the voltage readings...
With rev 3 of the nRF52840 I am looking at upgrading the SDK from 16.0.0 to 17.1.0 on my current project.
I have product in the field based on SDK 16.0.0 with Soft Device...
1. Slave address is not reflected in the address register of TWI0.
2. other information is reflected in registers like operating frequency, SDA, SCL as well as enable. ...
Problem: While connecting with smartphone to several devices based on nrf52832, works only last connected device. Smartphone Application uses Nordic Android library (no.nordicsemi...
I'm using a TI Launchpad , together with the nRF Connect application on my Samsung Galaxy S21. I've got the launchpad connected to my computer and I'm using TI's bTool to...
Hi Nordic
After fellow your youtube tutorials, blinky sample can be built successfully. Flashing code to PCA10090 DK,
the LED started blinky well.
However, it failed...
I have a BLE application (Bluetooth peripheral app) using Zephyr with nRF Connect SDK v1.5.1 and Segger Embedded Studio. I was successful in adding/configuring the MCU Boot...
Hi All,
I'm getting this message everytime I open power profiler, previously working with PPK2, reloading doesn't resolve. Cancelling results in enumeration of PPK2 as unknown...
Hello Everyone,
I'm developing an application which makes use of UART in open thread sdk.
Now, libopenthread-nrf52840-sdk.a library already makes use of UART0, when I...
Hello!
I am trying to sample a digital signal with 12-bits (In a later stage I will need to sample two 12-bits signals). At the moment I am storing the recorded signal...
Hello Nordic team,
I am faced with the problem of developing a custom bootloader which actively pulls FW from an external mass-storage. AFAIK, the SDK only supports OTA...
Hi,
We are using SDK 14.2 with s132 v5.1.0. Reviewing the changelog for newer versions of the SoftDevice, we see:
"Fixed an issue where the application might not receive...
Hi guys,
I am trying to get the PWM rocking. Everything works, but as soon as I define a nrfx_pwm_handler_t in the nrfx_pwm_init, my system crashes with the following error...