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...
First of all ,i download the SD7.0 to my device, then i download my app to my device,in this case
my device's curent is 100uA.
First of all ,i download the SD7.0 to my device...
Hello,
i need some informatiorn about the layout of the nRFgo Motherboard. More specific i want to build a board which is connected to the ports P0, P1, P2; therefore i...
I'm trying to implement a burst transfer between to nRF24AP2 devices, but I have serious problems getting it to work.
The burst messages are send on a reverse channel to...
Hi, I need to read an analog signal 100 s/s which takes 68us at 10bit. There is very little computation to be done once read probably about 10us which I can do to the previous...
I am experimenting with calling sd_flash_write with waiting,
if it returns NRF_ERROR_BUSY, just try again, and then return either success fail
void flashWrite( uint8_t...
Hey ho,
I'm new to BLE and Nordic. I'm a student from Germany and i want to realize one simple function with Arduino (RedBear Blend with nRF8001) and Android.
I want my...
Hello,
We've heard that the BLE transmission packet length may be increased beyond the limit of 20 bytes in a future version of the S110 softdevice. Would you let us know...
Hi
I struggle to understand mechanisms of switching particular subsystem of nrf51822 off and on again in order to consume as little as possible current when MCU is put...
Hi
I have an ADC that just recive, but i will need to make an buffer that makes tx values and just send them to a output pin.
So I wonder how i should code this and if...
I have made custom compiling environment using gcc. I precompile some parts of my software and send to team members .o files what they use in their project so that they don...
Hi, I am using an nRF51822 EK board to develop a custom application and I was wondering about the usage of the SoftDevice. Under what conditions should I use the soft device...
I have recently updated my DFU code to use the source files in SDK 6.1 to be able to OTA upgrade the SoftDevice and Bootloader. I've been able to get the Application to reliably...
Hi,
I am a newbie and would like to build a solution that combines nrf51822 with Arduino. Is this possible.
I find that there are many nrf5001 + Arduino solutions, but...
Hi,
I try to use APP_ERROR_HANDLER(err_code) with a custom error code ( for example 25) in a custom function. Error code reported is correct, but error line and filename...