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 everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
In SDK 8 for the nrf51422, notifications are always being sent as 20 bytes, regardless of p_len. The BLE_EVT_TX_COMPLETE event stores the proper number in tx_length, but the...
Hi everybody.
I am making an application which combine ANCS and UART on PC100028 (nrf51 SDK 9.0.0). This program worked properly. However when I add DFU service (dfu_dual_bank...
I am currently using Nordic's UART code and wish to build to use the UARTE rather than the legacy UART. I am currently using the following definitions in nrf_drv_config.h...
I use the S110 V7.3.0
I use the uart function ,I can use the uart function is OK.
But ,I need save power.
How can I turn off the uart function,while I was start the uart...
Hi,
When trying to update an application using nRF Toolbox on iPad, I get the error as in
this thread .
Turning Bluetooth OFF and ON does not help. On Android it works...
I tried the latest SDK 10.0 and Softdevice 8.0.3. I compiled UART_OVER_BLE examples and it works well with Android and Windows Mobile phone. However, when tested with iPhone...
Hi,Nordic and all great guys,
I am a new developer for NRF51822, and quite unfortunately ,we have a complex application to develop. We need to run code in the main thread...
Hi,
I know how to change the name of the device using
BLE_GAP_CONN_SEC_MODE_SET_OPEN(&sec_mode);
err_code = sd_ble_gap_device_name_set(&sec_mode,(uint8_t const *) DEVICE_NAME...
Hi,
I am developing a custom profile for an application.
This custom application works fine with Master Control Panel and nRF toolbox on Android.
I am also developing...
Hi,
I am using the sample ble_gls code from Nordic.
Currently it advertises for 180 sec and than resets or goes into sleep mode.
If i want to advertise continuously what...
Hello,
I am just starting working with the nRF52 development kit and have a couple guidance questions. I'm very new to the Keil environment and am having a little trouble...
I'm using s130_nrf51_2.0.0-4.alpha as central and do some testing with channel map.
I set the channel map before I'm trying to connect to a peripheral with:
ble_opt_t...
Hi experts,
I want to send 20 packages from nrf51822 to phone, so I tried to call sd_ble_gatts_hvx() repeatedly until BLE_ERROR_NO_TX_BUFFERS returns, then sent left packages...
I have a question about the NRF518222, we using 3v coin cell battery as power for Ldo working mode.
The connection between the devices and mobile phones, regular, disconnection...