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...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
Please tell me how to combine projects.
I made several projects using the default project.
procedure
1. Copy one of project A and project B.
2. The source code,...
We are having issues with data not being relayed across the mesh network.
BACKGROUND Here is some background information on the project.
The device is an industrial IoT...
I have combined the two example codes one is buttonless dfu bootloader and another one is ble uart
after combined there is no error while building the code. but advertising...
Hello. For a long time I see that nrf9160 Serial LTE modem examples are not stable, tested few times in a year.At very begininng I have customized for my own needs SLM application...
Hello Community,
I downloaded SUPL library of version 0.7.0, my ncs version is v1.5.1.
I have changed following in prj.conf
I am using NB-IoT network of vodafone so...
Hi, We are planning to use nrf52833 forone of the project and BLE mesh ned tobe implemented.We have downloaded nRF5 SDK v17.0.2 and nRF5 SDK for Mesh v5.0.0. KIndly let meknow...
I'm implementing the SGTL5000 driver found on the github Nordic playground with the NRF52832. My custom board connects the NRF chip to SGTL5000. I've changed the drv_sgtl5000...
Hi. I'm trying to build the hello world sample using the NCS following this guide , but I get this error:
Building ‘modules/secure_module/spm_subimage-prefix/src/spm_subimage...
Hello Everyone,
i'am trying to build my Hello_world application but i'm having some issues and i can't figure it out there's some ninja file whch stopping the build does...
I'm using NRF52840DK, sdk for mesh version 5.0.0, sdk nrf5 version 17.0.2. When i add FreeRTOS into LP example, i have some problem:
I think it problem with timer mesh and...
Dear Members,
Can I merge the code from this example :
E:\nRF5_SDK_17.0.2_d674dde\examples\ant\ant_plus\ant_bpwr\bpwr_rx\main.c , it's using S212
with,
E:\nRF5_SDK_17...
Hi, I'm using the nRF Mesh Library for Android and I'm looking at the data of a mesh network in JSON format. I don't see anywhere the sequence number of a provisioner. Where...
I am following the guide on this page: https://github.com/project-chip/connectedhomeip/tree/master/examples/lock-app/nrfconnect
I can build the firmware, but having trouble...
1, The SDK is nRF5_SDK_14.2.0_17b948a;
2, running the usbd_audio project; It don't control the volume by 52840;
3, Can you help me how to adding the volume control in...
We tried two build options:
1. thread version 1.1 with
# Set OpenThread NCP architecture CONFIG_OPENTHREAD_COPROCESSOR=y CONFIG_OPENTHREAD_COPROCESSOR_RCP=y
CONFIG_OPENTHREAD_THREAD_VERSION_1_1...