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 had an experience with embedded programming but never with wireless technology. I am using Nordic SDK v16.0.0 and nRF Mesh SDK v4.0.0.
Here is a short description...
Hello All,
I am working on the Nrf52810 board with sdk 14.2.
I have implemented the read ,write , delete feature in my code.
Now it is creating new entry for repeating...
Dear All, I am trying to compile an application based on the Zephyr project for the nrf52. I am following the instructions from here .
I am using Windows. Using SES everything...
Thanks in advance.
Hi guys am working with nrf5282 (softdevice s132 V1.6.0 and SDK version 15.2.0), also enabled freertos, and also make softdevice changes rleated freertos...
Hello,
I am using nRF52840, SDK_16.0.0, S140 SoftDevice and Segger 4.16 for flashing the image.
As part of my Factory setup we want to download MBR, bootloader, SoftDevice...
Hi,
I would like to perform DFU over Mesh. I am following the steps
https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v4.0.0/md_doc_libraries_dfu_dfu_quick_start...
Hi,
anyone help me.
I am facing the issue during DFU with OTA. the steps are listed which had I done,
here trying to update softdevice.
1. Erase all.
2.flashed softdevice...
hey guys,
I want to write a c code to display temperature sensor data which is inbuilt in the nrf52840. I am using segger embedded studio. Can I get some reference code...
SDK: 15.3.0
Softdevice: S140 6.1.1
Brief usage: multi protocol radio driver 1.5.0, uart1, spi1, twi1, saadc, ble, gpiote 2 inputs, pwm1
I have been finding high current...
Hi,
I'm running into issues with the watchdog never firing. I'm using SDK v15.3.0, with S132 v6.1.1, and a custom bootloader (based off secure_bootloader example).
The...
I can successfully download an image using nrfutil dfu serial when I use a test image compiling the bootloader with the Nordic default public key.
I cannot successfully...
Hi. Is it possible at all to link a GPS module to an nRF52840 SoC and being able to advertise coordinates without having to connect the nRF52840 to the remote node? Thank...
I want to change the local device name by calling sd_ble_gap_device_name_set() and then send a services changed indication to the client so it will read the new name. The...