[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, is there an available developer in my tri-state area of Minnesota, N. Dakota, or S. Dakota? Please call me if you are available for a project for hire. The developer should...
HI.
I Want DFU In Application So I Want to Write DFU Data In Internal Flash. Device configure has total 3 links... 2 -Pheriphiral Link and 1 Central Link use in my project...
Hello,
I am trying to decrease current consumption as much as possible. I am using ble_app_uart example, sdk 16.0.0, s112 v7.0.1, nrf52810. when I edit
to
...
Hi.
We have developed custom device based on nRF9160 and we are facing a some problems related with GPS fixing. Sometimes it takes hours to fix, even we are getting signal...
Hi,
I have blocking TWI operation in app_timer callback to read fifo from accelerometer. It works just fine but I want to make it non-blocking to decrease current consumption...
Goodmorning,
we are looking for a development kit to test the transmission for the following purpose. We need a system with one receiver and some transmitters (up to 5)...
Hi
I want to share how quickly start developing for NRF9160 with CLion, just in case someone tried and struggled, or someone really annoyed with Segger development experience...
Hi,
I am using nRF52 as a twi mater to read some data from a touch sensor, I want to perform below operation:
twi start
twi rx register_a for few bytes
repeated...
Dear Nordic team,
we have seen your announcement regarding BLE 5.2 audio: ( https://www.nordicsemi.com/News/2020/01/Nordic-launches-a-Bluetooth-LE-Audio-Evaluation-Platform...
Hi Nordic,
we are working on NRF9160_DK board ,we need to establish cloud connectivity but we are facing sim card network issue, we have activated sim card through 'nrfcloud...
I tried to download the firmware for nRF52DK , but almost emtly file was in the ZIP package. Only this file (12 kB): led_softblink_pca10040.hex
This certainly cannot be...
Hi,
I'm working on sending reliable message from server to client. It totally works fine if the message is less than 24 Bytes but then I got error when it's larger. The...
Hi, i am trying to add on_adv_evt in ble_app_beacon example. I modified sd_ble_gap_adv_set_configure(& m_adv_handle , &m_adv_data, &m_adv_params) to sd_ble_gap_adv_set_configure...