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...
Hello,
I have few questions about PPI.
----------
1. How to configure PPI channels that runs one after the other? If yes, is there any example?
Because I have two...
I'm having trouble getting the Secure Entry gateway functions to work out of RAM. The nRF9160 datasheet has RAMNSC configurations, so it should be possible. We're able to...
Hello,
I'm not able to locate the QDID for S113 v7.2.0, associated with nRF52832 and SDK 17.0.2.
The product page for S113 indicates that S113 is Bluetooth 5.1 qualified...
Hello,
two part question;
-when a device is registered with the FCC, there is a good amount of documentation uploaded to the FCC website like test reports, photos of the...
Hi I'm wondering if anyone has any tips on implementing a I2C recovery sequence with NRFX 2.3.0 (as included with Zephyr 2.4.99). I've seen this discussed https://devzone...
Based on zigbee sdk 4.1, in the sample code of light_switch, leaving the network and joining the network are completed by buttons, the code is as follows:
Seen from the...
Hi, my BLE application on nRF52832 is designed to select two mode to operate with 3 position slide switch when power on like ON(Mode 1) - OFF - ON(Mode 2).
At Mode 1 position...
Hello.
I'm using nrf52840 to sample the voltage from the wireless board and then send the data to the PC via Bluetooth.
With the help of DevZone, it was able to construct...
Hi,
I have downloaded and installed nRF Connect for desktop - Bluetooth Low Energy. Now I want it to operate as a peripheral that can send connectable advertising packets...
I'm having an odd issue with libUARTe sending a TX buffer twice.
I have a custom board using an nRF52832 running an application based on SDK 15.3.0. The libUARTe code was...
Doing development on nRF52 DK board using buttonless DFU example and SDK 17.0.2. Running SES on Win10 and gnu compiler.
I've set up a 1 mS timer to run timing in my main...
I am using the ble_app_uart in combination with the f_storage example to write data to the flash memory. A issue which arises is that, when a softdevice is enabled, the nrf_fstorage_nvmc...
I am using Mesh SDK v4.2.0 and my goal is to get the device MAC from the UUID that is available from p_evt->params.unprov.device_uuid available on the prov_evt_handler callback...