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,
with the new version of the bluetooth website, i can not find the link to overview the profile,service,characteristic and something else related to it.
thank you.
In this previous discussion on minimizing power consumption on the NRF51-Dongle, it says:
You are using evaluation kit or
development kit and LEDs are connected
on...
My system is a BLE peripheral with 2 states. There is a characteristic that represents the state, and it can take 2 values: 0 and 1.
You can read the state, write it (force...
When the supply voltage drops below 0.6V and then get back to 3.3V the nrf51822 starts up in an undefined state and often some flash pages are corrupt after that. Is this...
Hello,
We're currently running softdevice s310 v2.0.1 with SDK 7.1.0 on the nRF51422-QFAAE0 (ie. rev 2). We're planning on upgrading to the nRF51422-QFAAF0 (ie. rev 3)...
Hi!
I was using SDK11 alpha previously and when the official version (89a8) got rolled out I started integration. First thing was the missing S210 and S130 softdevices...
Hi together,
I'm using the NUS example (NRF52832) for client and peripheral, which is running quite well. My goal is to inform the peripheral application when notification...
Hi,
I am using nrf51822 chip and i have compiled the TCP Client example from IOT SDK in eclipse.I am using Master control panel as a central device to discover the device...
I want to measure a current consumption for the 3rd-party evaluation board which has 32MHz crystal and 32KHz crystal, and there is not PO.18 on the 3rd-party evaluation board...
Hi,
I use nRF51822.
Is it possible to change a beacon timing of the advertiser by a trigger of the acceleration sensor in the advertising mode?
Thank you for any...
Hello everyone,
I compiled the nrf51-app-button-examples without any error and warnings but it is showing me this error (No cortex -M Device found in JTAG chain / Target...
According to PCA10028_Schematic_and_PCB.pdf (Rev 1.2.0), page 7, there should be SB22-25 surrounding TP5-8:
On my PCA10028, I have TP5-8, but no SB's there:
What...
Hi All,
I'm having a problem with my application which involves regularly sampling I2C slave data and sending it over Bluetooth. The I2C slave generates an active high...
It looks like the RTC0_CONFIG_FREQUENCY define in nrf_drv_config.h which is located in nearly every project may have a typo. The define is listed as 32678, and the RTC1 define...
I am seeing a problem identical to what's described in this question . I'm using SDK version 10.
My timers work fine for a while, but then suddenly and seemingly at random...
Hello, I am trying to build Smart beacon kit firmware from sources.
From ble_app_beacon folder I have built the firmware using armgcc (with the proper makefile) and got hex...