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...
Hello everyone,
Where can I download the LED Button application example (explained in nAN-36) for Keil5 ?
Is there any compatible version with pca10001 board ?
I...
Hello fellow devlopers.
I am experienceing very odd behaviour from the UART peripheral.
I am trying to ouput a uint8_t[48] array from the UART termainl. I am using this...
Two questions about the smart beacon PCB that is not in the design file.
1.) What PCB material did you use exactly?
2.) What type of solder mask did you use
Thank...
I compile the coap client example and drag-n-drop the hex file to a RBL BLE Nano. However, no advertising packets picked up by sniffer. Is it possible to port IoT SDK to a...
I followed the instructions in developer.nordicsemi.com/.../a00058.html and reached Obtaining the kernel: Option 2: Native build. I failed at step 3 and the error message...
Hi,
after getting the way to write to peripheral on this link I have successfully
written 20 bytes packet.
but I'm facing a latency while writing back to back data packets...
Hi all,
I'm really new to the BLE scene so I'm having some trouble wrapping my head around how to send/receive data over BLE between a central/peripheral device. In my...
We have a working application on SDK 6.X.X and I just saw that there is a new update with SDK 7.1.0
Few questions:
In the release notes for SDK 7.0.0 it states that...
Hi,
I'm using Central multilink peripheral example to get connected with Our Custom Peripheral App (iOS). I'm able to receive the data from Peripheral device, Now i need...
SDK_9.0.0
I was trying to implement 2 different UART connection parameters so I decide to use re-initialization.
My initial parameters included APP_UART_FLOW_CONTROL_LOW_POWER...
Hi, I want to get the RSSI values as much quick as possible. I have written a code which is transmitting at 10Hz for instance(that is sufficient). But The problem is that...
Dear Nordic Developers,
I'm trying to write some data to a slave and when the slave gets the write command sends back a notification. My problem is that I send the write...
I would like to use nRF51422 in commercial product and I use your SDK. There are 2 files: app_uart.h and app_uart_fifo.c that I would like to modify a bit. I would like to...