Hello, Nordic Team, I'm embedded designer from Russia, discovered your amazing wireless MCU NRF52832. I looked through your SDK and peripheral drivers, and unfortunately found...
Thanks Stefan. The zip file making and updating steps work perfectly for me, if I follow your steps and make it from your stock pre-built "dfu_test_app_hrm_s132.hex". My question...
Hi!
I'm trying to configure my NRF8001 module with the help of nRFgo studio. I'm using Nordic UART over BTLE service template. The module can be discovered via nRF Master...
I'm trying to make a BLE device that actually pairs securely. I posted this question on StackOverflow but didn't get any answers - maybe someone here knows more. As far as...
I am using esb in SDK 11 and my understanding is that the radio causes interrupts that are forcing and cannot be disabled. These in turn causes software interrupt 10 to be...
I'd like to read and write data to the reserved app data space while in the bootloader. Is this possible with pstorage?
Because the BOOTLOADER_SETTINGS_ADDRESSS = 0x0003FC00...
Hi
I have a problem when bootloading with nrf toolbox. It seems like when i flash files over 0x10000 in size the program overwrites itself. When i flash files with smaller...
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...