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...
Hello
I got error in getting the mac address with available answer( devzone.nordicsemi.com/.../how-to-get-mac-address-using-nrf5340_dk) in forum. I tried to paste that code...
Hello,
I got saadc example on my nrf5340 dk running and now I would like to plot the incoming serial data.
saadc code example: saadc.zip
changed the way I got adviced...
Hello
I use the sample project for alarm (zephyr/samples/drivers/counter/alarm). I was able to build the sample and run it on NRF52DK (PCA10040) with NRF52832.
I tried...
Hi,
I am using window 10
I am trying to connect to the nRF52 DK, but it does not show me the files on the board as it is explained in the how to connect to the DK.
Also...
I have successfully built my project in VS-code for the Thingy:53. Because I don't Have a debug probe I cannot flash the firmware from VS-CODE. What are the files that need...
I was using Power Profiler app with PPK2 for capturing data on long period(48 hours) after 2 hours of running the app is crashed.
Detailed Error message
System Report...
So I am using an nRF5340DK with the "central-bas" example project. I added the MCUBoot-Bootloader by adding "CONFIG_BOOTLOADER_MCUBOOT=y" to the prj.conf file and it works...
I am implementing a port for nRF52832 for our custom communication stack. Devices are time-synchronized, radio operates in destined time slots. During the radio inactivity...
Hi all,
I am using NRF5340 with nRF Connect SDK v1.9.1. And I want to add my own .h and .lib(GCC) file into my project.
Please tell me how to do.
Thanks a lot!
Target nRF52832(nrf52dk_nrf52832) SDK NCS v2.0.0 My project base: \nrf\samples\bluetooth\peripheral_hids_keyboard
Hello. I want to increase Tx power for test. I already...
Hi.
On my production line, the first station is an automatic flashing machine, it takes the components from the reel one by one, connect, flash my program and pack again...
Hi Everyone,
I am currently developing a BLE application.
I have noticed that advertisement events do not cause the CPU to return from sd_app_evt_wait(), is this the...
Hello All,
I have a problem about conflict between Active Scanning and Advertising when I build my project from sample central_uart & peripheral_uart .
I want my nrf5340...