I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi, I am using SDK 15.0.0 and FreeRTOS 8.2.1 (from SDK 14.2.0).
I consistently get a stack overflow on the Idle task, caused by PendSVHandler in port.c
This can be easily...
Hi,
I'm using nRF52832 on nRF52 SDK v15.0 with S132v6.0. I know that 52832 support high throughput and advertising extension. We have more than 31 bytes data to put in the...
Hi,
I have created up to 5 custom services with several characteristics (4 at maximum) each one. They all use the same base UUID.
The problem I'm facing now is that when...
I am adding CLI service with my existing project developed based on ble_app_uart.
CLI Init function :
static void _cli_init(void) { ret_code_t ret;
#if CLI_OVER_UART...
Hi,
to be able to send more advertising data, i want to cyclical switch between different advertising packages. This already works so far.
Do i need to include the AD...
Hi there,
I am assessing the possibility of replacing a low-power MCU in one of our products with an nRF device.
Currently, our low-power MCU spends most of its time in...
Hi, all. I am trying to add a GPS module to the nRF52840 DK, just like what is done at this post. https://devzone.nordicsemi.com/b/blog/posts/nrf52840-long-range-demo
But...
Hello,
I want to write multiple words using the usb keyboard. I am working with usbd_hid_composite example on SDK_15.0.0_a53641a. I am able to write just a letter using...
i.e. it would be similar in type to the nRF24L01 radio code, but obviously different since it's part of the vastly different nRF52.
Any examples to draw upon?
Unable to get logging information for SAADC example project in SDK versions 15.0.0, and 15.1.0.
I have no problems accessing the logs for the ble_uart_app example project...
I want to do power profiling in my nrf nrf51822 devices. Nordic don't have any online tool to calculate current consumption for the nRF51 series. So how to calculate current...
Hello, We are using nRF51822, SDK12.3.0 and softdevice S130. It is a multiprotocol application using the softdevices' timeslot feature: Our protocol running in timeslots concurrent...
Greetings,
We are currently certifying a device to be compliant with FCC & IC rules in the US & Canada. The upper band edge measurement is failing on advertising channel...
Dear Support,
We are in pre-certification phase with our product using nRF52840.
For RF testing purposes, our testing house asked us to provide the following, and I am...
Dear Nordic,
I configure a GPIO pin to PWM output, from this diagram, if we enable `PIN[0].CNF.INPUT`, we can read GPIO status while the PWM is running. But I check the...