Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
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,
1. How can the read slave interval be reduced to less than 2ms: twi_master_with_twis_slave
2. Test environment:
DK: pca10056
SDK:nRF5_SDK_17.1.0_ddde560\examples...
Hello,
I am aware that there is going to be an update to the BLE stack and you are soon releasing 2.8.0. For NCS 2.6.0 we were using 239354 for the host subsystem and...
Hi,
I use Nordic nRF52840 BLE Sniffer Dongle and this works as expected in Wireshark up to version 4.2.7. Hówever, when I upgrade Wireshark from 4.2.7 to 4.4.0, the Dongle...
In Software Maturity Levels under Trusted Firmware-M , it is stated that only the minimal build is supported, while the full build is still considered experimental.
In Running...
We have tried the following changes, but couldn't get expecting results.
Sometimes unable to pair two devices / Sometimes fails to link with one device
Could you answer...
Hi
We are using the nRF51822 with the SoftDevice S130 V2.0.1.
The nRF51 communicates with another controller via UART with a special handshake-mechanism directly on the...
I am trying to use the external flash on my NRF5340dk to store and read data files. Raw IO from the spi_flash sample seems to be working fine, but I'm not sure how to mount...
Hi,
I use CAF LEDs with PWM. I have a timer that would make device wake up every 20 seconds with a CONFIG_CAF_POWER_MANAGER_TIMEOUT to make it sleep 2 seconds after waking...
Hello,
I’m trying to get an nRF21540 FEM working with a chip-down nRF5340 design under NCS v2.4.2. I’m able to enable the FEM at its default gain setting, but I hit a wall...
Hi DevZone,
I've see sample application nrf/applications/nrf5340_audio use tone.h for tone test, and I want to add this function to my project.
In nrf/applications/nrf5340_audio...
Hi, I am currently developing a project using the nRF52810 as my controller and SEGGER Embedded Studio as my IDE. I have integrated the Timer and SAADC peripherals into the...
Hi,
I'm trying to FOTA over BLE firmware of mcuboot using NRF52840DK. The project is based on the sample from Intermediate course - Lesson 8, exercise 3 (without the steps...
Hello,
It seems there is an issue in measure voltage process of ST25R3911 Lib.
Measure voltage function use POWER_SUPP_MEAS_FRACTION_DIVISOR = 100. But it seems that POWER_SUPP_MEAS_FRACTION_DIVISOR...
I saw this issue brought up 3 years ago, but I think the conditions are changed now since that was on NCS 1.
I am trying to do bt_hids_inp_rep_send about 10 times per connection...