spim2、ncs2.6.1
I used SPIM2 to send the string "Hello, SPIM!" and receive data of the same length.
However, on the logic analyzer, I can only see the transmitted signals...
I am using nRF52833 PCA10100 board. While trying to run sample ble code in segger embedded studio, I am frequently facing this error which says, .text file is larger than...
Hello,
I posted this in Zephyr's repo at first, but was told to post it here since I am using NCS.
I am running cellular modem sample on nRF54L15 and have it interfaced...
I am developing an server app on zephyr stack which requires to flash the image without SMP protocol, I receives the image data over BLE , how can I use Image management API...
Hi,
I am trying to program the custom nRF9160 board using SEGGER JLink/SWD programmer , For same of the boards when connected to custom board and trying to select the device...
I am trying to integrate nRF7002 into my application firmware, by using the "wifi/sta" example in NCS3.0.1.
My application has CONFIG_NRF_SECURITY=y and PSA enabled and...
Hi, i have application with buttonless DFU and boot loader. I am able to upload distribute zip package to the board via nRF Connect and nRF Toolbox apps on Android . But the...
Hello everybody,
I tested the example: https://github.com/Rallare/nrf51_ble_app_hids_kbd_consumercontrol/tree/SDK11 on my customer board (and on the DK52) with the NRF52832...
Hi,
1. After studying about power profiling and application examples/ble_peripheral/ble_app_pwr_profiling, came to know that this example currently supports advertising...
Hi,
I am establishing a Bluetooth mesh network with nordic boards (nRF52 DK) having one provisioner and many provisionee devices. But I have one doubt, if I remove the...
Hello,
We are developing wearable which has NRF52 as main MCU. We are looking for suggestions to select proper sensors like Pedometer, Heart Rate Sensor and 128x32 OLED...
Device:Nrf51822
SDK:SDK12.3
Device name consists of "scanner:" and four digits。But sometimes the device name display error。An extra character appears in the device name...
Hi,
I've undertaken my very first custom Bluetooth PCB project, choosing an nRF52810 as the MCU of choice.
Having already tried and tested a SparkFun nRF52832 breakout...
Hi all!
Antenna that used in nRf51822 developement kit:
too big for my design, so I tried to use antenna that I copied from TI AN430:
There is devices that use...
Hi,
I am following procedure to configure mosquitto using this link http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Fiot_sdk_user_guides_mosquitto...
Hello,
I'm working in a bootloader based on the one included with SDK15. I want to add a timer that fires every 50 ms to keep track of time. The purpose of this timer is...
Hello everyone,
I'm new to embedded system and I'm working with the NRF52 and more precisely with the DW1001 (NRF52 + DW1000).
The Decawave device (DW1000) is already...
Hello,
I am trying to run a simple ble_app_hrs example from the SDK v12, but I am getting the same error as in this post devzone.nordicsemi.com/.../
Building ‘ble_app_hrs_pca10040_s132...
Hi,
UART and UARTE are specified in data sheet. these are separate UART or one UART and configured bt software. Please explain.
Thanks and Regards,
Harikant
So literally, I cannot trust what IAR is doing. Running version 8.22.1, it crashes every time I attempt to debug an nRF52832 device (SparkFun board).
I've already programmed...
i'm using uart for debugging, works fine and dandy except when in app_error_handler.
There only the first character is being printed before we go into an infinite loop. Inside...