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,
Most of the outputs and LTE Monitor use by defaut an UART on DK. Problem on custom boards, for cost limitation, UART is not always present. Probe connector is so...
irq init as below:
I use port event, and muti-gpio irqs. Irq gpio connect a sensor`s irq pin.
I detect irq gpio level in irq_Handler(), high level is my need, the...
Hello All.
I Need help ... first time use "nRF52840"
Goal of this project is "record voice with digital mems mic and play that voice using speaker with i2s"
First...
Searching through the forum I found this guide.
"Getting started with Nordic's Secure DFU bootloader, a step by step guide"
https://devzone.nordicsemi.com/nordic/nordic...
SDK 16.0.0
nRF52DK
ble_app_hts example
The ble_srv_is_indication_enabled always return false no matter in the ble_hts_is_indication_enabled function or in the on_cccd_write...
Hi, im usinh SDK V 15.3
i was following the tutorial to add buttonless dfu to my application code
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter...
Hello,
I am a newbie and need some help deciding the path to perform the following requirement. Any help is appreciated.
Requirement:
I have Rigado BMD-350 module currently...
Hi,
I have a nRF52840 DK (PCA10056 v0.9.0). I tried the long range (Coded PHY) but it throws an error and didn't work. I read in nordic forums that the chip revision should...
We are entering a pre-production phase where the contract manufacturer must program dozens of nRF9160 modules, and we would like to offer a command-line method, to simply...
I've just got my toolchain working fine but there's now errors relating to the correct libraries being included. Do I have to have these included by running a "west update...
I use 3.10 mesh sd and 2 dk boards.
DFU example works fine, but when I try to implement dfu mode in ls example I can't achieve goal. DFU doesn't work. I follow the instruction...
When I put the code onto the test bench for battery life test it showed a huge amount of current being consumed and it droped when I turned of SAADC (ADC). Why is this that...
I have create a new DFU_public_key.c file with nrf_util and replace the existing file in the dfu_req_handling folder (MacOSX).
I had to change the name of the nRF5_SDK_14...