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...
Question for I2S.
Execute follow.
[TXD.PTR set A] 1st
[START]
[TXPTRUPD event] (not set TXD.PTR) 2nd.
2nd transfer address use A?
How long time between...
There are a few setting options I would like to keep through power cycle like sensor sampling rate, continuous sampling on/off, etc. I had success implementing saving of one...
I'm using a PCA10056 (NRF52840 Preview DK) v0.9.1, and trying to erase the existing firmware, but running into issues.
I've tried nrfjprog -f NRF52 --eraseall with version...
Hi
I am running some thing similar to the multiprotocol ble_app_gzll example but using freeRTOS and peer manager. Effectively the the main in ble_app_gzll example is a...
In my test, light_control example consumes about 17mA, same for both of client and server.
I'm using nRF52DK, PCA10040, and SDK is "nrf5_SDK_for_Mesh_v0.9.2-Alpha".
I...
Hi,
I am using SDK 12.02 with softdevice 130 and having a odd issue here.
In my application, I want to advertise ADC value via beacon and to report the ADC...
Hello, my
m_device_state
is always NOT
DEVICE_STATE_RUNNING,
so after a little detective work I decided that it's because
provisioner_config_successful_cb...
Hello,
I'm trying to use examples/ble_peripheral/ble_app_uart with SDK-14 and NRF52 DK (pca10040).
The test case is very simple, I use python script to write data to...
Hi,
I'm useing ble_app_buttonless_dfu to get log with UART is possibly.
I want to change RTT log.
How can I do?
Board is nRF52-DK. SDK is nRF5_SDK_14.0.0_3bcc1f7.
SDK13, nRF52.
I bounded different devices into nRF52. Some of that is another device on nRF52, another devices- smartfone.
How can I distinguish for delete those devices...
I'm writing an application that requires dynamic memory allocation, and also needs to sleep in the lowest power mode for a majority of it's lifetime. I'm currently persisting...
How much does part number nRF51822-CFAC-R weigh? I'm building a parts database for a device our company is planning on manufacturing and I couldn't find this information in...
image description (/attachment/a49b3ec690a646f7bead02928ff0a381)(/attachment/a22b78f8886f98aac724a2b9785f9c25)(/attachment/00e9df542ed79773e83dde5fb38e46cc)Hi all,
I have...
Hello,
We need to extend both "ATT_MTU" and "Data length extension (DLE)" of the example programs "ble_app_uart" and "ble_app_uart_c" in S132 SDK 14.0.0. So could you please...
Hi,
I am using ble_app_uart_c code for central and ble_app_uart code for the peripheral. I am using around 4 characteristics in the NUS service. In the ble_nus_c_evt_handler...