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...
Hello,
I used to use two nRF52810 for testing.
Using Timeslot (BLE+ESB), one of the 52810 paired mobile phones Bluetooth simultaneously sends the ESB.
Another 52810...
What are all the configuration options necessary to configure the nRF9160 as a SPI slave? I'm working with a custom board and have specific DTS files I'm working with. Here...
Hi Nordic Team,
I'm quite confused and can't find a concrete answer so far on the forum, if it is a MUST to kick-off a certification at the Bluetooth SIG Group or not, if...
nRF52840 SDK 15.2
I want to control the power of sensor, so I configurate the pin like this:
nrf_gpio_cfg(AFE4403_PIN_PWR_EN, NRF_GPIO_PIN_DIR_OUTPUT, NRF_GPIO_PIN_INPUT_DISCONNECT...
HI,
I am using ".\nRF5_SDK_15.3.0_59ac345\examples\peripheral\wdt" to test “watch dog timer function.
My use case is:
1. If the program is not execute over following...
I have developed ble periphleral device to send 20byte long at every five seconds to the central. Because connecting to serial to PC, I didn't realize the device cannot not...
Hi,
I need to run RTC simultaneously with Softdevice without external low frequency clock source (32.768kHz oscillator).
I used following settings to setup RTC,
RTC_ENABLED...
I am trying to make a central device that is similar to the NUS central example in the SDK. I have a function that is the same as ble_nus_chars_received_uart_print to print...
In the ESB stack, only a sub-set of available transmitter powers are enumerated in nrf_esb_tx_power_t.
Is this deliberate? The hardware supports a much wider range of values...
I Performed a clean reinstall of all tools and packages.
core_cm4.h file exists at location: C:\..\..\..\..\..\Nordic\nRF5_SDK_15.3.0_59ac345\nRF5_SDK_15.3.0_59ac345\components...
Hello,
I would like to clear some of my confusion on multi peripheral links behavior.
My context: SDK 15.2/SD610 on 3 52840 nodes.
I am using multiple peripheral links...
I am testing a 9160DK in an area of intermittent connectivity. When the connection drops at just the wrong time my call to socket does not return. Aside from this being a...
Hello, I'm currently using the nRF52840 Dongle and i need some help. On the other hand, i have BLE ela identifiers/sensors : elainnovation.com/bluetooth-low-energy.html The...
Hello,
I am getting error -
t: 17532>, app_error_weak.c, 108, Mesh assert at 0x0002CF9E (:0)
I debugged it, it took me to the flash_manager.c - line 254 which is ...