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?
When I tried to set up my J-Link Flash connection it gave me the message "Unexpected core ID.
First Dev Board R0.5 was normal. and marking of nRF52840 chip was QIAAD0 ,...
Hi,
On nRF52840, we are able to engage APPROTECT by setting NRF_UICR-> APPROTECT to 0. However, writing 0xFF to NRF_UICR-> APPROTECT does not seem to disengage APPROTECT...
If you call nrf_serial_write() once to transmit some data, and before the data from this first call is transmitted, you call nrf_serial_write() again, will the NRF_SERIAL_EVENT_TX_DONE...
Hi Team
I would like to know are there any pic libraries for nrf24l01?
Need to send and receive data from PIC16F1526 to an other PIC MUC via nrf24l01 transceivers.
...
Hi,
My task is to work on NFC , I know the basic working principle of NFC . Here I have seen the nfc uart example .
I would like to transmit the device name, mac address...
Need advice on choice of advertisement flags.
Beacon advertises alert and non alert beacons: On the alert beacons the central is required to connect and respond to the beaconing...
I have looked at and used the following references:
https://devzone.nordicsemi.com/f/nordic-q-a/47484/ble_gap_evt_scan_req_report-not-working
https://devzone.nordicsemi...
Is it possible to implement open thread cli using 16 castellated pins of BT840 ?? I can change the uart pin by rebuilding the open thread libraries ,
Can I avoid using...
Dear all,
In our project we are using "nrf52840" IC is used. We need to check its strength in various physical layer by loading the " Direct mode code ".
We have sucessfully...
Hi !
I need to develop a BLE communication link between a smartphone (Android first, iOS after) and the BL654 Laird platform (based on nRF52840).
I found multiples strategies...
i am developing a bike power meter and designed my own hardware.
From software point of view I used the Ant+ bikepowermeter example from Nordic.
So far my status is, ...
To the kind attention of Nordic support team,
Could you please help me finding documentation about the subject I mentioned?
Let's suppose we have got a peripheral and...
Hello,
I am working on ble_app_uart example on nRF52840DK.
I am using one switch (gpio) for advertising_switch() function. It means on changing the position of the switch...