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...
I am investigating using a front-end module with a nRf52840 in an 802.15.4 application. I have seen the 802.15.4 stack in the nRF5_SDK_15.3.0_59ac345 SDK. It looks like there...
We have an application for using the 802.15.4 protocol with a nRf52840 and a Front End Module. We are looking for an approach to take for integrating the FEM control into...
Hi,
I'm trying to figure out if my device is suffering from errata 172.
* How can I know if I'm using Ble_LR125Kbit or Ble_LR500Kbit? * I'm trying to use the function...
To the kind attention of Nordic support team,
I would like to do a question that is not strictly related to Nordic, but I hope your expert can kindly give me an answer,...
Hello,
I am a student who tries to make a smart IoT project using nRF9160 DK and Arducam OV5642. I am searching on the internet to where to start, but I cannot find any...
If all you need is changing PHY, Tx power and Device Name in a standard nRF52840, do you need building a new bootloader from the scratch or the is a way to edit the standard...
Hello,
I'm experimenting with the nRF SDK for Mesh v3.2.0 and a nRF52832 DK, specific with the LPN example.
I want to enable BLE DFU support so I followed the instructions...
I am programming with SDK15.0. Then I use nRFgo studio to download the merged program to the DK board. But it reported a validation failure. So I tried to download softdevice...
I am building a project that is based on the custom service example https://github.com/bjornspockeli/custom_ble_service_example but I don't like how it advertises in a way...
Hi!
I am trying to test the Immediate Alert Client application example (ble_app_ias_c) from nRF5_SDK_15.0.0 on my nRF52832 based module. I want to understand how to test...
Hello,
I'm using this example of code (nRF5_SDK_11.0.0_89a8197\examples\dfu\bootloader\pca10040\dual_bank_ble_s132\arm5_no_packs) with my custom board to perform a dfu....
I have a peripheral device based on the nRF52832, using SDK 15.3.0. It uses a bunch of the standard services, including the TX Power Service, plus a custom one. When I connect...
What would be the best example to start with if i have to send the sensor data from nrf52840 to a mobile application using SDK for mesh? I have asked this question before...