Hi there is a problem in github.com/.../nrf51-UART-examples
any one can help?
I put empty loop in main, and comment off all ble related int. and I process uart_evt by...
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)...
The first time I download the program to my device , it will cause a crash when I try to set NRF_POWER->GPREGRET for OTA purpose;
However after restarting my device, and...
I've found an interesting behavior in the less with the Copy button on this step:
I found that if I clicked on the copy button, the spaces in the text are 0xA0, but if...
Hello,
I have enabled the BIS gateway to send stereo signal, and the BIS headset can receive the stereo signal and play it.
Now I can pack the left and right data to one...
I implemented MCUboot in Serial Recovery mode on a custom USB stick to enable firmware updates via MCUmgr. Initially, everything was working correctly, and the image transfer...
Hello~
I am developing nrf52840 with zephyr ncs tool chain v2.7.0 and SDK v2.6.1.
Our project needs RSA to exchange secure data.
I use example "samples/crypto/rsa",...
I am working for 2 years on nrf_sdk with softdevice and FreeRtos on cpu nrf52832
now we want to move to Zephyr OS.
- I installed nrf command line tools. nrf connect for...
We're using the Nordic Zephyr library (SDK v2.5) to configure the nPM1300. Using the library, the battery discharge current limit is set to 1000mA. However, using a logic...
I am trying to make my gateway send stereo data to the headset where it will be played on an external codec. I want this to be a single stereo stream.
I had this working...
Hi,
I was looking into hooking up an SD card to the nRF9160DK that I use for data collection during evaluation and early stage pilot projects. I noticed that there is an...
Describe the bug
BLE pairing on the new NRF54L15DK does not succeed. Connecting and advertising works, only pairing fails. I have tried the same example on the NRF52840DK...
Hi, we are using custom PCB with nRF9160.
we are writing a firmware for radio test lab. We are using LTE asynchronous in our firmware and LTE-M mode. We want the modem to...
Hello.
I am using the nRF5340 DK.
According to the circuit diagram, it seems that when I apply power to VBUS_nRF, there should be no power on VDD_nRF of the MCU.
(Power...
Hi,
for my custom device with nRF52840 and nRF Connect SDk v.2.8.0with VScode I want to add bootloader so that I can pass firmware to it through USB cable. I want a simple...
Hi, Good day!
I have been trying to change the SDK version for the past few days, but I am unable to open the Manage SDKs or Manage Toolchains tabs....
Dear Nordic Engineers
I used NCS2.8.0 to test the DFU function. As we all know NCS2.6.0 used the mcumgr-cli tool to send the fireware of the DFU image. But on NCS 2.7.0...