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 Sir,
According the table 19.4.2 of 52832 datasheet (v1.4), there is a start up time (0.36 ms) for HXFO.
How do I measure the start up time of my 32M crystal?
If...
Hello,
While an attempt to develop solid security mode bulded around Root of Trust starting from RTL and Device root key we found that unfortunately, it is mentioned in...
I would like to detect if a reset happened due to a brownout or an actual power off.
I tired so far using the GPREGRET and RESETREAS registers. They are useful to detect...
I have an app that works perfectly when run from the debugger, but not when started by HW reset. We use the serial port to communicate to a control processor (STM32) The Nordic...
Hi,
I was trying to test a slot circle antenna with nRF52832 which is well matched to 2.4G~2.48GHz, but it is circular polarized antenna with high directivity.
However...
Hi All!
I use nrf51822 with sd s110 to send data to android phone with sd_ble_gatts_hvx. If sd_ble_gatts_hvx returns NRF_SUCCESS then that packet get to TX buffer. I didn...
With nRF5 SDK v15, the code size became too large for the free version of UV5 , Is there a way to reduce the code size by reducing some array size or commenting something...
Hi There,
I'm stuck with Getting BLE uart working in another example.
I wasn't sure if converting the BLE Uart example into a central/peripheral application would be more...
Hi.
I want to read thingy's sensor data. I'm using nRF52840 DK.
I have tried using ble_app_multi_link_multi_role example, but there are only read button state.
How can...
Hello everyone !!!
I've recently started working with Segger Embedded studio for nfr52840. I want to add a new driver into an existing projects.Let's say GPIOTE
I...
Hello,
Recently i am working on UART application on nRF51822 based product.
In UART application code, there is no option to configure the modulation rate.
So, I would...
Dear friends,
if i adjust the tx power of nRF52832, e.g., by calling sd_ble_gap_tx_power_set(), which phase of the current will be affected in the pic bellow? just the phase...
I am struggling with getting a Secure UART(Serial) DFU operation to function correctly when I attempt to enter the bootloader with a call from my app. I am using the basic...
Hi all,
I am working on interfacing an SD card as well as an OLED Display with my nrf51422 on SDK 12.2.0.
Although, both are on SPI and hence i need to configure them...