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...
These days I have the following problems using NRF_SDH_BLE_OBSERVER. I have a CPP project and try to initialize the BLE-Stack in the following way:
The Project is running...
Hello
I need to use external flash upgrade to be compatible with our old products.I found some information as follows,I can build and download it but I don't know how to...
1.At this link https://www.nordicsemi.com/News/2021/06/Memfault-platform-on-the-nRF-Connect-SDK , Nordic customers can register 100 devices for free. How to calculate these...
Hi ,
i am using nrf52840 dk board. and using 17.1 sdk for examples code.
i am trying to customize open bootloader code and trying to validate the signature of a input...
Hello,
I am creating a battery powered vending machine that syncs inventory data to a cloud. This is my first venture into wireless internet devices and I chose the nrf9160...
Is CTS pull-up configuration supported by UART driver of Zephyr for nRF5340 ??
I got the following error if I include cts-pull-up
rts-pin = < 9 >;
cts-pin = < 11...
i was working on NCS v1.6.1 before, and recently, i upgrade my NCS to v1.7.1. then i find the spi_transceive() function changed.
i use spi_transceive for SPIS receiving...
The SHA256 for the Windows nRFconnect software does not match up with what's provided. I have downloaded it 4 times and it returns the same hash.
Given: B2901E75C20D89DAFB7AE8053C5C8BF380A8A7A738F2810AB360081B516A8131...
Hi,
I am using an pca10059 as a SED together with a border router in my thread network. The SED shall publish every 5 min sensor data. That works fine. But after some time...
Hello,
I have CONFIG_NRF_MODEM_LIB_TRACE_ENABLED = y. And when I capture and convert to wireshark trace I might see a couple of random packets captured. I am doing 2 separate...
Good day,
I am unable to read the default values in the register map. The values I get are not similar to the ones in the datasheet.
I am assuming the SPI between the...
I have encountered problem that i'm not really sure how to even debug for more info. Steps to reproduce: 1. Enable modem with both LTE and GPS. GPS priority flag is set. 2...