Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
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...
Hi All,
I'm trying to test the ble_app_hrs_rscs_relay example on an nRF51822 (256 Ko flash / 16 Ko RAM) with the softdevice s130 but unfortunately the program is not being...
I am using ble_uart_app on SDK_11 nRF51-dk s130.
I would like to send binary hex data instead of ASCII. Looking at ble_nus_string_send(), it seems that sending binary hex...