IUsing the Master Control Panel application on my Android device to connect to my nRF51822 module (acting as the GATT server), I have implemented the Device Manager (v10 SDK...
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...
Per the nRF51822 product specification the NVMC ERASEPAGE operation takes up to 22.3 ms, about 730 ticks of a 32 KiHz clock. This is 365x the maximum delay between the watchdog...
For evaluating the nRF52 for a project I need to demonstrate BLE 4.2. secure pairing with NFC
I want to use two nRF52 eval boards but I need two software examples: One...
Dear
The BLE Multi-link example (ble_app_multilink_central and ble_app_multilink_peripheral)
shows how one central device can connect to multiple peripheral devices. ...
Hi all! I have an application where i perform a "write command" with a device on the characteristic value of another device (client). I want on the client that when it receives...
Hello ,
I have an idea of using nrf51DK along with another external microcontroller both of them are connected via SPI inerfacing the aim of my question can i use the bootloader...
Hi, I am working on Eddystone project i.e nrf5-sdk-for-eddystone-master now I need to add the dfu support to it the problem I am facing is explained below
In SDK nRF5_SDK_11...
Hi,
I am using nRF51422 with S130. I want my application to blink a LED every one second. For now I am using App Timer which solves the purpose but the current consumption...
Hi, I have been trying to figure out how to get the IF BOOT/RESET button on the nRF52 micro-controller working. I have defined "CONFIG_GPIO_AS_PINRESET" under C/C++ in the...
Hi all,
I seek an advice on the passkey topic. Have been researching the topic all day but still have some confusion. I am running SDK 10.0 ble_app_uart example on nRF51...
I have a quick question pertaining to the instruction sequence that occurs immediately after the anti-collision completes:
I am working on implementing a Type-4 tag library...
Following this thread , I tried to upgrade my dongle from s130 v1.0 to s130 v2.0.
I'm using windows driver 0.5.0
Tested both binaries for 0.5.0 downloaded and compiled...
Hey all,
What I am trying to achieve today is setting RAM retention on nRF52.
As it is stated in Product Specification of nRF52, RAMON register is deprecated ans shouldn...
I have 2 nrf51-dk with softdevice 130 (one as central, and the other as peripheral), i use sdk v.10.
I have read and follow central tutorial , and all works.
Now, I...