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 the NRF52832 chip on a D52M M8 module, and SDK 15.2.
I have a number of sensors that I am communicating with over TWI using the TWI Manager on two separate channels...
Hey
I am working on ble_app_blinky central and peripheral, I want to calculate the RSSI of peripheral after connection with central. I am able to calculate the RSSI value...
At the end of last year, the new package nRF5240 WLCSP was delivered and it is now available in the market, however, I have not found an official layout for this new package...
I'm trying to use the QSPI periph to interface to a Flash, the project is based on the blinky and has UART and SAADC added in so far. I can use nrfx_qspi_cinstr_xfer to read...
Hello,
I am developing an application for location tracking to be run on a Windows computer. The computer will be communicating to a mesh network using the serial interface...
Hi,
I'm using nRF52840, with NFC pairing (based on SDK examples).
The problem is that sometimes, after advertising, my device is waiting and nothing happens. After using...
nRF52832, SDK14.0.0, S132v5.0.1
http://infocenter.nordicsemi.com/pdf/nRF52832_PS_v1.4.pdf
Section 18.8 (page 83) shows that the WDT registers are retained across Soft...
Build and flash mqtt sample. Use board nRF9160. Ubuntu 16.04. Firstly flash secure boot, just after that flash mqtt sample. Have this in terminal:
The MQTT simple sample...
Hey everyone, I am trying to setup the external temp sensor instead of using the simulated data
I modified prj.conf to:
CONFIG_TEMP_USE_EXTERNAL=y
and Kconfig default...
Hello
I used the pc-ble-driver-py to advertise Apple ibeacons, but it seems that they're advertised as connectable undirected packets which is not good in my case, as...
Was told to avoid using nrf and particularly to mix nrf/nrfx functions.
Need clear sdk_config.h requirements to setup that also addresses what must not be in the config...
Hello to everyone.
I'm working with Light_switch example for nRF52832 (PCA10040) and Mesh 3.1. I'm trying to modify the server example and to do that I need to know where...
Starting from this example I try to bring clock functionality to my BLE-project.
1. The external LFCLK-XTAL
I need some clarification about the use of the different...
Hi Team,
May I know your kind advice on the following issue when I tried to Open the SDK project in SES. I have seen some discussions on line but none of them works for...
I'm trying to migrate from SDK12 to SDK15, but my code always crashes at advertising_init() and goes to NRF_BREAKPOINT_COND. Even when I directly use the example from the...