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...
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...
Hi
I use nRF52832 and SDK13 and Central Device project.
and my device has not bonding function so may I mask my central device pm_conn_secure call
here is my part of code...
Hi,
I got the nRF52840 preview development kit and I am trying to follow the quick start guide here:
link text
It works fine for me up to step 7, where I am supposed...
Hi
I have gotten a Nordic PCA10040 hooked up to a Sparkfun nRF52832 as described near the bottom of the page here: learn.sparkfun.com/.../nrf52832-breakout-board-hookup...
hello,I'm having a problem with the ANT application,I have two pieces of the PCA10040 board as a ANT connectivity board for a ANT application board.According to the instructions...
Hi,
what is the default tx_power value in new v13.0.0 SDK in the ble_app_att_mtu_throughput example?
I can't find the use of the sd_ble_gap_tx_power_set() function which...
Hi,
After configuring the nRF51422 as a SPIS slave 0, we get the following error when trying to create the slave instance:
static const nrf_drv_spis_t spis = NRF_DRV_SPIS_INSTANCE...
Do you have any ready made example where beacon and NRF52 DK are communicating will each other.
Our idea is that beacon sends data to the NRF52 DK and NRF52 DK sends the...
Sorry if this is obvious but I cannot find the units of nrf_esb_config_t::retransmit_delay
in the SDK documentation, it just says: "The delay between each retransmission...
Hej,
I'm working with the nRF24L01+ and the ATmega328p programmed in c. The goal is to have both TX and RX mode in the same device, mainly work as RX but in certain conditions...
Dear sirs, I've had a difficult time establishing communication between my nRF24L01+ board and the SPI bus on my Arduino Uno R3 microcontroller. Could you please provide me...
Hi all,
I am thinking of using a GPIO pin's "SENSE LOW" to wake up my device from SYSTEM OFF mode.
In order to avoid the device keeps waking up in case the pin stays low...
I am using an nrf51822 DK with a (so far) very simple code along:
main()
{
//... init I/O
run();
}
Inside run:
run()
{
uint32_t retval = NRF_SUCCESS;
...
Hey,
I recently got the nrf52 DK and tried to make use of the app_button library to have easy to use debouncing.
As far as I understood the library, the event should be...