Hi,
I have just started using a nRF52840 PDK board with the purpose to verify BT 5.0 features. I am completely beginner working with nRF boards or nRF SDK. Anyways, I downloaded...
I have a USB host capable Android device running CentOS via Linux Deploy and everything is working perfectly except i'm unable to connect to my USB nRF24LU1+ Crazyradio PA...
Hi,
I am using multiperipheral mode in ble_app_hrs using the ble_app_multiperipheral example taking the functions on_connected and on_disconnected while connect and disconnect...
Hi,
I'm using nRF52810 on SDKv14.2 and I have changed the bootloader from 52832 to work for 52810. I could do OTA now. I found that the bootloader there is no timeout when...
Is there a way around the issue where bluetooth communication acting as a pass-though terminates the packet whenever null character is found in the packet.
SDK: nRF5_SDK_12...
Hi,
When creating and adding an characteristic to service, what the meaning and difference between these two variables:
attr_char_value.init_len
attr_char_value.max_len...
Hi all,
I have compiled the ble_app_hids_keyboard example for a nRF52832 on a Laird DVK-BL652 breakout board.
I have a tablet running android 5.1.1 and the nordic nRFConnect...
Hello,
I use the nRF5_SDK_for_Thread_and_Zigbee_v3.2.0_9fade31 with nrf52840-DK.
I'm looking for a way to get the transmit state after I sent a udp packet. I would like...
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...