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 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...
When playing around with the nrf5340 Audio demo using nrf5340 Audio eval kits, if you play a tone through USB and transmit that through the Gateway to the Headset, you can...
Hi,
I am using the development kit nRF 52840DK running a firmware called pc-ble-driver . as USB-BLE dongle, together with the related python library.
I know that they...
The 52840 chip is stable with this and I have extended the code for my project, but I can't seem to get the 54L15 to be stable.
I will add the coredump and rebuild as well...
Hi,
I can't find any documentation for what the behavior is for the SPI API in Zephyr when the count of buffers in an spi_buf_set is > 1. In a transceive function, are they...
Hi! I have a problem with waking up from system on using gpio interrupts. Originally I was using SYSTEM OFF and that was working fine but i also wanted to wake the system...