I'll go ahead and describe what I need to do and see if anyone might have some place to start for me since I'm having a lot of trouble figuring out what I need.
I'm looking...
Hello ,
I'm designing an embedded system with one of your RF chips (NRF24L01+) and as far as I searched for the datasheet , It seems like NRF24L01+ doesn't have a hardware...
Hi,
This post is very old.
devzone.nordicsemi.com/.../
I have a nrf51822 chip and I'm using it as BLE and it exposes some service and characteristics and it is working...
Hello!
I set up a project using NRF24L01 and a patch antenna ceramic, the type used in GPS.
In fact, I tested several types of antennas, F, F inverted, GPS, Loop. But...
Hello,
I'm trying to create a PC application to read out some Ti Sensor Tag modules. I'm using a nRF51822 USB dongle and the Master Emulator api.
The nRF dongle sees...
Hi
I have my code like this .
unsigned char *encryptedData;
unsigned int encryptedDataAfterAppendingLength;
memset(encryptedData, 0, encryptedDataAfterAppendingLength...
Hi everyone,
I am using NRF52840 and I want to keep updating a timestamp number into flash memory. My solution is to create a file and keep updating that single file....
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...