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...
After ping through link local address ,i am not getting any Router solicitation messages,neighbor solicitation messages and neighbor advertisement messages while i am capturing...
Hi I've got my nRF8001 breakout board ready I now need the SDK in order to start developing firmware code.
I don't have any registration key, how do I get hold of it? ...
Hi,
I'm running Mac OS X 10.10.2 with the nRF51-DK PCA10028 card that I received today. I started off following the instructions in this article , and was able to get JLinkExe...
I have a customer that is using the nRF9160 embedded into their own device. Need to know if the nRF9160 is a module in which case the customer's end device will need to be...
I have written a string data from peer device, and i want to update the device name with the string in run time without resetting the SOC, how can I do it and what are the...
Hello
I am using HTTP to requests on the server with NB-IoT network on NRF9160 chip
I found that in the HTTP REQUEST command with 1 REV () function to get the results...
Hi Nordic,
I've implemented an extension of the NRF DFU protocol using the "external-app" type. The transfer is stored in external flash, and can be approx 1MB in size....
Hi
I have tested direction finding examples successfully., by default parameters. Theses projects are used as "TX" and "RX" in AoA mode:
https://developer.nordicsemi...
Hello, following this question - https://devzone.nordicsemi.com/f/nordic-q-a/76417/saadc-tasks_calibrateoffset-shall-only-be-used-before-tasks_start-or-after-events_end-nrf52833...
How i'm supposed to check if the device is transmiting any data? I used nRF52833 DK as a sink and node of wirepas mesh network, added another DK and configured it as a regular...
Hi,
I'm making an firmware for the nrf52840 that communicate throw usb to a computer.
First I used the uart library that works fine but required the Jtag and Jling which...
I just cloned the latest zephyr from github and tried littlefs. However, the SPI pins have no traffic and CS line stays unchanged.
Is there something I forgot, since...
Hi, i'm working with NRF51822, and i saw on reference manual that micro enter in the SYSTEM OFF mode. The problem is i dont want the micro enter on this mode.
I make de...
Hi,
I'm working on a project using the gazelle protocol with the gazelle pairing library. Due to the fact that I use the GNU GCC compiler, I created a Makefile from the...
Dear Nordic team,
We have designed custom boards with nrf52840 chip. We observed that in one of the boards the application is not running until the swd pins of the custom...
Hi,
We are using laird BLE653u BLE module in our application. This module has nRF52833 BLE SOC. We have ST Link V2 as a programmer tool. We want to use SWD protocol for...
I have a project using NRF52840 as master in BLE central to scan BLE device.
I found all example will connect device automatically when device found
I would like to change...