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...
I use BLE mesh github.com/.../nRF51-ble-bcast-mesh
but when I use the master control to write values to update the values of services, the following error occurs: "global...
Hi. All.
I am in the process of update SDK 9.0 from 5.2.
Meanwhile, SPI couldn't read from external flash's data.
Unusually SPI works well before infinite loop, I tested...
Hi there is a problem in github.com/.../nrf51-UART-examples
any one can help?
I put empty loop in main, and comment off all ble related int. and I process uart_evt by...
I want to use the nRF51-DK board as a programmer for my target. As I understand it, this can be done with the signals on P19. However, there is one signal, EXT_RESET, that...
github.com/.../nrf51-UART-examples
Hey any I was trying to test the example, the one with BLE
I test
APP BLE sending --------shows on PC UART software
However, I can...
Hi,
I would like to ask if someone has experience using the AES. I n eed to be absolutely sure that the user SW can use the AES HW block for own custom usage. If yes, Are...
I'm using SDK's interface for AES ECB block, but getting a hard fault when ECBDATAPTR is redirected at ecb_data in the initialisation function:
static uint8_t ecb_data...
I have built the dfu_dual_bank_ble_s110_pca10028 project and attempted to load the ble_app_hrs_s110with_dfu_pca10028 application. I did find that if the use the S130 softdevice...
Hello,
I have a nrf51822 chip using s110 SD. I am trying to read a serie of 14 bytes from UART. If the device is connected to a phone with BLE I receive the correct values...
When my nRF51 DK is only a board without any software.How can I make it work and support for mbed?
If I have to flash the SoftDevice, the bootloader by using nRFgo Studio...
Hi All,
Am developing an app that communicates with an embedded device through Bluetooth low energy.
The embedded device is sending the data in hex format say "35AE51BA44...
Does sample code exist for the pstorage module?
I am calling this code right before advertising_start() in the heart rate monitor application for the newest SDK. It doesn...
Hello,
I used ble_app_uart_c and ble_app_uart exemples on 2 tiny ble boards and S130.
Write and notifications are very slow. Does someone have an idea ?
Connection...