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,
I'm currently reading the local time from a client via the CTS over BLE, but need to convert that in my nRF52832 to UTC time. Is there some API's available that do this...
Hello.
* nrf52840 sdk17.1.0
I'd like to indicate " Peer removed pairing information " pop up on iPhone when nrf device deletes bonding list. so I edited source like...
Hi there
I have noticed a strange error message at startup of the PPK2
11:23:44.790 Failed to get the library versions: JLINKARM_DLL_NOT_FOUND (Origin: "Failed to get...
Sorry I need to emulate a device using an nrf52840. as a 24c01 (I2C memory).
I need also to emulate using an nrf52840 and spi slave sensore .
There sare some samples that...
Nordic expert,
The customer found several issues when testing SPI timing,
NRF52832 communicates with the master chip, Qualcomm XR2, through SPI, and NRF52832 serves as...
peerManagerInit() has called pm_init() and setting security parameters. But nRF connect shows "Unencrypted link". How can I enabled encrypted link in nRF52832 firmware?
...
Hello everyone,
I am working with a custom board, containing a BMD-350 module and I am trying to write on it a firmware developed thorugh J-Link Segger.
Everything works...
Hi,
I'm working on final project wrapup on a device with an nRF5340 using NCS v1.7.1 where the Nordic part is an SPI slave to another processor.
My customer is getting...
Hey guys,
I have recently been using the 2.0.0 SDK to develop the nrf52840 dongle to communicate with a sensor. I am unable to connect to a pressure sensor and I have...
Hello,
I am using SDK 17.1.0 and using the code from the ble_app_uart example on a custom board to test BLE connectivity, when I load the example as is there are no issues...
Hi,
We can successfully compile the NCS2.0.0 sample project, /opt/nordic/ncs/v2.0.0/nrf/samples/bluetooth/peripheral_lbs, by VS Code.
BUT, compile FAIL if adding the CONFIG_BOOTLOADER_MCUBOOT...
Dear Support Team,
How does nRF5340 reset the network core through the application core, and the application core does not reset?
Are there any examples?