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...
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...
Hello
I'm using sdk v17.0.2 and I'm going to program using nrf52840 dongle.
I used nrf52DK because I didn't have nrf52840DK. And I'm going to upload the source code that...
Hi!
I am running Zephyr sample application for direction finding zephyr/samples/bluetooth/direction_finding_connectionless_rx with minor modifications on nRF52833 DK. I...
Hello, I'm developing a BLE application under nRF51422 based on SDK12.2 using softdevice S130. Now, I'm porting the application from Keil to IAR 8.11. There is no compilation...
Hi,
SDK nRF5_SDK_17.0.2
Using :\examples\peripheral\saadc
I want support for multiple peripheral in same project, so i took the saadc example and on top of it add Uart...
Dear Devzone,
We are testing GPS of our products based on nRF9160.
When we test in one car, the GPS signal is lost when the device is put inside this car. This situation...
While testing DFU for OTA ,after entering bootloader mode on my nRF52840 DK, the device doesnt show up either in the device manager or using nRFconnect and Jflash lite . when...
I've 3 FTD nodes (nRF52840 SoC), the network between the nodes and the UDP message transfers are been done successfully.
I want to split and send the messages between...
Hello,
I am using your NRF9160 chip and need Nordic team help. I have refer to your FOTA sample, I am looking for a safer solution for updating code. On my board, I use...
Three software seems to perform OTA DFU: nrfutil command line, nRF connect from desktop, nRF connect from mobile
Do I need all three of them? Are they part of Nordik SDK...
Hi,
I am using an Adafruit nRF52840 Express with a sensor board attached to it. I'm noticing that my sensor IC is reading about 3-6dB higher noise in the 10-50Hz range ...
Hello,
I want to program and debug a custom PCB using the nRF52832 SoC and nRF52 DK. I plan to use this setup:
From what I understand, the GND detect will cause the...
Hi Nordic team,
We are busy testing the throughput of the nRF9160. We are having issues installing the NCS at this stage, and was thus provided with a HEX file of the Serial...
Hi Nordic engineers,
I am using west to build the nRF NCS, my own project which is adopted from samples. Using Powershell (win10) to run west commands as below.
I need...