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.
I've developed my BLE application that is based on nRF518822 and softdevice S110 v.8.0.0.
I've defined 6 services (4 with 2 characteritics each and 2 with 1 characteristic...
Hello everyone,
Im triying to replace the original 3D imagen from Thingy 52 Android App, but always i replace it for another one, the apps Crash when i go to Motion menu...
I have been developing a program for the nRF51-DK that reads an input value from an analogue input pin and displays this on PuTTY(terminal emulator software) using the UART...
This is for the nRF51822.
I have done some tests where I configure a pin as input with pull up enabled and then reconfigure the pin for an adc measurement with 1/3 prescaler...
Hi,
Just wanted to point out that I noticed that after pressing Button 1 to put the device into connectable advertising mode, LED 3 turns on as expected. But if the connectable...
I want to make a PCB with the nRF51422 chip on it. Is there a way of programming it externally using the nRF51-DK? If so, what connections do I need between the PCB and the...
Hi all,
I am finding that the RTT Viewer is very unreliable at changing colour when sent commands from two different nRF52-DK boards. The text is coming out correctly,...
I'm trying to generate pulse oximetry service (PLX) with Bt. Dev. Stud. and NRF5 plugin. PLX Spot-check meas. and PLX featurees characteristics are generated pretty well and...
Greetings,
We've got a product which has a NRF51 device on it, which has since updated the design to NRF52. Both variants have a DFU feature.
For the NRF52 I can positively...
Hello, I'm using nRF51822-mKIT for a research.
I recently posted a question related to "reading ADC value from analog input", having issues with reading proper ADC value...
Hardware: nrf52 DK
Software: SDK v13
I want to use SAADC to sample some analog data (main function of my device), but It seems to be noisy. In attachment spreadsheet with...
When P0.15 is held high, the nrf_cli fails to talk to my computer via serial.
Lowering P0.15 allows all buffered bytes to be sent to my terminal.
Oddly, Pin 15 is not...
Dear Nordic:
I want to build project only using command line tools. So I refer link text to study solution.
I do step by step according to the tutorial .But when I use ...
#define BLE_UUID_OUR_SERVICE 0xABCD // Just a random, but recognizable value
typedef struct
{
uint16_t service_handle; /**< Handle of Our Service (as provided by the...