I'm interested in zephyr to make the image file lighter. Have a any solution to update for BT DFU with signle bank? I wonder I can use single bank like Nordic Softdevice.
hi, i am using a cutom board based on nrf5340 mcu , so, while setting it up i am facing the problem in checking logs and led status.
i am uisng the nrf5340dk board to build...
Hi Nordic technical expert,
Can random numbers in broadcast intervals be cancelled or fixed? How to modify the software? Could there be other problems if random number times...
I added ring buffer and UART ASYNCH interface to asset_tracke_v2. I added CONFIG_RING_BUFFER = y, CONFIG_SERIAL = y and CONFIG_UART_ASYC_API = y to prj.conf file. The build...
Hi,
I am looking at setting up some of our team with the ability to flash our custom devices that contain various chips (nrf52, nrf53, nrf91). Assuming the SEGGER software...
Hello,
I have run the GATT throughput example to test the throughput for a long range. My test configuration is as below:
ATT MTU: 247
Data length: 27
Connection...
Team,
I am using nrf52810, sdk 17, sd112.
I have setup a write characteristics, to receive some long data ( 64 bytes)
// write char memset(&add_char_params, 0, sizeof...
I have an OpenThread application that worked on NCS v1.9.1 and after updating to NCS v2.0.0 (nothing in the source code or kconfig was changed), the application fails to build...
Hello,
i found a few articels about it but none of them where helpfull for me.
I just want to use my nRF51822 Module from Raytac without an external 32khz oszillator....
I was having an issue where reading from SPI inside a timer handler always yielded 0xFF instead of the actual values. I tried to reproduce the issue with a simple test program...
I'm trying to do a firmware update over BLE.
Here's what I did: - I created a new application from sample "smp_svr" because I think that is where I can see how to do firmware...
Can you please explain how the %XCOUNTRYDATA command can speed up network selection in a new location? Does the modem perform a general scan on all bands to determine the...
Hi everyone,
I'm wondering on which plateform / app and how is it possible to read and retrieve the data sent from a nRF52833 Slave to a Mobile Phone (Master) ?
We have...
I'm running on Windows 10 and am trying to connect to my BMD-350 development board with an NRF52832.
I've also attempted to execute this with Python 3.9 and 3.8 (both installed...
I'm using SDK17.1 and pca10056 DK board. I want to use app_sched_event_put for a very simple purpose. I start a one second clock whose timeout handler increments a static...
Hi
I have configured my project to have a Modbus RTU slave on UART1. When I poll the dev kit, using Modscan, I get frame length errors. I have checked baud rate and parity...
I am trying to figure out why my application is generating a hard fault. The hardware platform is nRF52832 and SDK is 17.1.0
In my experience, the generic Cortex M3 processor...
Hi,
My customer use nRF52840 with nRF5 SDK 15.0.0.
They have come up against the difficulty that uart RX pin instability.
I have searched the DevZone and it's advised...
We are trying to integrate the STEVAL_MODEM_BG96 chip into the NRF52840 for rapid prototyping. Trying to interface nrf52840 with the STEVAL-
STMODLTE chip via UART. Connecting...
I used to have a dts file for sdk52dk_nrf52832 containing gpio1 references:
rts: rts_pin{
status = "okay";
gpios = <&gpio1 12 GPIO_ACTIVE_HIGH>;
label = "TS pin...
There was a question when doing the multi-channel test of ANT. The SDK is 17.1, and the example is (ant / ant_ multi_ channels),Encountered the following problems:
1、Example...
I have
nRf52840 DK - 1 - Mesh Serail example nRF52840 Dongle - 2 - Mesh Light Switch Server example.
I used the steps given in the infocenter to provision and configure...