Dear Nordic Support Team,
We are in the process of integrating the Nordic nRF Mesh SDK (version 3.3.4) into our custom Java-based application and require your guidance on...
NCS 2.9.1
NRF52840
Sysbuild but with only a single image (no bootloader)
I've been trying to figure out how to change the merged.hex output and how to perform additional...
This stopped working for me... Error is the following
Command failed: git ls-remote --tags --heads github.com/.../sdk-nrf
fatal: unable to access ' github.com/.../'...
When version 1.0.0 of nRF54L15-DK evaluation kit will be available and how to distinguish the version when ordered from distributors like Digikey?
In discussion here:
...
-> How to transfer data from one thingy52 device to another thingy52 device. If i have 2 thingy52 devices, I'll send data to 1st tingy52 then 1st thingy52 device will send...
Hi all,
Is there any sample sdk example for transferring audio file from nRF52840 to my mobile? Is it possible to transfer audio file through Nordic Uart Service? Thanks...
Hi,
I am developing a product based on nrf52840 soc, I need to write a softdevice, program hex file, bootloader on the chip. when I want to select them all in the nrf...
I am trying to set up the LPS22HB sensor with an nRF52840. I am starting with the twi_sensor example(SDK16->examples->peripherals->twi_sensor) and adding the lps22hb example...
We have added custom HID firmware and are able to discover it on the Android Bluetooth Settings app. iOS fails to show the Bluetooth device on iOS Bluetooth Settings app....
Hi,
My task is..
Device will advertise for 20 seconds if there is no connection then it will go to sleep mode for 40 seconds. After 40 seconds it will wake up from sleep...
I have the nRF9160DK 0.8.3 which appears to align with the suggested schematic in "Objective Product Specification v0.7.1" I downloaded the hardware files form the Getting...
Hi,
To turn on and turn off the LED nrf SDK is using following code in sdk12.1.
#define LEDS_OFF(leds_mask) do { NRF_GPIO->OUTSET = (leds_mask) & (LEDS_MASK & LEDS_INV_MASK...
According to SIG's MESH Profile: "There is also a device key (DevKey), which is a special application key that is unique to each node, is known only to the node and a Configuration...
Hi,
I'm checking the e-sim functionnality with at_client firmware and LTE LInk Monitor. Once connectivity is proven to be successful, I can pursue my testings.
I was...
Hello!
I have questions.
I develop a central and peripheral devices at nrf52832.
I use SDK 15.3.0, s132 v6.1.1.
1.If I program Nordic's BLE peripheral sample into...
SDK : nRF5_SDK_15.0.0_a53641a
example: nRF5_SDK_15.0.0_a53641a\examples\peripheral\twi_sensor
I didn't change anything. After build and download to the Nordic development...
Hello,
Im using pca10059 to scan for near beacons address and RSSI, but i also want to look for its battery level. (im using pca10056 to develop and debug)
I've found...
Hi.
I would like to measure the battery voltage using ADC in MCU. PCB has limited space, I consider to use the IC for this application.
The following is the LDO with...