I have successfully compiled BLE application using tutorials provided on nordic website.
but when I start doing debugging for better understanding find out that I can not...
Hey,
We got a problem when trying to figure out how to detect the custom services from Unity. We are trying to read data and afterwards to do some manipulations of objects...
I want send ble bond connection request from raspberry pi to nrf51882.
Can you please let me know which ble libraries I need to send central ble bond request to nrf51882...
Dear Nordic:
I try to use pca10040 DK and SDK is nRF52_SDK_0.9.2_dbc28c9.
Test nRF52_SDK_0.9.2_dbc28c9\examples\peripheral\UART the function work well on my DK.
I...
Sometimes windows lose the connection to the nRF51 Dongle. The only way I have been able to reconnect to the dongle is by unplugging and replugging it to the USB port. I have...
app : nrf tools on git hub
s130: sdk v11
s110: sdk v8.1.0
example : nrf_ble_uart.
after modify, it happen, is there some definition shoud modify in app?
by the war,the...
Hi......
the board advertising correct,and it work normal (connect,send and receive data),bug it's name can not display in app scan menu. the definition is "liu",but displaying...
Hi,
Is there any way to run calibration of the LFCLK at the same time as the RTC is running on the same clock?
At program startup I start the HFCLK, then run this routine...
Hello, I’m developing application for nRF9160 with Zephyr RTOS. Currently I want to add a task watchdog module with a hardware watchdog fallback. I use three threads which...
We created the transceiver side and receiver side sources by reusing the nRF5340 Audio source.
I am creating it in CIS mode using VSCode.
The build ends on the receiver...
Hello,
I am working on a project were two MCU's need to communicate with each other via UART. I am using async UART. I am stuck with this problem where after
PM_DEVICE_ACTION_RESUME...
I'm currently working on a firmware for a device where the app core and net core need to share some sensor and configuration data. I want to use the rpmsg_service for that...
Hi Nordic Community,
I'm currently working on FCC certification for a project and need to enable BLE Direct Test Mode (DTM). I'm using the `hci_uart` sample and have activated...
Hi,
I have design my own board using a µC to talk to the nrf9160 in at command. My code is working with the devboard, but I don't understand how to flash the AT command...
Hi,
I am using nRF52832 board with the SDK version nRF5_SDK_15.3.0 and soft device S132.
I have implemented the POF(power fail comparator) to generate event when the event...
I've got a project that I'm going to want to do DFU through the UART, and in order to transfer files in a follow-on activity, I want SMP running in the application. Therefore...
My question is related to LE Audio, i guess, since i have no previous experience from it. Is it possible to have a device as a peripheral for mobile phone sending data to...
Hello Team,
We would like to keep the necessary build configuration for a board in Bitbucket,which are necessary to show up the "Build" folder in VS code.So that every developer...
In our project we want to trigger the saadc with the lp_comp and read Analog input once for 2s (with 2000 Samples). In the lp_comp_handler we call:
We have set the Sample...
Using SDK 2.1.2 Trying to set up connectable advertising for specific period of time and be notified when this period of time expired. My setup sequence (simplified for demonstration...
Compilation environment :nRF Connect SDK V1.4.2
I successfully subscribed to a notification property of the peripheral using bt_gatt_subscribe, the callback function is...