Hi Guys,
I have a MCU RTOS project. in Hardware board, builtin Nodic BLE chip over UART,RTOS BLE stack works fine.
We also have a MCU RTOS Emulator based on Qemu,we...
Hello,
I would like to have more info about canceling the pairing request on iPhone (thru the popup that asks if you want to pair with the device which is managed by iOS...
Hello everyone, I'm severely struggling to perform a simple task. I must be missing a very simple answer and, I hope with your help that I resolve the issue.
I am trying...
if the issue can be worked ,how to do that with android source code? the 2 ble pure devices (not android phone) connect with a ble android phone.
please check below, the...
Softdevice Version: 8.0.0
SDK: 9.0.0 IC:
NRF51822 Rev 3
service: NUS ANCS
When the application is not downloaded, the bootloader is working.
After serial bootloader...
We're looking for a few (2-3) savvy OS X users who might be interested in trying out Xcode to natively develop code for the nRF51/52 BLE SDK's. This build method does NOT...
I have the following settings in my prj.conf:
and getting the error
CONFIG_FLASH_MAP was assigned the value y, but got the value n. Missing dependencies: FLASH_HAS_DRIVER_ENABLED...
Dear Nordic team,
we are facing a strange phenomenon - in idle mode (k_sleep(K_FOREVER)) we notice, that the current consumption drastically increases if a magnet is placed...
I have a production system running a modified asset_tracker_v2 sending temperature data to AWS. All is working fine with V2.5.0 on several hundred sensors. I am trying to...
Hi,
I am looking for procedure to make it work nRF240L01? I am getting documents for Arduino but as you know that is not understandable, with Arduino it worked but i don...
Using the Online Power Profiler for LTE we saw that nRF9160 would require 0.115 s to upload 4-kbit of data into the mobile network.
This is an U throughput of ~34-kbit/s...
Hi,
I want to make an I2C communication with an NRF5340 DK as Master and an NRF52840 as Slave, but all the example i found in I2C communication it use the slave adress...
Hi!
I’m developing an application using nRF SDK 2.9.0 with the Xiao BLE Sense . I created a new project based on Zephyr’s UART peripheral example.
The application runs...
Hi everyone,
I have found a Linux driver for the TLV320AIC320 external codec provided by TI:
TLV320AIC310X Driver: https://web.git.kernel.org/pub/scm/linux/kernel/git...
Dear nRF experts. We are a module manufacturer and we have designed an nRF45L15 module. We are doing a series of verifications. When we were doing the connection test, we...
Hi,
I am currently encountering an issue with the error message 'sdu_ref_us not from consecutive frames' in the following scenario:
Broadcasting Source: A Samsung S23...
Hi Nordic Team,
in our project we want to write/read cryptographic keys to/from the KMU.
One of the algorithms we are going to use is ECDSA.
My naive approach was to...
NCS: v2.7.0 nRFCloud/utils: a2db3ffedbda237f9c1efb7a68ec2d270c346e56 Hardware: Custom Board with nRF9161 I am writing a provisioning automation (with robotframework), but...
According to the documentation, you should run azure_iot_hub_dps_reset() in order to force DPS registration again.
But if the device has previously been enrolled and a device...
For my project's purposes, I need to send data wirelessly and very regularly (every 3ms); it also needs to be power optimized. I got a version of my code to work using ESB...