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 have trouble in flashing a simple nrf51822 via the nrf51-dk.
Can anyone ensure me that this simple wiring should be able to upload an hex file onto the nrf51822...
The Peer Manager is currently in experimental state and is not recommended for production and same for the device manager for some sdk.So which SDK should be preferred
Hi,
Im using S130softdevice.i wanna make dimmer by using experimental_ble_app_blinky project on gpioet
But i have a problem with detecting 10 milisecond time (it means...
Hi,
I am new starter in Nordic platform. I am using device nRF51822-CFAC, the SoftDevice is S130_nRF51_2.0.1(Id: 0x0087).
What I am doing is to put NRF51 into system...
Hi,
I'am tring to test the dfu by secure bootloader.I had done all steps like: Test the BLE Secure DFU Bootloader application by performing the following steps .But I found...
I am implementing an SPI master to communicate with an accelerometer using the SPI HAL directly. My chip is marked nrf51822QFACA11609AC. I have implemented blocking functions...
Hi,
When the UART is configured to use FIFO , i use the UNUSED_VARIABLE(app_uart_get(rxdata));
to read a buffer from FIFO.
how can i also receive a number of bytes...
Hi,
I want to do this cycle with GPIO without interrupting it on NRF51 with BLE softdevice:
PIN1 to HIGH level
read value of PIN2
PIN1 to LOW level
Repeat...
Hello, I'd like to do directed avertising to a central which has a random private resolvable address. My idea: both devices share a pre-defined IRK so the peripheral can compute...
I tried, but it does not work.
for(int y=0;y<100000;y++)
{
if(nrf_uart_event_check(NRF_UART0, NRF_UART_EVENT_TXDRDY))
{
nrf_uart_event_clear(NRF_UART0, NRF_UART_EVENT_TXDRDY...
Hi,
We have a little issue that we at the moment need to cycle power on v3 nRF51822 after DFU.
We have determined the the reason has something to do with the whole complicated...
I attempted to add spi_master as below, but I am in trouble with link error.
If anyone knows the cause, please tell me.
*** Using Compiler 'V5.06 update 4 (build 422)...