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 there.
Right now, I'm facing the issue that I want to use the camera OV7670 with the nRF52833.
I don't know how to start or what example I can take as a base to start...
Hi,
I am using EVB of RAYTAC MDBT50Q-DB (nrf52840 module) for power consumption testing,
I'm running a zephyr application on it, to debug power consumption issues, using...
I have an application where I would like to use ACLK at 12.0 MHz to drive the I2S MCLK signal and create an atypical audio sampling rate (46875 samples/sec). If ACLK is at...
Hello!
Using SDK v2.6.1 and the nRF5340 Audio application, I want to use an external button as button5 instead of the one that is on the board.
I noticed that if i change...
Sometimes I just want to compile a single file for an nRF Connect project with VS Code and the nRF Connect extension. This sometimes fails because an include file isn't found...
Hi.
I am updating an nrf9160 B1 project on a custom board in SDK 2.1.0 to SDK 2.5.3, and I am running into a problem when building. This error does not show up when building...
Hi,
Hello, I have a project that's working great but now I want to extend the abilities of the device by using the extended PHYs. I know there are a so many threads on this...
Hi DevZone!
I'm currently developing a device that has several hardware actuators and I've implemented 2 OnOff Models each belonging to an element. But right now I'm having...
Hello there!
I'm trying to enable secure boot via CONFIG_SECURE_BOOT and am currently getting the following error:
I'm using zephyr via sdk-nrf v2.6.1
Searching the...
Hi,
I just try to use the DFU over USB to upgrade the FW but i found one problem which is the process will erase the external flash data
but i put the some sensor FW data...
I'm upgrading from SDK version v2.4 to v2.7 which introduces the new Zephyr hardware model and I'm struggling with the transition. I have two custom revisions is based off...
Hello,
I am using nrf7002dk on NCS version 2.6.0.
I want to send data to an HTTPS web server using WiFi.
I saw some mentions about HTTPS in several posts on Devzone...
HW/SW Versions:
nrf52840 Dongle DK
nrf Connect SDK 2.5.2
Issue:
I'm developing a Zigbee device based on the ZBOSS, using an nrf52840 dongle development kit and there...
Hi,
We have developed a nrf5340 custom board powered 1.8 V. So we cannot use the nordic DK board to program it.
I would like to know if there is an interface other than...
I have an application where I am using the SAADC to take ADC samples. At any point during the measurements, I want to be able to stop the samples prior to the ADC buffer filling...