Hello. I am literally looking at the set_hrm_cccd function in Python used to write data. This is for the S130 heart rate collector example. I understand the sd.ble_gattc_write...
Totally new to Python but managed to get things like pyserial setup and I've been able run the ble sniffer. However that is as far as my Python knowledge extends, so I need...
pstorage_load and pstorage_clear appear to work fine, but whenever I do a pstorage_store the callback function is never called. This happens whether or not the Bluetooth unit...
Our USB keyboard using nrf24lu1p does not work on Mac OS 10.11.
Before Mac OS 10.11, USB keyboard was worked, but on Mac OS 10.11, it does not work.
I think your library...
In my design I need the RX to be standalone , I.E. no controller attached to it , does the programming STORE in the Chip ? If I set it up as a RX and set a specific Ch. Freq...
[Dev Env]
nRF51 DK
IoT SDK 0.8
IoT SoftDevice
[Question]
how i change my ip in ipv6_coap_server example use ipv6_address_set / ipv6_address_remove API.
To...
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...