Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
SWI*_IRQ is using by softdevice to send event to application, I want to know which priority does softdevice set for them?
Does sd_nvic_critical_region_enter() disable...
I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
any plans to release firmware package for nrf51822 smart beacon using Soft device 8 and SDK 8? Thinking I better ask before I start adapting it on my own.
thanks...
What is the pinout on the DEBUG OUT-pins?
How do I adapt the code to work both with dev board and an external chip?
There are BSP stuff I probably can't use that I use for...
I am using S110 7.1.0 which I know has the ability to unblock the CPU during Radio Event. However I would like to do the opposite and increase the time between a Radio event...
Any news on the new specification for S130?
I am trying to find out the concurrent power profile. It the power management section it said that it has not be characterized...
Well, I've ordered my preview nRF52-DK and might get it by the weekend. I have not been able to find the schematics and design files on the main Nordic site, or the new infocenter...
This project is a HRS example from latest SDK, without any modification. I use nrf51 DK board. WHen I debug, I get hardfault after some type. Try to run the code under debugger...
Hi,
we used NRF_UARTE_Type POWER for the "peripheral power control" of the UART interface on nrf51 - works fine.
After trying to port the nrf51 to nrf52 I found out...
The question is: how to completely turn off PWM in SoftDevice?
I am using the libraries nrf_pwm.h and nrf_pwm.c in this repo for PWM with SoftDevice. Everything seems to...
Hi,
when trying to update the firmware with current nRF Master Control Panel (version 1.10), the update finishes successfully, but the firmware does not run.
The problem...
I've tried a trivial example (blinky-like, compiled by gcc using proper startup and ld scripts) on nRF52 devkit, but I always only get hard fault.
Debugging through the reset...
The nRF24L01 dataseet V2 (the most recent I think?) states (p.23) that the nRF24L01 can operate on frequencies from 2.400GHz to 2.525GHz . The channel steps are stated as...
I am completely confused by the nRF51 UART. I'm trying to port code originally written for an STM32 (another cortex chip). There, I define an interrupt, enable the RXRDY or...
Hi,
I need to have two different interrupt handler for one pin?
For LOTOHI one handler and for HITOLO another handler, how to do that?
Here is what i did until now...