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...
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 have a custom board with an nrf51822 device. I also have Keil 5.12 and a ULINK2 and would like to program softdevice hex file into the nrf device. I have followed all of...
I'm trying my best to get started w/ the nrfgo 51822 development kit that I got last summer, but I'm just having a hard time jumping in.
I was a little disappointed to...
I need to use a high speed PWM (> 500 kHz) in which I can vary the pulse width. In examples, it's handled in software which is too slow.
Is there any way to set a pin on...
Hi,
I am having some problems getting the s110 SoftDevice working (sd_softdevice_enable stops the program execution) on a custom PCB. I have seen several issues similar...
Hello,
I Preparing the KC (korea-certification. about bluetooth)
KC requirements as follows:
Set Test Modes
Set Continuous modulation mode
Set Unmodulated...
I'm interested in getting started with NRF51, but the full DK is quite expensive here and I don't need it. Does the nRF51-Dongle sku come with a key for downloading & using...
Hi,
Can someone tell me (definitively) what the max SPI clock speed is?
I have seen 2,4 and 8Mhz here and in recent documentation and I'm confused.
Thanks
Hi
I have been experimenting with encryption and bonding and I think I don't understand completely the bond procedure.
To bond a device, it is necessary using the bond...
HI ,all !
I have a question about PORT event function.
as the 4 channels of GPIOTE (channel0 to channel3 ) have been used for other usage.
i need to use a general IO...
The only documentation I can find for s120 is part of the nRF51 SDK . Though it isn't clearly stated the SDK assumes release 1.0.1 of S120 is being used.
The v2.0.0 S120...
Hi
I got some questions about KEIL MDK uVision5.12 PACK.
I tried uVision5.12 PACK to install Nordic SDK package. Currenly, their latest version is v7.1.0.
If...
Hi,
I get 0x2001 error in spi_master_close() at the following 2 lines.
/* Disable interrupt */
APP_ERROR_CHECK(sd_nvic_ClearPendingIRQ(p_spi_instance->irq_type));
...
I got my UART working just in basic sending and receiving.
Now I am trying to implement buffer feature and other non-blocking features. I have done this on other CPU's many...