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.
Hello,
I would like to implement an interface with an external SPI ADC using the nRF52832.
The ADC has a RDY (ready) signal that goes low every time a new sample is ready...
Hello,
I have simple custom PCB with nRF51822.
I am trying to make it advertise like a beacon, by program it with ble_app_beacon example from nRF5_SDK examples.
I have...
I'm playing around with the experimental ble hrs with NFC pairing example, and I cannot seem to get it to work with my Android 6.0.1 Moto X Pure. I tap the phone to the NFC...
I have been trying for a long time to implement ble_uart_app with static passkey on SDK 11 s130 on nRF51-dk.
There are a couple of threads on this feature.
devzone.nordicsemi...
I am using ble_app_uart SDK_11 s130 on nRF51-dk.
I want the received characters to be buffered into a string until a new line character is received. The relevant code for...
Hi,
I am trying to attempt the RTT tutorial and I am not able to complete the first task.
I have included the SEGGER_RTT.h deader file, copied RTT and Syscalls folders...
Hi, In my project I need to read a characteristic value, I'm using nRF51822, nRF5_SDK_11.0.0_89a8197 and s130_nrf51_2.0.0_softdevice while I reading it takes around 700ms...
Hi, I'm using ble_app_uart application from latest nRF52 SDK on IAR compiler 7.1 and PCA10040 board.
When opened, it losses all "defined symbols" on Preprocessor tab on...
I am relying on the link below to implement pstorage.
infocenter.nordicsemi.com/index.jsp
I am also using device_manager in my app which may conflict with pstorage....
I'm using SDK_11 on nRF51-dk. I'm trying to use pstorage to store configuration settings. There are threads providing examples for pstorage but none for SDK_11. Which is an...
Hello,
I have include stdio.h library file and configure uart . Used printf to print data over uart to terminal.
Now I wants same thing reverse get data(scanf) from terminal...
i have ble running perfect in nrf51422 until i turn timer 2 on and this is code for init timer2
void timer2_init(void)
{
NRF_TIMER2->MODE = TIMER_MODE_MODE_Timer;
...
I am running ble_uart_app in SDK_11 s130 on nRF51-dk
I am trying to detect certain pattern received in the UART Rx.
Here is my code.
void uart_event_handle(app_uart_evt_t...
I'm running SPI master (spi_master_tx_rx) at 4MHz for multi byte burst reads. As seen in the attached screenshot there are 5.5µs delays between the bytes. The delays increase...
hello there ,I am writing spi code for slave which has 19 bytes of data. my nrf51 is master.
now my slave has clock polarity =1, clock phase =1. i am uploading project...