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...
Hi,
I have relay board which is attached to the SoC module nRF9E5 and also microchip serial SPI EEPROM 25AA320 is also attached.
I have the EEPROM programmer and I am...
Is it possible to connect more than one device over bluetooth to single router (Raspberry Pi 3 under archlinux)?
I connect using commands:
echo "connect 00:4D:25:16:1A...
Hi Nordic team!
In my company project, we are using the NRF52, and, apart of other peripherics, we need to use the NFC.
As the NFC isn't always exchanging data with the...
Hi all, As I known sdk13 have bluetooth 5 features that means we can send more than 31bytes in advertising data (8xdata) right? I'm using nRF52832 and softdevice s132 v5.0...
hi,
i'm not able to have the nRF24LE1 go to sleep. I'm using the example at the link below, to which I've added code for UART and ADC usage. Is there a way to end the...
hi
i am working eclipse for setting up projects for nrf52832. When i build the blinky example there is no error but the headers nrf_delay.h are not include and the LED_LIST...
Hi,
I want to write flash using received data in BLE interrupt handler(on_ble_evt()).
When i received some data from BLE, i try to write it to flash and wait until done...
Hi
I'm trying to use the nRF52840 USB Serial UART device (aka USB CDC ACM) however I can't find a Windows driver for this device
The VID is 0x1915 and the PID is 0x520F...
I need to copy a string, but i don't know how to define nor how to copy.
This is the string that i have to copy dev_name.p_data.
I use soft device S130 in NRF51
Hello,
using the nrf Toolbox and the UART menu I can connect to my nrf52 and if I navigate back to the initial screen the iPhone disconnects but the GAP_EVT_DISCONNECTED...
Hi, I have a peripheral device which has buttons that connects to a central device which is the NRF52 board. When the peripheral device is connected and buttons are inputted...
Hello. I am at the point in my project (using sdk v12) where I need to get DFU implemented.
In my case, DFU must occur through an alternative transport that is none of...
I'm using SD132 as a central, that I want to connect to a custom peripheral device.
I first add the 128-bit base UUID with: sd_ble_uuid_vs_add(&mys_base_uuid, &p_mys_c...