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,
Please fix this bug: The DK device is no longer found after following the following procedure
Problem operation process emerges
windows:
DK:PCA10090 0.9...
Hello,
I started my prototyping with the 52840DK and the SD Card was working fine. However, with the 5340 dev kit, I cannot get the SPI to work and access the SD Card properly...
Hi,
I connected my nRF52840 dongle to the laptop, it was detected with a red LED glowing on and off. Later I installed the nRF Connect software and installed the Power...
In our nRF52832 application, we have an external 32.768KHz crystal as the nRF52832 low frequency clock source. We also have a 32.768KHz oscillator on the PCB that is used...
Hello,
There seems to be a bug with scanning for many Bluetooth advertisements while simultaneously sending data over uart in Nrf sdk v17.
I have tried to work around...
When loading the nRF Connect Plugin for VCS, I am receiving either a crash message or the message below. It looks like a Python syntax error in the kconfig extension. python...
SDK 17
Soft device 7.2.0
nRF52840
Started with the 'fatfs' example, updated it to allow uninit, and to not reinit the IO if init is called multiple times.
it's working...
Hello everyone, I combined work with a timer and an example from ble_app_aurt pca10040 s132, the problem is that the timer does not work evenly, yes, I know about the low...
dev environment segger embedded studio with nrf5 sdk
I have separated my project source and the paths of nfr5 sdk the project have different folders for different drivers...
I'm using led1 alisa for indication that network core is runing. But if I compile program, variable is not initiated from DTS. It looks like compiler does not init dtLed variable...
Dear Nordic,
we are developing FW based on nRF52832, SDK 17.0.2. We have 2 devices: BLE Central with SD S332 and BLE Peripheral with SD S112. The Peripheral is basically...
Hi, I am working on an IoT project that will use lwm2m, I developed an event manager architecture using the helloworld example base. Now that I am starting to develop the...
Hi,
Is it possible to check somehow if a BLE packet has been transferred (or not) from a peripheral to the central device?
Through a succesful transmission flag or something...