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 everyone,
I am currently working on a project that requires ICM-20648 and nRF52832. Is there an I2C driver available for these devices? The end goal would be to display...
I am using Keil and nrf52 dev kit to write some UART over BLE code if I set a break-point in nus_data_handler() it cause a reset to run soon after stepping though some code...
Hi to all,
i am developing an product based on the nrf5240 soc and i want to implement an hid device. after receiving some commands from HID i need to gather user presence...
Hello Nordic Support,
I am using SAADC on nRF52840 with nRF5_SDK_15.3.0_59ac345 .
I use the following configurations:
The SAADC value, as I have been using is signed...
HI
I use SDK nrf52-mesh-light-switch-client-server-proxy-master with nrf52840 PDK。
I need uart module,so I add include path,c file to the project.
add header file ,...
While in our application the nRF52840 advertises with the new address we assigned, but when we jump to the bootloader (our bootloader is almost exactly the same as the DFU...
Despite numerous reinstalls nrfjprog fails with the error code nrfjprog DLL load failed. Command line was nrfjprog -f NRF52 --readcode test1.hex. Windows 7 64 system.
Hi guys!
I want to develop clock function and for this issue, I am using the timer from SDK 15.3 peripheral examples.
Unfortunately, the clock speeds up every iteration...
Hi there,
I'm working on an ARM based system running buildroot 2019.02.4.
The mikrocontroller is connected to a nRF52840 via USB and I want to use nrfutil to update the...
I am using nRF9160: LTE Sensor Gateway to connect wiht nRF52832. My problem is I cannot re establish connection between the nRF9160 and the nRF52832. I have tried to create...
I am using nrf connect app on ios , the device is getitng on device mode but it is not showing DFU button on it , but it is working when using android app of it
And...
I want to generate a custom delay of one microsecond without using any timers By simply Executing instructions I want to generate. is there any possibility please let me know...
I have a rather strange issue.
I developed an application on the nrf52832 which amongst other, communicates with an ST Micro accelerometer LIS2DE12. The application works...
Hello,
Library seems to have limitation to 1kB. I'am talking about deffered mode.
You can increase NRF_LOG_DEFERRED_BUFSIZE >1kB, but it will crash if you try to print...
Hello, I am new to developing with nrf and have been trying to follow tutorials on individually setting pins as output. I am working on just getting a specified pin to blink...