Hello,
Could someone give me a hint with the following problem?
I am using two example projects (ble_app_uart_c, ble_app_hrs) to connect a central and a peripheral.
An...
I created xml file for heartrate server using bluetooth developer studio and the plugin nRF8001_Arduino (plugin nordic semiconductor for arduino)
the generated xml file...
I read this older post ( devzone.nordicsemi.com/.../) and have a similar issue but with enough differences that I felt it was worth a new question.
I have an STM32 MCU...
I am having an issue with running the initial blinky example that came with the nRF51 PCA10028 SDK in the Eclipse IDE . I will include screenshots of the issue. I believe...
I use nRF51-DK and nRF51-Dongle for a BLE sniffer.
Always the sniffer fails and marked with an error "Encrypted packet decrypted incorrectly (bad MIC)".
It can not be...
Hi,
I'm using long write in one characteristic but if I try to configure this characteritic with write authorization (attr_md.wr_auth = 1) it doesn't work. I need to send...
Hi, I disassembled an Acer Mouse and saw a chip named "NRF A 3152c 1517UH". Can anyone identify the chip or provide me with the data sheet for it.
Regards,
Steve
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...