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...
Good day. I'm working on a custom board that uses nRF5340 as the main MCU with a WIFI module, nRF7002. The nRF5340 and nRF7002 are wired based on the nRF7002DK. When I uploaded...
My project as above.
I'm developing my code in nrf52832,with nrf SDK v17.0.0.
I try to add some customized params by FDS so that I can get them after the next run.
The...
Hello,
I am having trouble reading an interrupt on an nRF5340. This is on a custom board using the ISP2053 SIP.
We are using the high speed SPI interface on pins P0.08...
I'm unsure if this is the correct place to post since this is not a Nordic-specific issue.
I am using the P100 which is a nrf52840 connected to an HL7800 through a UART...
hi all
i want to use a chip antenna for nrf52840
but un data sheet there is not any sample layout or component details
for example i want to use this chip antenna
...
Subject: Query: Interfacing OLED SSD1306 with nRF52832 on Zephyr
Dear Zephyr Dev Zone Community,
I hope this message finds you well. I am currently working on a project...
Hello! The S140 7.3.0 SoftDevice docs say it requires 0x27000 of flash, but the SoftDevice hex only occupies 0x26634 bytes. This leaves 2508 bytes of hopefully unused flash...
Hello, I'm trying to confirm whether the front-end module (FEM) is actually active in my application. Here is a summary of what I have done so far:
Updated prj.conf...
I followed the example described in https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.2.0/nrf/ug_nrf52_developing.html#fota-updates
and the loaded the SMP Server example...
Hallo,
currently I test several options in regarding the use of advertising. I have a few nRF52840-DK and use Zephyr 2.7-99 and ncs. I have a question regarding combined...
We are using SDK v2.6.1 for our application, along with the Fanstel module WT02C40C.
In our application, we provide internet connectivity to the WT02C40C module via a mobile...
Hi,
I have a makefile generating an elf and then a hex and bin file for a nrf52 project. Now I builded up a zip file for bootloading. Which works as well.
Now in our CI...