Can I get uuid of central device from peripheral device(nrf51822) ?
I want to check out which smart device is connected.
May be I can tell central is iphone4s or iphone5...
Recently s110_nrf51822_7.0.0 softdevice has been released. I cannot find specification where those new amazing features (they are impressive, indeed :) ) are described, so...
Hi All,
Please correct the following in my understanding. Also , i am planning to build a
remote controlled device using a PWM output. How does ATT,GATT and GAP affect/influence...
My board works most of the time are very good,but one time i power down the board when ble connecting and data transmitting,the board can't work when power on.and i can't...
Posting this as separate question as it got no traction in the other thread:
Why are there many of the same include files in the DFU example directory as in the S110 7...
Hello,
We are currently using the NRF52840 with SDK 17.0.2 with S113 softDevice. We have our own boot-loader implementation. Is it possible (advisable) to perform an Over...
I try to folloe the tutorial devzone.nordicsemi.com/.../nrf-connect-sdk-tutorial---part-1-ncs-v1-4-0 but this failed. What did I try
1. install on macOS using setup assistant...
Hello there,
I have been using RTT viewer since a while and its works fine only if i program that board without DFU, and if i program this board with DFU it says " could...
Hi there,
I have spent the last week trying to understand why my board, which is largely identical to the DK had various BT robustness issue; it was basically impossible...
Hi,
We want to use the NFC of nrf52 to develop a payment card. And we will use RATS to exchange data, does the NFC of nrf52 support this? Is there any code or lib or example...
base on https://www.u-blox.com/sites/default/files/Add-NordicSemiconductorDFU-to-SDKexample_AppNote_UBX-19050198.pdf
modify some of the code here:
main.c:
basically...
Hi, all.
I'm using nrf52840, s140, pca10056
I also want to add a scanning instance to the ble_app_uart example.
So, refer to the example of ble_app_uart_c, I a dded...
Hi, all
I'm trying to add scan function to ble_app_uart peripheral example.
So I changed NRF_SDH_BLE_CENTRAL_LINK_COUNT '0' to '1' and NRF_SDH_BLE_TOTAL_LINK_COUNT ...
The project I'm working on will have multiple subsystems which will be reused by multiple applications. Similar to zephyr/samples and zephyr/subsys, and nrf/samples and nrf...
Hi I wonder if i can make 16Mhz interrupt by HFCLK.
I tried to find some example about that but i couldn't
Can anyone help me to get a example of HFCLK interrpt ?...
Hey all, I'm trying very hard to understand how UART over USB works by following through the USB CDC ACM example in SDK 17.0.2 on the nRF52840DK, but I'm still new to this...
Dear Nordic DevZone team,
I have spent some frustrating hours trying to find the difference between configuring my tiny application with nrf9160dk_nrf9160ns or my custom...