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 would like to connect n antennas (through RF switch) to a single nRF52 that would do phase comparison between the n received signals. This is something related to I/Q sampling...
I know it is a pretty basic question but I can't manage to understand the documentation enough to pass the tutorial predeterminate code. If someone could help and tell where...
Hi,
I am trying to write a program which send data through notification. All is working, excepted that once the notifications are done, the device automatically disconnects...
I have an advertising device (NRF52DK+SD132_V3.1.0+SDK_12.2.0) where I whitelisted an address corresponding to my NRF51 Dongle (0xDA509C569622).
While the dongle is initiating...
Hi, At the moment I am using nRF Toolbox to upload DFU *.zip files to our devices. We have been finding that the devices will become unresponsive after a firmware upload,...
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...