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 am working on BLE. I have created a service using read property(services_set_barometer_service_barometer_data(void *src, int size))
After connection is set-up i am calling...
Hello ,
I am working on a project an nRF52840 + quectel BG96 modem. I am porting the freeRTOS cellular interface library for the Nordic platform and mainly the FreeRTOS...
Dear all,
I am developing a device that base on nrf52833, nrf connect sdk ver 2.0.0
The device run bluetooth mesh. And becase it was powered by battery, so it must go...
Hi there,
There are some problems when setting nrf52840 GPIO interrupt. When I use gpio_pin_interrupt_configure_dt api to configure 11 gpio pins then download to my customer...
Hi
I am testing <InstallFolder>\examples\peripheral\usbd_cdc_acm project, when I use serial tool of pc to open port, it can send or receive data.
but if I don't want to...
I wrote this function:
When calling it and
ptr points to something odd, the chip seems to crash. Can you not dereference odd memory addresses?
Or is there a different...
Hi,
I have been using nrf5340 audio dk fir the last couple weeks with nRF Connect SDK v2.1.0 and nRF Connect SDK v2.1.1. There were issues with the audio template for walkie...
Hi,
I'm using nRF Connect 2.1.1
I create a application based on 802154_phy_test template.
When I create a configuration and build for the nRF52840 it compiles OK.
...
Hello,
I have a TMP117 attached to I2C1 on a nrf5340 and am using the zephyr NCS v2.0.0 driver to communicate with it.
How can I configure I2C1 for power management...
Hi, I am looking to use mcuboot to manage 2 separate images. The idea is that under certain conditions, image 1 would jump to image 2.
To test the idea, I am using the zephyr...
When using the Toolchain Manager through the nRF Connect for Desktop app, the Toolchain Manager is failing to fetch the index files resulting in the version 2 toolchains being...
Hi there,
as already mentioned in other tickets I'm developing a usb to uart bridge based on the nrf52820. The nRF5 SDK version I'm using is 17.1.0.
Right now I'm facing...
Hi,
When nrf9160 as serial modem, can AT command be sent/received over SPI interface without modify FW ?
As I know, the UART interface is the default setting for transmission...
Hi,
I'm trying to connect multiple device on the same peripheral (nrf5340), but my peripheral does not restart advertising once a device is connected.
How to reproduce...