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,
I am experiencing a weird issue with a code which I wrote for my ultrasonic distance measurement sensor for Thingy91. The code works fine and gives measurement values...
Hi, I have a very odd problem but one which is consistent. As part of my lcd library I send several ''packets' of data interleaved with spacing from a timer. It typically...
Hi,
I am developing using nRF52820 / SDK 17.0.2
In order to store data in FDS, the handlers were registered and initialized as follows.
FDS_Event_handler does...
Hi.
I am working on nRF52832. I want to store a structure with 492kb I am getting heap is too large error. So how can I tell the complier to store my variable in flash instead...
Hello,
I am using nrf52_DK to debug PDM with a digital MIC, and select the pin 29 for the PDM CLK, But I haven't seen any clock signal output, for generating the clock...
I am develop a android application with BLE.
My bluetooth device can be searched by bluetooth scanning of android.
And my application can connect with the bluetooth device...
Hi,
My system is
- nRF5340 custom board - Zephyr OS build v2.3.0-rc1-ncs1 - nRF-Connect-SDK v1.2.0
To perform DFU over UART I was told to merge MCUBoot + mcumgr +...
Hi,
I am developing an application that needs to activate a relay on a central device when an event occurs on the peripheral device. The peripheral will always connect to...
Hey, Brand new to this but long time programmer and I sware I have been trying tons of stuff for 4 days straight now and only posting because I am out of options. My goal...
Hello!
I am new to the Nordic chips and for my project .My question is when i apply for the free SES license from license.segger.com/Nordic.cgi ,the The error is shown in...
Hello,
We have a GATT based product. It's using SDK16 and softdevice v7.0.1. It's using secure DFU to upgrade. Now we are developing new firmware based on Mesh 4.0.
We...
Hello, I designed custom board using nRF52832 and SHT20 ambient temperature sensor. Temperature sensor not detected using example sdk TWI scanner. SCL and SDA pins correctly...
Hello,
For our product, we wish to store a custom post-production name (essentially a serial number) in the UICR registers of the nRF52840. We understand that this can...