Hi,everybody!
When i install master control panel 3.10.0.14, i can't find nrf.exe in " C:\Program Files\Nordic Semiconductor\Master Control Panel\3.10.0.14\nrf ". Only nrfutil...
Hi,
I've been using the nRF51 dev kit, and today it stopped mounting when I plug it in. It doesn't show up as MBED or BOOTLOADER.
I use both Mac OS X and Windows, though...
SDK_9.0.0
I was trying to implement 2 different UART connection parameters so I decide to use re-initialization.
My initial parameters included APP_UART_FLOW_CONTROL_LOW_POWER...
I'm trying to use the nrf8001 (and arduino) to send MIDI (musical note data) to Mac OSX. According to the Apple developer site the midi profile requires that the characteristic...
I have a custom made board that has an EFM32WG360F256 communicating to an nRF8001, verified that the ACI protocol works with repeated echos, however when I run the efm_ble_my_project_template...
Hi,
I have 3 nRF51 DK pca10028 v1.1.0
I compiled and run power profiling example and after that I cannot flash or connect to the devices (tested in all three of them)...
Hi Guys,
Thanks for your precious time and insight. Let me try to explain what we did,
We have developed a custom board
After assembling the board, we do a bare board...
I'm measuring the current consumption of udp_with_psm program reading this post, and the current is very high. why?
https://devzone.nordicsemi.com/nordic/cellular-iot-guides...
Dear Nordic. I am working in the device that require the controller to measure its VDD line to ensure that the the device goes into sleeping mode (very low current and do...
Is there any code example for Android or iOS on how to build / send a DFU request for NRF_DFU_OP_FIRMWARE_VERSION and then how to interpret the response that comes back? ...
I want to receive data through UDP in eDRX
I tried to set up non-blocking UDP by reading this post, but I can't achieve the function yet. Any help? https://devzone.nordicsemi...
Hi all,
I am successfully using Openthread for an application on the nrf52840. As the application is growing I'm thinking about utilizing a RTOS. Therefore, I am currently...
Hello. I have integrated signature validation before boot in my boot loader. This uses the `nrf_dfu_validation_boot_validate` function, which eventually calls into `nrf_crypto_backend_secp256r1_verify...
I use the above code to copy the device root key from the flash region. The if condition at the end results to FALSE always whcih implies that the key was not copied into...
Hi,
I would like to confirm whether bootloader should start from my application with BLE buttonless DFU. Once the request to enter the bootloader is received by my app I...
Hi,
I am running the Asset Tracker application from a fresh clone of the 0.4.0 nRF connect SDK. Using the supplied iBasis SIM.
It connects after booting, and I can monitor...
Hi,
Iam using nRF52840 , And got ANT sdk from thisisant.com. Placed in the required folder & Using ANTware II v4.1. All things going well, But after programming the DK nRF52840...
Hey Nordic Community ,
I have been trying to get the Modem firmware up and running without success for a few days now (Attempted with 2 different PCs and 2 DK with same...
hi....
i am using nrf52382 .. segger 15.2version
here i have attached two programs ble_uart and twi sensor ... its working fine but data is received over ble_uart app...
Hi. I'm using nRF52832, SDK13.0.0.
I want to use CURVE25519.
I made my code refering to example "ble_app_multirole_lesc" and "nrf_crypto_keys.h".
NRF_CRYPTO_ECC_PRIVATE_KEY_CREATE...
Hi all,
When i walk-through the battery-service provided by nRF SDK, i note the presence of " Report Reference Descriptor " in the characteristic addition function.
I...
Hello,
I am trying to insert fds functionality to light switch client. I added all files and libraries to project. But when i try to compile project i face with errors...