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...
Hello,
I try to generate 4 PWM signals on an nRF51 DK board, but I have two troubles :
in the "Simple PWM", during nrf_pwm_set_value() function the TIMER is stopped...
Hi,
I recently ordered a usb dongle. It has PCA10031 board. The chip shows "N51422 QF ACAB" printed on it.
What SDK should I use? 6.1.0?
What board file should...
Hi!
I am using nRF51 SDK v6.10. I try to analysis the "spi_master_example". Source codes is
working well. But I couldn't understand how the "spi_master_send_recv_irq(...
I have an android application, which one can set and unset the LEDs of my nRF51422 EK. But sometimes when I click to fast the command will not be send. So I would like to...
Hello,
I want to know if it is possible to configure a button to act with different Detection delay.
In other words I want to have a single button to be able to trigger...
Do we have KiCad version of nRF51822 QFN48 reference design? We looking at open source toolkits, including Eclipse, so KiCad comes into picture.
Thank you in advance!
The test code:
int main(void)
{
sd_softdevice_enable(NRF_CLOCK_LFCLKSRC_RC_250_PPM_250MS_CALIBRATION, softdevice_assertion_handle);
temp_init();
unsigned int aaa...
I have a follow-up to this question: devzone.nordicsemi.com/.../
We are interested in dynamically changing the supply voltage because our space-constrained design requires...
Hi,
For my custom PCB, I am using the PCA10004 as reference in order to determine if the maximum possible range has been achieved. However, I am seeing only about 20 feet...
Hello I'v just ordered a NRF51-DK kit.
I'm looking at the different tool chain. In my application speed is critical 16Mhz is actually bearly enough, so my question is:...
I have a USB dongle with an nRF24LU1p that has a few SPI pins but is missing the RESET pin. I would like to be able to program it via SPI but the SPI programming protocol...
nRF51 RTX 4.74.0-3
SoftDevice S210 V4.0.1-3
Created a timer for 5 seconds interval.
It turned to be 4.4 seconds. with or without softdevice enabled.
Anybody else has...
Hi,
Access to the UART hangs the execution of the experimental_ble_app_uart_s110_pca10028 example.
The phenomen occures In the file simple_uart.c when checking for the...
This may not be a major disaster,but it bothers me:
I have written an application to read data from an ADXL345 accelerometer (using SPI) and print out the data on a console...
Good morning,
i still couldnt find out if it is possible or recommended to use the PPI together with the s110. i checked the example in the sdk documentation but it was...