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...
Dear Nordic,
Do we have ready-to-use keyboard driver with scanning/debouncing?
I've not found an example or docs about using KSCAN with gpio-connected keyboard...
I have questions related to use of UUIDs. Any help would be grateful.
The following are the UUIDs that are seen from our peripheral device during advertisements and after...
Hi,
I tried to use the exactly same code in the TWI scanner example for nrf52832, SDK15.3. Everything works fine when I flashed only the example code, which has no softdevice...
I am looking for an updated schematic for the PCA10059 v1.2.0. Everything on info center is version 1.0.0. Noticed that a resistor was added (R7) so wondering if there were...
I'm trying to debug issues in my application related to FDS garbage collection.
My application periodically runs fds_gc() from startup. At this point, garbage collection...
Hi
I got a nrf52833 dk and followed "nrf52833_heart" SDK file readme file is success
next step I install segger studio and JLink_Linux_V662d_x86_64.
wend i open studio...
Hi Devzone:
I saw two functions to write the retention register for DFU, nrf_power_gpregret_set and sd_power_gpregret_set.
What's the diffrence between
nrf_power_gpregret_set...
I'm experimenting with multiprotocol support on a PCA10056 (nRF52840) and the S340 softdevice. I need to use BLE and ANT+ at the same time, sending data to either ANT+ or...
What type of cable is required for the debug out, P19?
The specs for the port only say the number of pins, but not the pitch https://infocenter.nordicsemi.com/topic/ug_nrf52840_dk...
nrf52840 packet transmitting time measurement for TOA or TDOA
Hi I’m cu rrently working with the given nordic project “ nrf52-ble-long-range-demo ”
What I’m trying to...
Hello
Where is the the timeout for the Resolvable Private Address (RPA) defined?
only possible in the central?
can I change the timeout in the android nrfConnect...
Hi,
I am using nRF Connect (Desktop) v3.3.0 with a nRF51 dongle with the latest firmware to test my BLE device application.
My application contains 1 customized service...
Hi all,
My goal is to store large data which is approximately 300KB and send it using UART. To do it, I think I should the library of NVS on zephyr. I achieved to use it...
Hi,
I am trying to make a design for the m odule ISP4520 from ISP, which is basically a pcb with a nRF52832 and a lora radio.
However the processor on the RF52832 is not...
I need to share the LFCLK with an external device and I'm thinking on using an external oscillator like SiT1532AC-J5-DCC-32.768E
I'll set the LFCLKSRC registry as 111 (Apply...
I am setting up a build server that will take care of building our app for the nRF52 and creating the DFU files. For DFU package, I need nrfutil.
Everything is working fine...