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 have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Issue:
While trying to initialize and check the viability of an I2C interface using TWIM, my NRF_TWIM_TASK_STOP never triggers NRF_TWIM_EVENT_STOPPED.
Code:
This causes...
Hi,
I have installed the v1.8.0 nrf connect sdk and created a new application using the nrf connect vscode extension based on the ble/throughput example. Created a build...
Dear Nordic Engineer
I would like to know the version of openthread in NCS 1.8.0? And what is the otbr posix version corresponding to rcp firmware? It is reflected in the...
Hello,
I am using NRF connect SDK v1.5.1. I want to delete the last paired and all paired from central and peripheral also.
I found that pm_peer_delete() & pm_peers_delete...
Hi,
SoftDevice S112 is not Central support just Peripheral.
The max connection of Peripherals is 4, I didn't understand the meaning ! Peripheral can connect only to Central...
Hi, I am trying to use the nRF52833 development board for Bluetooth direction finding. I am having some problems, and I would appreciate it if I could get your help.
My...
When opening a file that contains the packets that are transmitted in the BLE communication, the data is not observed.
Appears as shown below:
I installed the necessary...
Hello,
I am trying to add SoftDevice to our project which was non-SD for a year now, but I'm stuck with a problem.
I know that there are separate files for nrf_error.h...
In order to simply the creation of nRF softdevice projects, I'd like to make a suggestion. Rather than require the end-programmer to include dozens of individual include paths...
i changed the net-core flash partition and saved it to pm_static.yml. everything is ok while i build multi-image(mcuboot, cpuapp, b0n, cpunet) until my partner wants to build...
hello Nordic
i am working with nrf52840, zephyr rtos.
i can preform dfu via mcumgr cli (command line interface) or via nrfConnect application on my cell phone.
however...
Hi,
we are trying to use waveshare 2.9 epaper display with nrf52832, converted stm32 sample code to nrf52 with no luck. It seems we can not send command and data correctly...
Hi team ,
I am using 15.3 sdk and NRF52832 hardware. and Tool - SEGGER Embedded Studio for ARM 4.30c
I have developed code with DFU feature and and generated .hex file...
Hi,
I want to disable the UART of MCUBOOT to reduce power consumption. I searched in the DevZone and got the answer as below.
I followed the answer above, and created...