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 know this is somewhat "how long is a piece of string". I'm happy for guidance rather than solid numbers:
I'm trying to spec a "keep alive" circuit for an nRF51822 project...
In my S110 softdevice I want to accept connections only from centrals which passed OOB pairing.
My situation: There can be many centrals around my peripheral but only authorized...
We are trying to get an mBed-compiled hex file uploaded to production hardware but it is throwing the error "failed to read hex file".
The code is compiled for the nRF51...
Hello
I want to connect nRF51822 (on a readbearlab ble nano) to arduino micro which uses 5V logic on a 32U4 IC. I know I can use an external logic level shift, but I need...
In table 32 on page 25 of the NRF51 Reference Manual, there are a bunch of registers with the description "Reserved for Nordic firmware design" or "Reserved or Nordic hardware...
Dear nordic.
I am testing with nRF51822, and have some question about hardware stability check.
nRF51822 have Clock Monitor Unit (Clock fault detector)?
Is WDT same...
I am running a standard schedule loop where I wake-up, service any scheduled tasks, then immediately go back to sleep. However, I am observing the following pattern:
...
Hi,
Everyone,
I have been working with Nordic NRF51422 with keil since laste 4 months.
Now I want to make Dev kit working on windows machine with eclipse GCC
Following...
Hi everyone,
When I run 4 instances (i.e., x2 PWM channels) of PWM with S210 (same example as the ant_background_scanning from SDK 10), after few seconds of constantly...
Hi, I am following the tutorial devzone.nordicsemi.com/.../ . to try to use eclipse to program and debug.
I have installed Eclipse on windows and I can compile without...
Timers are defined by a macro: APP_TIMER_DEF. This unfortunately expands to:
#define APP_TIMER_DEF(timer_id)
static app_timer_t timer_id##_data = { {0} };
static const...
Hi, we're working on a project that involves constant streaming of gyroscope and accelerometer data from an NRF51822 based module to a Linux machine.
What we've been working...
I am using the ble_uart_app on the dev kit with the nrf52. SDK version 11.0.0. How do I get the bsp_event_handler to get fired on a button release and button push event and...