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,
I am using nRF Connect SDK 1.7.0 and wrote a light-bulb-device. It has two identical dimmer-endpoints and I reconized there is a bug with the ZCL Groups cluster....
I am using nrfsdk17.1.0 I had used 3 timers in my application. one timer starts in main function, second timer starts in the timer handler of first timer. My second timer...
Hello,
I am using PCA10059 (nrf52840 dongle) with nRF Connect for Desktop v3.9.3 - Bluetooth Low Energy app v3.0.0 to test my target that is using random resolvable address...
Hello,
I want to communicate with the one master and four slave devices. For this I have merged ble_uart for the data communication and multirole exmple for the multiple...
I just installed VS Code and the Nordic SDK today for the nRF52DK I just bought. The list of compilers is for Visual Studio and Pic32 but I don't see anything that looks suitable...
Hi Nordic,
is there a place where i can find the information about the maximum throughput that can be achieved for 20 peripherals connected to one central? On your documentation...
Hi, I am using FreeRTOS on the RTC and my FreeRTOS timers are called after the correct number of ticks, but the time between the ticks doesn't seem to correspond to reality...
Hello,
I made a project based on the usbd_ble_uart_freertos example and added peer manager for secure connections.
It works in a way that someone can open the uart port...
hello,
i am using nrf52832 with lis3dh accelarometer and max30205 temperature sensor in our customised board with sdk 15.2 in my driver for temperature sensor i am using...
Hi,
I have developed an App to connect and communicate with a BLE peripheral. I used the nRF52840 device. Now I would like to change the firmware so that only my App can...
Hi, I am working with nrf9160, I want to convert INT64 timestamp value to CHAR array with sprintf. I use %lld but sprintf said only "ld" if I use %ld it convert only low side...
I have experimented with asset_tracker_v2 sample application using Cat Tracker sample in AWS. In addition I have created my own application which uses the same JITP certificate...
Hi, we have downloaded the latest nRFtoolbox for iOS from Github.
It compiles fine except it won't upload to our device or simulators.
We get this message:
The package...
Hi,
SDK: 14.2 Software device:332(5.0.0)
I want to use a bootloader to update my APP image. So I use DFU example and change some setting as below
/components/softdevice...