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 @ll,
I tried to get the dfu example up and running but there are a lot of problems I encountered:
- Using the device_page_generator.py the string for the public key...
Hi @ll,
I have a problem bringing the pyaci up and running.
I used it successfully for everything before but since today it is making a mess again:
When I'm trying to...
I am using secure dfu bootloader from the SDK 12.
I changed the start address of my application. In the bootloader, in uint32_t nrf_dfu_init() { } , calling function nrf_bootloader_app_start...
Hello,
I want to make a simple UART Bridge between Central and Peirpheral. I'm usign nRF52832 with nRF5_SDK v15. There are central and peripheral uart examples in the...
Hi,
I have a working application with Buttonless Secure DFU Service wich runs on nRF52832. I'm able to perform DFU without bonds, but I want to use bonding in my application...
Direct connection after disconnect I am using the iPhone 8, BLE device (51822/51422), s130, SDK 12.3.0.
and using a bonding and passkey to connect.
However, Direct connection...
Hi there
I met an error down below.
nrf_log_str_formatter.c(86): error: #29: expected an expression
if (RF_LOG_STR_FORMATTER_TIMESTAMP_FORMAT_ENABLED)
nrf_log_str_formatter...
Does the serial function operate with a soft device. Whenever i have an include statement for serial.h in a file with a softdevice I get a No such file or directory compilation...
I've been going off of the Buttonless DFU example to integrate DFU functionality into an existing project on a custom board. While I seem to have added the necessary includes...
I am programming a BL652 module (contains an nRF52832 with populated DC/DC inductors). I am programming it through the nRF52 DK in SEGGER studio.
When I run the blank (no...
Hi All,
A very general question here. I understand that using pre-defined services like the battery service help standardize the way peripherals send data to the central...
I'm using JLinkRTTViewer to look at RTT output from my code. The problem is that when I try to go into POWER_OFF, it generates a reset instead.
Is there a way to go into...
hi,
We want to position with aoa(angle of arrival) method, can it provide the One IQ-sample is a pair of in-phase and quadrature-phase samples, and Phase and amplitude information...
Hi,
I am using a nrf52840 development kit flashed with the ICMP example provided in SDK 15 and I am using a device with Bluez tools version 5.47 to connect to it.
However...