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...
I'm developing a multirole device to connect to a peripheral device that we developed earlier.
The multirole device when acting as a central device it scans for the peripheral...
To the kind attention of Nordic support team,
1. I have been using secured gazell library, where master is always polling in order to receive a message.
I was wondering...
Hi!
I'm developing a TCP server running on th e nRF9160, but there seem to be a problem with accepting clients. The code is very simple, just calls to socket, bind, listen...
Hi. I've developed a PCB with nRF52832 and I'm having problems with the circuit. When I put my hands closelly of P0.00(XL1) and P0.01(XL2) the bahavior of nRF changes... I...
I apologize if this was already answered elsewhere - I didn't find it.
I have been digging in the nRF52840 source code for the serial_nRF52840 SES project to understand...
Hello, I am trying to switch from BLE_GAP_PHY_AUTO to BLE_GAP_PHY_CODED in runtime, and I need to change central event length via sd_ble_cfg_set(). Whether is it possible...
Hi, i am working on servo motor using nrf52840 development kit , i want to run parallely four servo motors , i have merged the ble_app_uart+pwm library example ,
1. As of...
Hi,
I am using an external RCT module to provide 32.768kHz square wave for the nRF52832 instead of an external crystal oscillator. When the system goes to deep sleep mode...
Hello,
I'm aiming for flashing the nrf52832 via SWD via my own SWD implementation.
I'm good so far with the init phase, reading IDCODE writing registers. Long stort short...
Hello,
I am using nRF52840, SDK_16.0.0, SoftDevice S140 V7.0.1 and Segger for flashing the image. I am using ‘ble_app_blinky’.
I modified ble_app_blinky with below...
I am getting ecg data from max30003 IC which i want to send via BLE to and application. I have the Ble code working on its own and the SPI code to get ecg data working on...
Hi,
I am working on nRF52840 (dongle) using nRF Connect for desktop on windows 7.
I was able to write the "peripheral/blinky" example and was able to see the output...
I am willing to use the uart or uarte driver to be able to have to buffers for the Rx, I have a huge flow of data at high sped arriving to the UART, I have read for few days...