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...
Hello,
I use nRF5_SDK_15.3.0_59ac345 and ble_app_multiperipheral_pca10040_s132 .c code
In that code I integrate the capsense code it's work but after some time it's...
I'm want setting Secure_Bootloader.(IAR compiler, SDK 15.3version)
I followed the following guide but got stuck in Step B.
https://devzone.nordicsemi.com/nordic/nordic...
Hi All,
Can somebody point me to a Buttonless Secure Serial DFU Example from SDK16 or SDK15.3.0 for nRF52840-DK
I would use it with only Rx/Tx that is No Hardware Flow...
I want to read all data from a cluster is there a way to pass a wild card to
ZB_ZCL_GENERAL_ADD_ID_READ_ATTR_REQ(p_cmd, attr_id);
Or is there a smarter way to get the...
My nRF9160 DK is not able to connect to nRFCloud.com. I did the certificate update just in case to no avail. I have made sure to update the modem firmware to 1.01 and I used...
Hello, and thank you for making the nRFX components open-source on GitHub!
Now I realize that it's only been up for a day :smile: but most of the changes are reasonably...
Hi,
I'm moving from the nRF52 DK to using the nRF52832
https://media.digikey.com/pdf/Data%20Sheets/Fanstel%20PDFs/BC832_V2.01_Dec-2017.pdf
It can be hand soldered...
Hi,I have some problems when disable peer manage in ble_app_buttonless_dfu project in sdk15.3.0 on nrf52810.
I disable PEER_MANAGER_ENABLED in config.h and remove the peer...
I want to save encryption state in DFU to the nrf_dfu_settings_t structure. I put a new 16-byte field at the end of the structure after nrf_dfu_adv_name_t adv_name; and whenever...
Hi,
I am specifically looking for RSSI implementation using the BLE module on nrf52840 SOC. How to obtain the RSSI values for asset tracker application on Nordic Thingy...
I'm designing a board using nRF9160 with eSIM. But according to the eSIM specifications (chip spec), the current consumption is <[email protected]. Is this continuous current consumption...
hi,
i am working on multilink. currently i connecting to 8 boards.
// <o> NRF_SDH_BLE_PERIPHERAL_LINK_COUNT - Maximum number of peripheral links. #ifndef NRF_SDH_BLE_PERIPHERAL_LINK_COUNT...
Hello,
I am using dynastream module with nrf52832. I programmed the ant module with s332 hex file and the example of ant_io_tx of s212 arm5_no_pack as below,
Im...