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...
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...
Dear Nordic, Could you please advise how to interpret the version in this context? The modem firmware v2.X - is it the version that does not exist right now? If yes, when...
Hi everyone,
I'm working on a project where I have four sensors connected to my chip via two SPI buses ( 2 on each with 4 CS). My goal is to read data from these sensors...
I am using an nrf528232 based BLE module, the Taiyo Yuden EYSHSNZWZ: https://www.digikey.com/en/products/detail/kaga-fei-america-inc/EYSHSNZWZ/7104534
Running BLE and uart...
Hello,
I have recently attempted to port over to the latest v2.7.0 of the SDK by following the steps in the latest getting started guide for the L15. I have been able to...
There is this post from three years ago here that mentioned LLPM isn't supported on nRF5340. The answers had mentioned some issues with LLPM on the network core & that the...
NCS v2.6.0, NRF5340dk
I'm trying to configure a project that uses mcuboot with direct XIP with the external QSPI flash. I've been looking at examples in
ncs/v2.6.0/nrf...
Hi! We use Npm1100 SHPACT on GPIO and want to ask connect SHPHLD directly to VBAT.
The spec has 100kOhm resistor between SHPACT and VBAT.
However, we don't use the button...
HI
softdvice : s132
SDK version : nRF5_SDK_17.1.0_ddde560
I am using the nrf_delay_us() function. The product I am using now controls the gpio in us units. Since it...
Hi,
In NCS 2.0, the ability to add a custom child image was added. This works fine but as soon as you include the mcuboot child image, the order of the child image builds...
Hello folks!
Today, I have what I hope is a really easy fix that I just can't find the answer to.
I would like to transition from using the nRF Connect extension "build...
Hi,
First of all I would like to know when the Nordic SDK will be based on Zephyr 3.7.0, which is an LTS version.
Secondly I would like to find an easy way to find out...
looking at https://github.com/nrfconnect/sdk-nrf/tree/main/lib/location
specifically https://github.com/nrfconnect/sdk-nrf/blob/main/lib/location/cloud_service/cloud_service...
Hi, I am working on a project using the nRF52832 and the nRF5 SDK 17.1.0. We have a sensor with non linear behaviour and in our attempt to linearize it we found an article...