When using app_timer through scheduler, a break and go will overflow the event queue if a timer is a repeat timer. The effect is that it's not possible to debug.
To work...
I need to be able to actively set the value being incremented in the Timer2 register on the nrf52 (what I believe would be it's main register). It seems that this might be...
The errata for the nRF52 indicates higher consumption in managing timers and GPIOTE. Does the BSP for SDK11 follow recommended practice to deal with these errata can I ask...
Hi,
I am trying to understand the pstorage to record a log for temperature. In my code, I can call pstorage_init(), and clear a block but when I try to store some data...
I would like to source a compact BLE board to act as a lock controller developed with with a matching transceiver for use in a fob and an app.
It would toggle the pio and...
Ok so here is the issue. I was trying to build a simple application which is described in the tutorial for characters. After building an advertisement and understanding the...
I was working with IAR and SDK10.0 before. For some reason I have to transfer my project to Keil and SDK9.0. My program worked well for the old settings. While keeps got NRF_ERROR_SOC_NVIC_INTERRUPT_NOT_AVAILABLE...
I'm testing pairing and bonding with an iPhone running iOS 9.3.1 and nRF52832. I'm running into trouble when reconnecting to a previously paired device.
The first time...
Hi,
I would like to use SPI raw master library (used on application chip in serialization examples) in my own application.
First, to understand well SPI raw implementation...
Hi all,
is there any method to disable SWD in a way that every operation through SWD is blocked?
Do the MPU also blocks for reprogram the binary through SWD (maybe disabling...
Hello
I'm new in nRF51 SDK_11
In my tutorial I want to set a RedBearLab BLE_Nano nRF51 like Central.
I read the references in " developer.nordicsemi.com/.../a00066.html...
If I want to do a project following.
The central that has NUS service can connect to at least two peripheral .
Two peripheral also have NUS service.
I can receive notification...
Hi Guys, my project requirement is i have to make sure that my nRF8001 should bond with only one peer device. So i intend do a whitelist one peer device address, whitelist...
I'm trying to use 4 pwm by hardware
and 2 pwm by ppi.
It works pefectly purely.
and if softdevice included.
I have to change nrf_ppi_ to sd_ppi_ api.
and got no demo...
hi. As I know, if I want to change my nRF8001 Device name, I have to check "Over the air" and "From application controller with pipe" boxes in nRFGO Studio. in this case,...
Hi,
I want to make sure that the nRF52832 can start working (turn on) with a 1.8V power supply. Therefore I went to check the default value of POFCON register, in which...
Hi,
I got the PWM example code working, but I need only 3 PWM pulses (14usec on time and 34 usec off time). How do I configure the PWM pins to output just 'n' cycles? thanks...
Hello,
I have downloaded the nrf52 sdk (version 0.9.2) and following the steps listed here: infocenter.nordicsemi.com/index.jsp , to run the blinky led example. However,...
hi, i'm looking for layout and schematic (altium ver.) of attatched nrf module (nrf 51822 BLE).
how ans where can i get this ????
actually i need the imformation...
Hi,
For each sdk version there is a release note of known bugs which is good :-)
I guess it lists the bugs known at the time of the release of the sdk.
Are these posts...
Hello,
I am developing in NRF51 with gazelle communication. I specify in project setting (in IRAM) to use full RAM of my nRF51, and use MicroLib. My last working application...
Hi,
I wonder if anyone knows any free C++ compilers for nRF52. I tried the mbed but it is not fully supported for nRF52.
The regular GNU GCC: arm-none-eabi-gcc works perfectly...