Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
Heads up for anyone using the IoT SDK (currently 0.8.0). This SDK has the TinyDTLS-0.8.1 embedded in it... and I believe that there is a bug in the TinyDTLS CCM functions...
A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
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...