Hi to all Nordic product lovers,
This is not a question but rather an announcement of a new nRF52840 based finger tip size module 14 x 9 x 1.6mm launched at CrowdSupply...
Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Hi to all,
i am developing a device that in it i need to measure voltage of battery to report percentage of battery to user, but the voltage that i measure with ADC is different...
Hi,
after migrating from SDK12.2 to SDK14.2 we encountered a problem with GAP Security.
When setting optimization to -Os, the program fails with BLE_GAP_EVT_AUTH_STATUS...
Hi all,
I am trying to use uart-app (segger example in SDK15) to generate hex file, which will be programed to nRF52832 later with Softdevice by nRFGo Studio. ((Instead...
Hi,
we are using the NRF52840 DK and we would like to use our own antenna. We saw on others posts that we have to connect it to the J1 connector's place.
We have some...
Based on the Product Specification v1.0, the antenna load impedance should be 15Ω+j88Ω.
I checked the antenna impedance based on Figure 32.
The simulation result is...
During the development of nrf52832 (SDK14.2), I occasionally get NRF_FAULT_ID_SD_ASSERT error. When the NRF_FAULT_ID_SD_ASSERT error occurs, I can only get the information...
Hi Nordic,
I am working on a BLE based application. In my application, I am forced to use SPI and TWI of same instance.
I am using SPI1 and TWI1. Earlier I was working...
I'm adding key protection to DFU, a batch script is creating the bootloader_config_default.json. I'm using mesh SDK 2.0.1, but started developing using Mesh SDK 2.0.0. When...
Hello everyone,
my question is related to the time interval t TXEN = 140 μs from the radio timing table in the datasheet of the nRF52832-SoC ( http://infocenter.nordicsemi...
Hey Guys,
I am facing problem with building bootloader_secure example. I am using makefile for this purpose.
I am tryng for buttonless dfuimplementation, but the first...
Hi, I was trying to measure the current consumption on my PCA10040 dev board.
I have followed the online guide to prepare the board. However, when I connect the Amp meter...
Dear Nordic Team,
Thanks for supporting. For secure DFU successfully worked with nRF51422 (DK51 PCA100028). But its not work with my application board based on nRF51822...
Can anyone explain SAADC code under peripheral in SDK 15.00 for nrf52dk? and how can we use the data of analog read in ble to send the analog read data?
Hi,
I'm having problem with flash storage. First it's flashed with the writing code uncommented. Then I reflash it with the writing code commented like in the snippet...