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...
Hello,
I am trying to run the A-GPS sample program but am encountering a bit of difficulty with the SUPL code.
I had to modify the LTE connection code to allow access...
Hello,
I am using nRF51422 DK running on SDK v12.3.0. I am migrating the project examples/ble_central/ble_app_uart project from Keil uVision to Segger Embedded Studio using...
Hi,
I am trying to toggle one pin via PPI when receiving event on another pin - code snippet below:
#include <stdbool.h> #include <stdint.h> #include "nrf.h" #include...
Hi,
What is the fast way to stream data from NRF52840
1) Using USB interface and virtual com (CDC)
2) Using UART interface and extenal converter as DTFI
Please Advise...
Hi,
I use SDK16 and S140 softdevice v7.0.1. I try to send a binary file from mobile to nRF52840 (PCA10056). I download examples\ble_peripheral\experimental\ble_app_ots project...
Hey Guys,
I am trying to send a mesh message to a group address using nRFMesh application in IoS. After accessing the Groups tab, it is showing as "No models configured...
Hi there, I'm trying to build the IOS-nRF-Toolbox, with the hope of using it as the basis of our app. But, I cannot build it with the following errors:
/Users/admin/Documents...
I know there is Current consumption common conditions in the datasheet. (table19. nRF9160_PS_v1.2.pdf)
There is VDD level but It's not described the VDD_GPIO level.
1...
Hi,
I am following the tutorial https://devzone.nordicsemi.com/nordic/short-range-guides/b/software-development-kit/posts/getting-started-with-nordics-secure-dfu-bootloader...
Hello,
I really find this tutorial useful and substantial. I followed the steps in downloading the github projects but I got the following errors when compiling (Note: I...
Greetings everyone,
I am a beginner in this and would like to ask for help in reading battery level.
Battery info: 3.7V, 100mAh, 0.37wh.
I have tried to read on the...
hai ,
i my application i need to update ota over serial . i m using nrf52840 and sdk 15.2
step 1 : at first flashed uart boot loader code on my board
step 2 : updated...
Hello
I am testing connection between nrf51 dongle and my BLE keyboard using heart_rate_collector sample.but there is an issue with on_service_discovery_response.
my BLE...