I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
In the past few months I got aware, that some, in my opinion simple questions, get marked with
"This comment is under review"
and then nothing happens. For weeks, even...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hi,
we've been trying to reduce power consumption do I able to connect unused pins to GND directly?
Trace 1,2,3,4 do I able to connect to the GND?
Thanks, in advance...
Hi,
I am the first time programming with nordic and Segger. As I received the Thingy91 I just the getting started assistent to set up the toolchain.
This worked fine so...
I have the following setup, master (Nrf24L01) and several clients (Nrf52840), the clients listen, the master sends a message to one client and switches to listen. When the...
While most of nRF5 DSK modules have conditional compiling, such as
#if NRF_MODULE_ENABLED(BLE_DIS) the components/ble/ble_services/ble_dfu/*.c lack these macros. In my project...
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...