Hi all!
My question is:
My own application is built based on the example "ble_app_template", and according to the nrf51 SDK - Examples - BLE Peripheral, this example...
Hi,
I am using ancs service to get some information of my iphone.
I use nRF51822 microcontroller and Nordic suggests to use the new SDK (5.2) for new microcontroller...
Dear sirs,
My purpose is to transmit stereo HiFiaudio from one source to two speakers wirelessly.
The speakers have their own power amplifier.
The problem is that the...
My goal is to control a RC toy drone (4-ch 2.4GHz) from a PC. I've seen some hacks (for example dzlsevilgeniuslair.blogspot.com.br/.../more-toy-quadcopter-hacking.html) using...
Hi Team,
Is it possible to implement the iOS application to track the iBeacon Component after closing the application(Background processing).
Please provide any example...
Hi Team,
To implement iBeacon what are the things to be take care at the peripheral side.
Whether the code for advertising the peripheral in "CoreBluetooth" and "CoreLocation...
Hi, I have both the nRF8001 dev kit and the nRF51822 Eval Kit (EK). We are using the nRF8001 for most of our project with the BLE Arduino SDK. But I wanted to just load a...
nRF52832 & SDK 15.3.0
I have the opposite problem to the one described in https://devzone.nordicsemi.com/f/nordic-q-a/60117/relationship-between-ble_stack_init-and-current...
hi I using nrf53832 and I used the your SW Bootloader from the SDK
we burning the application using BLE communication in your SW I see abort message NRF_DFU_OP_ABORT
I...
I've been piecing examples together and I think I'm getting close. I'm using the NRF52 DK PCB.
I can get the RTC to trigger callbacks but it seems to be running way too...
Hello, I'm an android developer.
I stuck at this problem while I was doing my job.
My task is to put BLE DFU function into our app.
To achieve this, I have put...
Hi,
I am Developing an Android App using Android-nRF-Toolbox source code.I want to develop this app using the NUS and DFU libraries.
I am a bit new in Android-App development...
https://api.nrfcloud.com/v1#tag/Messages/operation/ListMessages looks like:
The link highlighted in yellow is broken. Where is the documentation about device messages...
Hi Nordic team
Is there a smartphone available meanwhile to support LE audio streaming to the headset (nRF5340 Audio DK)?
Or are there IOS or Android OS updates, that...
I tried to establish communication between the two development boards and the phone. The specific process is as follows: One development board works in slave mode and the...
hi team,
I am using nrf52840 device and version is nrf52840_xxAA_REV3.board version is pca10056.i have one doubt every file and programme's are flashing throuh interface...
Hi,
I'm doing migration from sdk 1.9.1 to sdk 2.1 according to procedures mentioned in Migration Guide. All dtsi migrations were done sing script and later on manually reviewed...
I am using the NCS (2.0.2) SMP SRVR example with the bt-overlay.
I can connect via Bluetooth, but once I start the DFU update via nRF Connect I get an "Authentication is...
I have AES ECB encryption working on the NRF5 system, but I cannot get it working on the Connect SDK.
I have found CONFIG_CRYPTO_NRF_ECB config, but this seems to require...
Hi!
I'm trying to run SPI slave on nRF5340 - doesn't work - project doesn't even build, the SPI master is running.
Can I see an example of NRFX SPI Slave for nRF5340?