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...
Using nRF5_SDK_16.0.0 with the example: examples\ble_central_and_peripheral\experimental\ble_app_interactive. The terminal has been replaced by a PC application sending commands...
Hi,
I want to use flash area of nrf9160. To do it, I have created simple example using predefined samples on zepyhr project. My goal is to write a data to flash and read...
I have followed your tutorials on implementing custom service and one on custom characteristics. Everything works when adding only one characteristic. When calling sd_ble_gatts_characteristic_add...
Hi,
I have built my code on top of ble_app_template and im using a custom service. My problem occurs when sending data from an android Samsung S9 (and possibly other android...
Hi,
we have designed the nrf52840 custom board.The programming is working correctly in the custom board using the gnd detect,vtg swdio, swd clk pins.Here the problem is...
Hi,
Is the Errata 15 applicable to Softdevice?
Does Softdevice at any point read the RAM state using RAM[x].POWERSET and RAM[x].POWERCLR registers?
Thanks,
Just...
Hi Now I'm developing using nRF52832, and trying to estimate programming time.
So, I want to know what time to wrie one word "tWRITE" mean exactly. Does it mean that one...
Hello, I am currently building a wireless sensor network, and I am searching for a transceiver and not a complete system on chip. I was working using NRF24L01, and now is...
I tried to write in flash since a couple of weeks.. and i am not able to do it... I am using SoftDevice... so i think i have to use Persistent Storage Manager Where can i...
Hi Devzone:
I am using the example project "fsorage" on nRF52840.
I see the project specifies the range for the flash storage to be
.start_addr = 0x3e000, .end_addr...
Hello
I am preparing for Bluetooth SIG certification. I use nRF52810 / SDK15.0.0 / S112 6.0.0.
I've been helped by Nordic about QDID before.
https://devzone.nordicsemi...
Hi there
After initializing the SoftDevice S132 V6.1.0, I request the HF crystal by calling the function sd_clock_hfclk_request():
Later in the code, after a BLE connection...
SDK:V16.0.0
chip:52832
development kit:window+keil
I trying to combine libuarte and ble_central\ble_app_multilink_central\. My project work well in ble_central. But...