Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
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...
The nRF51822 BLE stack API source for the above question ...
fp_handler = conn_mw_item [i] .fp_handler; For fp_handler function pointer, I want to get information about...
Hi
I defined an system id in nrf code & am able to access in the android app after i set service discovery & bonding.Is it possible to view the system id during advertising...
Hi,
I was measuring the speed using the NORDIC android application. But problem is that I cant measure accurate speed. It is showing me less speed than the actual speed.
Hi
I'm using two different designs using nRF51822 as SPI Slave.
One is using p0.07 as CLK input and the other is using p0.06 as CLK input.
I'm using the code from spi_slave...
Hi,
I get strange error.
p_evt_write data array should contains 3 values but contain only one (first).
Please take a look:
What can be the reason and how to fix...
Hi everyone.
We plan to work with nrf51422 and we need two BLE devices, One implements Peripheral role, another one implements Central role.
I would like to know if...
Hi,
I am migrating to the latest code versions (both SDK and Softdevice) but I am having issues when I start the notifications on a BLE app. The errors I am seeing are...
I have an application that uses the soft device and RTX RTOS. I am seeing a behavior I can't explain.
I use sd_app_evt_wait() in the idle thread after I have turned off power...
I downloaded the nRF UART 2.0 app for Android to a Samsung Galaxy S5, which is running Android 4.4.2. After the app attempts to scan, it never discovers any Bluetooth devices...
I have the RedBear BLE shield running on an Arduino Leonardo. I am using the ANCS Library from here: github.com/.../avr_nrf_ancs_library and have updated it to run the latest...
Hello,
I am currently working on a project that requires my analog signal to swing below and above ground. I was wondering if the ADC of the nrf51822 would be able to support...
I'm new to the Bluetooth LE world, and Nordic in particular. We have begun developing a system that acts as a Bluetooth master, and I am trying to figure out a way to test...