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...
Hi,
I've developed nRF52832 chip for our company's application,
and I found some weird phenomenon
we using nRF52832 chip with Nordic softdeivce and SDK v12,
BLE...
Hello,
I am using nRF52840, SDK_16.0.0, SoftDevice S140 V7.0.1 and Segger for flashing the image. I am using ‘ble_app_blinky’.
To reduce current I disabled NRF_LOG_ENABLED...
Hi,
Recently we have bought Thingy91 PCA20035 devices and tried to add to nrf cloud account but we end up with issues.
We followed the standard procedure to add the device...
Hi,
I'm trying to do something (seemingly) VERY simple:
I want to increment the count in Timer 2 every time a GPIO pin (17) goes from high to low, without using the CPU...
Hi. I'm programming a nRF52832 with a simple "HelloWord" code that just blinks two led. This code was created by MBED and loaded by SEGGER J-Link but I'm having some intermittent...
Misc info:
1. SDK Version: v15.3
2. SD: 6.1.1
3. Toolchain: IAR v7
I'm trying to use secure_bootloader from the examples but it's taking higher current upon power...
How easy is it to implement (or use) a simple modem-like interface to make a Bluetooth-replacement for a wired srial link between two instruments?
Like using a Bluetooth...
Hi,
I see you added support for AGPS here: https://github.com/NordicPlayground/fw-nrfconnect-nrf/commit/3849e8ae60018505e778a1b0b24c0c36f8f8b809
but I have trouble building...
There is a mesh assert in our mesh application when using a Google Pixel 3 phone (Android 10). The error occurs as soon as the device connects for the first time in the nRF...
I am able to load the project.. I have followed all the instructions from nrf connect helkp and have verified it.
tag v1.1.0 (have done west update)
using SES 4.30c as...
I started with the Nrf_tempelate project and used nrf_uart_app to add uart service in it. The application works fine after reset and as long as it is connected to nrf connect...
Hi,
Given the too many examples in the nRF5 SDK that are provided to implement BLE and the unclear documentation on how to best proceed, what would you say is the quickest...
Hey..
I'm having difficulties using P1 pins for UART.
I just changed the blinky example for checking the P1 pin changes with it. But no changes where monitored as expected...