Suppose there are 10 BLE peripherals in a room and one BLE Central,then is there any way i can get the list of available peripherals[name or id.. etc]?
I am using NRF5182...
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...
Hello,
I'm new to pretty much all of this, but I'll do my best to explain my issue. As the title says, I'm currently trying to get a LSM6DSO sensor to work with the NRF52832...
Is there a way to avoid duplicate board targets if I have the same repository in two different places on my machine?
Or some way to ignore a workspace path so they're...
I am working on a project using ncs 2.2.0 on the nRF52833DK.
I have a very simple requirement, which is to save an id-data pair in Non-Volatile Storage and be able to change...
I made an example based on the NVS sample code (Connect SDK 2.2.0) which simply reads a value from the storage partition if it exists, then updates it if either it's different...
We have a system with a central device and a peripheral both based on nrf5340. The central device is also a Broadcast source and the peripheral is also a Broadcast sink in...
I’m working with the Audio Application (from the Nordic sample program) on an nRF5340 Audio DK as a gateway, and a custom board with an nRF5340 as a headset. The custom headset...
Hi, I'm running the fatfs sample using an Actinius Icarus board (nrf9160) and a microSD card, connected via SPI. The original sample works as it should (it mounts and opens...
Before setting `CONFIG_USERSPACE=y`, my image size is ~680KB. After setting it, it overflows my partition by ~60KB. The partition size is ~840KB, meaning userspace has added...
Hi,
I am testing the BLE beacon sample on the NRF54L15 PDK, and it was successful as I was able to detect the beacon using the NRF Connect scanner. However, when monitoring...
I am developing the LE Audio feature for nrf5340. My project is based on nrf5340_audio demo, base on NCS 2.7.0. I am not very familiar with sysbuild. In NCS2.4.0, I am able...
Hello.
I want to install the nrfutil on my macBook(pro m1).
https://www.nordicsemi.com/Products/Development-tools/nRF-Util
I downloaded the nrfutil install program...
It is my understanding that most Bluetooth designs piggyback off of manufacturer QDID's, which are qualified with Bluetooth SIG for specific Bluetooth stacks. We will be using...
I have problem placing MCUboot secondary to external flash. I have been testing using nRF9160DK. Project compiles fine but device doesn't boot after flashing the firmware...
I know Atmel's AVR microcontrollers have V-USB project , that is a firmware-only USB driver.
nRF52832 does not natively support USB as it lacks a USB peripheral.
Does...