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...
I have to make a connection from a central_uart to 4 periperal_uart every 60ms Sending 30 byte .
I Have to make a polling of all the peripheral every 60ms.
I know that...
Device: nRF52811
Board: custom (EYSNSNZWW module is used)
SDK: 16.0.0
SoftDevice: S112(v7.0.1)
Sample Project: ble_app_uart
Hello,
Is it possible to read BD...
I have a custom board based on nRF52840 with some custom peripherals : LEDs, buzzer, buttons, etc
To get my app working I copied the nrf52840dk_nrf52840 board from the 1...
Hi,
I started using the Nrf5340-DK with the openthread cli sample. It works fine, and now I'd like to move the main UART to pins P0.24 and P0.26.
To do so, I created...
Hello, I've been trying to migrate my code which uses NRFX SPI functions to NCS 2.0
The code compiles just fine on NCS 1.9, but after migrating to NCS 2.0 I noticed that...
I have just been hired to this company and they have assigned me to repair some of their defective modules. The modules are BL651 with what I believe to be nrf52810 processor...
Hi,
is there a driver available for the VM3011 microphone that comes with the Thingy:53?
The chip has some power-saving and wakeup features that are configured using I2C...
Hi,
We are having some issues communicating with a Winbond W25Q64 flash memory. Using the standard SPI Zephyr drivers an attempt to get the Manufacturer ID returns 0xDC...
Hey!
I am working on a zigbee asset tracking system for my thesis. Got myself 3 nrf5340 boards and a sniffer.
Unfortunately i can't manage to get started with zigbee...
Hi everyone!
I have recently been trying to flash the 'blinky' zephyr sample to the nRF5340 Application Core on the R4D4 Control Board. I am yet to have any success, by...
Hi there
I'm using Asset tracker v2 as a base for my application with AWS, however I wanted the FOTA to download to external flash, as the Asset tracker application is large...
I'm using a nRF5340DK with nRF Connect SDK v1.9.0 with MCUBoot and want to upload firmware updates for the application core using mcumgr.
I use the hello_world sample in...
We are migrating from Modem firmware version 1.2.x to 1.3.x. Since it is now possible to enable LTE and NBIOT both using the following XSYSTEMMODE configuraton:
How does...
I'm trying to develop a Bluetooth mesh network with low power consumption.
Is the performance the same when comparing firmware using the nRF5 SDK for Mesh and firmware using...
Hi,
I am developing the nRF52833 DK with NCS v2.0. The goal of the application is continuously send temperature data (using health thermometer service). I am currently trying...