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 was able to create 2 times, Timer 1 and Timer 2.
They work when they run separately, but one stops when I try to use both of them.
I need simultaneously running two...
Please confirm the following is correct for nRF52840 (per PS v1.1)
1. The firmware doesn't have to enable internal pull-up when the pin reset is configured (it's done automatically...
Hi,
I am developing a solution with zigbee (nRF52840).
I want some end device is joined to specific router.
In the documents, if end device find more than one router...
Hi, Everyone.
I'm trying to connect nRF52 DK Board to J-link base tool.
But I can't connect.
Wires between nRF52 B/D and J-link base tool are conneted below.
nRF52...
Hi,
I am new in this area. I wanted to use the detect "signal" but it doesn't work as protected. This is my main :
I just try to detect when the detect signal is HIGH...
Hello,
i tried the getting started procedure with the NRF9160DK demo board but I cannot finish the whole procedure.
After activating the iBasis eSIM, I turn on the...
It's may be strange enough, but i can't see the clear answer on this question. What is the limitations for pin function maping? I need to understand which pins i can use for...
Hi,
I am surveying the zigbee example for my project.
In my project, coordinator has to permit or reject certain end device/router.
I have searched following articles...
Hi,
We want to send our board for Radio testing and the facility needs a test setup. Radio test example could work perfectly for us but unfortunately, I am unable to use...
Does Nordic Thingy come with on board SEGGER J-Link programmer / debugger like the nRF52832 DK?
If not then how to program and debug development firmware on Nordic Thingy...
Heloo, I'm using NRF 51 DK and NRF 51 822 QFAA__ mcu.
Flashing the DK is fine, all of the examples are compiling and running as expected, also the modifications introduced...
Have previously used the QFAB. Are there any settings in the compiler or debugger that need to be different ? - my understanding is that xxAB refers to both.
Understand...
I have my own code for configuring digital IO pins. I'm using the PCA 10040 devKit board. When running in the debugger, on startup, the interrupts on the input pins seemed...
Hi Team, Currently we are working with nrf52832 in one of our project and now we are going through FCC for the same. I am using radio tool code(SDK 15.3) to generate the FCC...
hey
I am using the timeslot API to be able to access the CCM peripheral while using the soft device.
For my application the nrf52dk needs to go into sleep mode and wake...