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 I would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
Hi Nordic.
Now I am working on a BLE smart card and am adding an external power amplifier. For low power consumption, i decided to give power only when I want PCB doesn...
Hi,
I tried to use nRF52 evaluation kit to program my custom board for that I have used Debug port P19 in evaluation kit. It was working in the beginning but after sometime...
Hello,
I tried to follow the instructions in this tutorial: github.com/.../nRF52832-buttonless-dfu-development-tutorial
1) I flashed this file via nrfjprog: examples\dfu...
The power estimation tool on https://devzone.nordicsemi.com/power/ maxes out at a minimum interval of 7.5ms and a maximum payload of 27 bytes, with 824mA average current....
Hi,
We need to develop an android app that can only scan a nordic ble and send out advertisment packet in our own customised UI and format. Getting the NRF_connect android...
Hi . .
I want to read the data and sent over ble UART app (via ble )
For that I am using Twi sensor ,in order to send the data what are the changes I need to do in twi...
Purchased nrf52840-DK boards for evaluation. Tested ESB protocol example successfully using Segger environment.
1. I could not find any prints on my host screen after i...
hi.......
how to choose the slave address for peripheral device ?
i am using nrf52382 and segger version 15.2
because i want to pass the address in twi sensor
guide...
Hello, Professional,I meet a strange phenomenon,now I use the nrf52832 IC, when I use the ble_app_hrs_freertos in SDK 11, the Power consumption is nomal, The Average current...
Hi,
I am using nRF24L01P and facing issue of RF Performance varies with batch to batch of nRF24L01P with built-in Antenna. To evaluate the performance of the IC and Antenna...
I am trying to run the blinky example together with freertos (nRF52840 pDK, pca10056, segger studio), so I took the hrs_freertos example and added ble_lbs service from blinky...
Hello, I bought part number NRF52832-QFAA-R7 (E0). I dont know (E0) mean. I can't find any information about it in datahseet. Is NRF52832-QFAA-R7 (E0) similar with NRF52832...
Hi Nordic,
Hardware: custom nrf52840
sw: nRF5_SDK_15.2.0_9412b96
Target example code: blinky_rtc_freertos + led_softblink
Problem faced: I want to integrate this 2...
Hello
Long range demo uses SDK15.0 with softdevice 6.0.0. It is working properly.
I changed softdevice to version 6.1.0 in the peripheral. After that, the central no longer...
Hi,
I am using 15.2.0 version with sdk 140 . As per the application of project I have added ble_app_buttonless_dfu to the usbd_ble_uart code. I have already added SAADC...