Hello,
I have a custom application for a custom board developed using the nRF52832. This applications includes the nordic UART and DFU services. In the case of the DFU ia...
I am working on interfacing BLE between my nRF52833 device and both a mobile and a PC. The advertising process is functioning correctly; however, the connection is not establishing...
Our system was running out of external peripherals and we decided to switch over the external SPI NOR flash to a bit bang driver however this resulted in odd behaviour when...
I am on nRF52840, and ANCS can get the app name. After switching to nRF52832, you cannot get the app name. The driver of the two chip ANCS is the same, but the Bluetooth protocol...
NRF52840 and NCS
We currently have a large Thread network and plan to configure the network using the Commissioner-Joiner form of network credential distribution.
I...
Hi I am using nRF5 SDK 17.1.0.
Hi I am trying to integrate ANCS in ble_app_uart example. In this example, I am not using bsp library as it is for my custom board.
I am...
1.After I burn AP CODE, executing "nrfjprog -f nrf53 --program factory_data.hex –sectorerase" instruction will cause the following error. This issue wasn't happened in prior...
PROBLEM:
My nRF24L01 transceiver occasionally stops working (about every 2 minutes) when receiving and transmitting data packets.
I found that when the power supply occasionally...
I'm looking at the secure boot in the sdk for nrf52840 and have noticed that nrf_bootloader_flash_protect uses the ACL to protect the MBR and the bootloader from being overwritten...
Hi,
I know it sounds ridiculers, but i just can not flash bootloader into 52840.
I am under S140 v610, SDK v15.2.
I started using open_bootloader in example ( pca10056_usb_debug...
hi,
We are working on nRF9160 DK board.
One of the issues is how to save secure data (e.g, data key) into flash. Is there any examples or document on data storage APIs...
Hello,
i am developing on nRF52840 using SDK 15.2.0 and Softdevice 6.1.1.
I recently noticed, that when i first bond with the nRF52840, then disconnect and delete the...
Hello,
I am using nRF52840 development kit and I wanted to know with use of the source code of nRF blinky application can i modify as per my project requirement and make...
I am connecting debug out on the NRF52 DK to a production board for programming. I am using Tag Connect connection and need to make sure I route pins properly. I cannot find...
Good morning,
I'm developing a new product based on nRF52840 and S140 (v6.1.0). I'm able to connect using my smartphone using the following data:
sec_param.bond = SEC_PARAM_BOND;...
Hi, sorry for if this has been answered elsewhere.
I am currently designing the production setup for a product using the nrf52840 as a BLE radio.
I can't find how the...
Following this tutorial: www.novelbits.io/.../ some doubts arose in my head.
My doubts concern Android app witch name is: nRF Mesh. This application is used only for Provisioning...
Our BLE DFU has stopped working in SDK 3 so I have tried to simplify it by going back to SDKs.
If I compile D:\NordicSemi\nRF5_SDK_for_Thread_and_Zigbee_2.0.0_29775ac\Examples...
Hi, I have a question about Bluetooth mesh secure provisioning, as it is described in the spec section 5.4.3.
The spec states that either
1) both OOB public key exchange...
We are looking to implement "dynamic" BLE services that can be configured (i.e. enabled/disabled) externally, however from the examples there appears to be no way of de-initialising...