I am trying to debug my code today and am finding that Eclipse is constantly breaking execution at the INLINE function app_timer_evt_get(). I do not have any break point set...
Hi,
Recently,
the DFU of the "Master Control Panel" (Android) can not complete the upload mission.
But,
the DFU of the nRF-Toolbox in iOS is
work well.
Old...
I just tried out the new iOS nRF Toolbox 1.5 and it doesn't seem to handle long init packets.
I gave it a zip file that contains a 137216 byte 'application.bin' and a 192...
Hello everybody,
In the SD_EVT_IRQn ISR I check for BLE and SoC events and set flags for each so my application can fetch and dispatch the events in the main context. ...
Hi, in the example bootloader in sdk 7.2, there is an assembly code block in SVC_Handler, in dfu_ble_svc.c.
I found that the offset in line:
LDR R0, [R1, #24]
always...
In nRF51 SDK 7.1.0, there is a c header file using c++ keywords operator .
Here is a snippet of components/ble/ble_racp/ble_racp.h using the keywords.
/**@brief Record...
I want to make sure I'm far from ever having a stack overflow event. Is there a way in the IDE or elsewhere to monitor this risk? The map file produced after a build?
Hello, I am trying to develop a low power application by using nrf51822 EK board.
In " Reference manual v2.0, 11.1.3 System ON mode ",
it says there is a mechanisms can...
I am using app_gpiote_user_register() and ads_interrupt_enable() to define a ping change interrupt. When the code runs, I can see on my logic analyzer that the GPIO pin assigned...
I have a nrf51822 project with S110 (v6.0.0) softdevice. I am using latest sdk (v5.1.0). I compile the project successfully with gcc and it does run too. But I struggle with...
I'm trying to reconcile two things I read about the softdevice. The GAP roles that are supported include broadcaster and peripheral. Also, there is support for a GATT client...
Hello
I am trying to build the nAN-36 application.
The main.c file include at least two files that I do not find:
#include "ble_eval_board_pins.h"
#include "ble_stack_handler...
We're trying to implement initial programming of the chip using SWD. We can connect to the chip and successfully enter debug mode but from that point on (as per section 11...
Hi,
I'm gong to design a pcb for nRF81522 (for both packages: QFN 48 pin and 64 pin WLCSP). I coudn't find the footprint in any documents. I appreciate if anyone can send...
Hi all,
Trying to read out the nRF8001 serial number using the nRF8001 SDK 1.7 and I cant seem to work out where I should be making the call to lib_aci_get_address?
After...
I'm a wireless novice, but have electronics experience.
I'm looking to add bluetooth low energy communication from a battery powered MIDI controller to a Macbook Air (or...
Ole,
I am trying to update the serial number value in an already initialized standard Device ID profile.
[i]dis_init.serial_num_str.length = (uint16_t)strlen(newserial);...
Hi,
We are trying to reuse the RF frontend design provided in reference design of PCA10000-nRF51822 Development Dongle 2_0. But because we have different board thickness...
I'm trying to add another timer to the BLE proximity app sample code in a new source file which is a driver for a GSM modem. My timer handler function is never called.
...
Hello,
How can I synchronize the wireless nodes (one nRF24LE1 on it) in a real-time wireless sensor network? I use nRF24LE1 as the transceiver and receiver.
Thanks.
Easy task, and long way..
I need to counting/measuring time how long time 220V line was on-line (assumed all time after install).
I've tried to find ready-work chip FR-transmit...