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 want to implement a single bank ble dfu bootloader for nrf51822_QFAC. I already read most of the threads regarding this topic here in the DevZone. But now I`m...
I am developing some application and I have decided to use Device Addresses to distinguish between devices. I have read device addresses of 2 chips (I have read addresses...
Hi,
I am working with Gazell device and host example code from the Keil pack installer, using the default the data rate of 2MBit, so per Nordic's documentation the timeslot...
I confused that I run a SDK 9.0.0 example ble_central_and_peripheral app_s130_demo on my nrf51 SDK. then use Android App MCP to scan Advertise data. it did not work.
but...
I'm faced with a curious problem.
The examples of nRF52 SDK 0.9.2 have linker sciprt like this:
/* Linker script to configure memory regions. */
SEARCH_DIR(.)
GROUP...
Hi,
I bought two PCA10028 DK boards, try to start with the simple example with SoftDevice S110.
I download the application to the DK board by nRFgo Studio.
First...
Hello,
I bought 2 modules from this site:
www.elecfreaks.com/.../nrf24l01p-pa-lna-v31-rfm05-p-142.html
People are saying it's working great, but for me, there is something...
I had slightly modified a TWI example (using nrf_drv_twi) to work with one of my sensors; It's basically the same with a different function called to handle the received data...
I'm trying to test the throughput improvement of the S130 alpha softdevice vs S130 V1.
I notice a couple of changes in the API that I'm not sure how to handle:
First...
I've been using the ble_app_uart example with S130 on a nRF51 DK board. I wanted to add an interrupt with some GPIO pins. So I added GPIOTE interrupt handler but the compiler...
Hi all,
I want to ask you if it is possible to program nRF51822 chips (Cortex-M0) with J-Link OB assembled on nRF52 preview DK (Cortex-M4F).
I have some older boards with...
Hello,
I am working on pin interrupts and was able to handle with 1 pin interrupt. I used GPIOTE port interrupt. This is the code snippet for initialising:
NRF_GPIO...
I am trying to get my system with a hardware RTC generating periodic interrupts every 30 seconds to sleep between interrupts. I'll paste the code below, but here is the problem...