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?
I have some Nordic BLE peripherals. I'd like to develop a Python script to run on a Raspberry Pi to act as a BLE Central to connect to a couple of these peripherals. I've...
I have downloaded and installed nRF Connect v3.6.0.
I'd like to program a custom nRF5340 board, which I have connected to the nRF52833 dev-kit. When I go into Segger IDE...
Hi everyone,
I put below the link of a previous discussion. I refer to the main.c present in the discussion. I have a question about it.
In the main.c in the discussion...
I'm trying to evaluate the nrf5340 and flash a basic blinky application but I get an nrfjprog error when I run `west flash`:
[0/1] cd /Users/user/zephyrproje...Cellar...
I want to move the uart communication port from default pins to
#define RX_PIN_NUMBER 33 #define TX_PIN_NUMBER 34 #define CTS_PIN_NUMBER 35 #define RTS_PIN_NUMBER 36
I...
Hi There,
How to control led using pwm during dfu mode (when dfu programming is on going).
HW:PCA10056
SW: nRF5_SDK_15.2.0_9412b96
Example: ble_app_buttonless_dfu
I really did not want to ask, howeverI have spent a lot of time on this and still no joy.
I have a epaper shield have got the electronic paper display working. so SPI writes...
Hello,
I see on you webpage that there is an evaluation kit for nrf21540 -> PCA10112 . do you have the schematic of this board ?
For the moment I'm using the NRF52840...
Hi Guys,
We have a need to send data every 4 hours.
In order to do this, we sleep 1 hour at a time (1-hour timer - single shot) and increment counter, and when the count...
I'm using 2 nRF5340PDK with nRF Connect SDK 1.4.0. 1 PDK with central_uart and 1 PDK with peripheral_uart.
When I change the clock config of the peripheral_uart by using...
using nrf-9160dk and iBasis SIM with pre-built asset tracker app (2020-10-30_5522ca2b) and nrfCloud
First time the device was registered data transmission worked.
Now...
The design has 2 sensors on SPI with mode 3 and the nrf21540 which is mode 0. Can you have 2 different Modes on the same spi bus?
would i use the SPI transaction manager...
Hi,
I have the barest of PCBs with literally just the nRF9160, SIM slot and antenna, and have wired it directly to an Otii Arc, so there is no power circuitry either as...
Hi All,
If I want a Thread device to automatically start commissioning when it starts, is there a code example in Nordic SDK?
Now I just found the API interface, called...
NRF52832 is using the protocol stack and updated by OTA. Why should the number of FDS Pages of the new firmware be equal to the number of FDS Pages of the old firmware?