I am using SDK_11 s130 on nrf51-dk. When err_code is any value other than NRF_SUCCESS, APP_ERROR_CHECK(err_code) will cause nRF51-dk board to reset. How can one get APP_ERROR_CHECK...
Hello All,
I have problem with ble_app_uart which are not support DFU services.
When I am implement both services device will not advertise. and when ble_nus uninitialized...
[symptom]
I want to update my application/bootloader/softdevice by DFU.
Steps are shown below.
bootloder/softdevice update
if 1 step is done, application update...
Dear Developer Zone,
I am new to ANT and am looking for someone to help me to setup an example 15 channel (14 devices) ANT network using the S332 soft-device to test communication...
Hello,
i am working with the Enhanced ShockBurst proprietary protocol and i am wondering where I can find the sources of this protocol, so that I can do some changes. ...
[uart - Copy.rar](/a master _error.png ttachment/3cc01f5e2484d2b0f33e62befd3e6a62)
hello there
I am interfacing master nrf51 dk with nxp's slave lpc11u24
(1) my main...
It is good practice to prefix the includes from one's C libraries with a directory so that they are all part of the same 'include namespace'. Unfortunately the Nordic SDK...
Hi,
I am using a nrf52840 dongle for sniffing the bluetooth connection between 2 devices. These are the wireshark logs
What I could see is it initiates the pairing with...
I have a custom board with a nrf9160 on it that has been working for the last three months but last week when i was evaluating low power modes on the board i couldn't talk...
Hi,
i am using SDK version 2.1.1 and recently we had a problem due to the errata 160 which is fixed also in SDK 2.1.4
I am using Toolchain Manager 1.5.3 and i cannot select...
Hi,
we plan to use the nRF52832 in a new project, where we will need ANT support.
I've seen that it is possible to use the nRF5 SDK and the SoftDevice 332 to have ANT...
Hi everyone, I have a problems when I build custom board NRF54L15. I build this project for custom board for nrf52833. It's okay and no error. After that, I change this board...
Hi!
I am testing the nRF54L15-DK with 2.9.0 SDK and have some questions:
1. MX25R64: - why is it used in 1-bit (spi) and not 4-bit (qspi) mode? - OTOH this setup saves...
I have issue in newest SDK 2.8 of nRF Connect for VS Code. When I change something in prj.conf or in the source code, I often have to build and compile two or more times to...
I have looked at forum_post_1 , forum_link_2 and forum_link_3 . In short, I am following instructions for my_dongle . I have ncs 2.6.1. I have clones of nordics git repos...
I notice in github.com/.../nrf802154_sniffer.py that there is a line saying: TODO: Add toolbar with channel selector . I know extcap supports these toolbar controls and a...
Hi
At nPM1300 product specification V1.1 page 148(8.1 Schematic)
The control I/F between nPM1300 and nRF5x is TWI(I2C), and there is four signals(SCL, SDA, Reset, INT...
Hi guys,
I've been working with the NRF52832 in the past days and I'm having issues with the GPIOTE interrupts.
It seems that there a latency of around 30us until the...
Hi! I created a unittest in my project using Zephyr CRC Unittest Example . It passes nicely using command line. However I cannot fix squiggles error in test code. I get following...
I am using NRF52833 Microcontroller to read data from the PCR based radar sensor. I am using NRF Connect SDK Version 2.6.1. I need help regarding reducing the power consumption...
Hello,
I'm new to the nRF5340 for BT/BLE; and was looking through older DevZone posts to see if I could find an answer to my question. Specifically, in RE: Query - Nordic...