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...
hi,
I am developing with nRF 52832 on my own board. the code worked fine until I added the UART_init() function. my source code outputs an error message.
i reinstalled...
Hello,
How reset device from code to take effect of enabling access port protection? NVIC_SystemReset() doesn't work. I can read flash using j-link.
Device: nRF52832
Hi all
We are experiencing high current draws that lead to 51822 chip failure under some circumstances. By looking at this thread
https://devzone.nordicsemi.com/f/nordic...
Hello there,
I am developing a coap based client-server application which has thread mesh network. Client is a sleepy node here.
Dev kit: nrf52840
Thread SDK: nRF5_SDK_for_Thread_v0...
Hello everybody,
I want to see integer number with use NRF_LOG_INFO . I try to this;
But RTT_Viewer show like this;
"You have 536881776 trial rights."
I have to...
I am using Nordic NRF528321 with SDK 11.0 and soft device S132 as ble central.At peripheral side it is Nordic NRF51422 with SDK12.2 and soft device S130.I am trying to pair...
Hi,
I'm on nrf52dk platform.
I have flashed the MQTT publisher firmware in IOT section provided in nRF5 SDK 14.2, config the ip address and auth info in code; established...
Hello, I am using nrf52840 PDK, sdk 13.0.0. I managed to read accel, gyro data from the MPU9250 using MPU library based on this example . However, I got magnetometer reading...
Hi guys,
I start with SDK13 and i want to create SDcard saver same information every 5 second on card. This is my code, i have no idea why it din't work.
I red that...
Hi,
i am trying to compile nrf51_sdk example using linux
I have 1- gcc-arm-none-eabi-4.9-2015q3 in location /usr/local/gcc/gcc-arm-none-eabi-4.9-2015q3
also install...
Hi there,
How in the question title, what could be more efficient? use a nrf_delay_us or Timer with HFCLK source.
I am creating a custom protocol to transfer data between...
Hi, is it now possible to flash (via DFU OTA) a nRF51X without the nRF Dongle, but with a generic BLE dongle on Windows 10 ? Thank you for your answers.
Hello,
I am using Nordic's iOS library to perform DFU in our app to upgrade firmware on some BLE devices. Before the DFU, the app scans it as "Paradevice", but reads it as...