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 am using nrf51822 and I am trying to reduce the transmit range to 30 cm or less.Is it possible to achieve this. The reason I am doing this is that I will be working with...
Hi,
I want to use both SPI master & slave altogether, but when I include nrf_drv_spis.h upon compilation the following error occurs :
C:\Keil_v5\ARM\PACK\NordicSemiconductor...
I am trying to find out the lowest range of nrf51822 but so far I coulden't find anything. Most of the time people are trying to increase the range.Thanks.
Hi Guys.
I have compiled and programmed ble_app_uart program in to a nrf51DK (pca10028-nrf51488).
I downloaded and installed nRF UART V2.0 to android 5.1.1 .But while scanning...
Hi,all.i use pwm with sdk8.1 sample (SDK8.1\example\peripheral\pwm),my question is how to stop pwm and set the pin to low level? is my code correct?
my pwm init code:
...
I've a board with the nRF51 inside and a LIS3DH as accelerometer.
I already reflashed and I want to read the accelerometer values from the LIS3DH but I don't know where...
Hi Guys,
I tried to integrate the spi master project to ble_app_uart. For that I added the missing headers from spi project to ble_app_uart. And also I added the .c files...
Hi, Guys,
I am integrating the proximity app with dfu, everything else goes well. However, when I try to update bootloader through dfu, it failed. I check the MCP log,...
Hello,
I use S132 on nRF52 and do multiple roles.
When event BLE_GAP_EVT_CONNECTED is fired, role is invalid (0). How to know that it was a device or central event ...
I have developed an application for the NRF52832, initially with the Keil toolset and changed to Eclipse/GCC. The application works great when I build/load with the Keil toolset...
Hi,
I have an NRF 51 DK and vs. 11 of the SDK and just recently learned how to write some basic code and now I am trying to learn how to use ADC on NRF51. I am trying to...
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...