I have a test application which uses the "Azure IoT Hub" library. I have set up the IoT Hub, Update Account, update instance, etc. The device does successfully connect to...
Hello,
I get "data_len_update failed (err -5)" error message in lesson 3 exercise 2 of Bluetooth course. I have posted the output log below. Any idea why this is happening...
Hello,
We’re testing the nRF9160 GNSS performance on our custom PCB and have noticed that, even with A-GPS, the first fix after powering on the device takes significantly...
I am migrating from a child_image type project to the newer sysbuild system used in ncs v2.9.0.
My application is based on the ncs nrf5340_audio application, but my application...
Hi everyone,
I'm using the nRF54L15-DK and trying to implement a simple low-power cycle where the board:
Measures sensor values
Sends them via CoAP over OpenThread...
Hi,
I have an issue with nRF Kconfig GUI in VS Code.
My prj.conf is empty, and the _defconfig file of my board contains this:
When I open the GUI and...
I made some tests with PPK-II in source meter mode by connecting a load resistor in series with a Fluke 8846A ampere meter to the PPK output. A also hooked a GW Instek GDM...
Dear people,
I use a pca10056 (alternatively the pca10059 dongle) and have compiled the connectivity firmware as described on the github page (release 4.1.1).
The only...
I use nrf5_SDK_for_Mesh_v3.2.0_src\examples\serial and board pca10040.
Supported commands.
In [2]: for i in range(0, 10): send(cmd.Echo("Hello: " + str(i))); time.sleep...
Hi, I'm reading the nRF5340 OPS v0.5.1 document and in section 3.2 ("Memory") there is a reference to "256kB of peripheral RAM". However, the document doesn't explain what...
Hi there,
I'm working on nrf82382, try to use COMP function to monitor the voltage of AIN0(p0.02), but seems not working, no example for the COMP. and then I found the...
We enable TX notification of NUS service with bonded iOS (iPhone), iPhone constantly sends TX_READY command until disconnect.
Can you confirm this is correct behavior. ...
Hi, I am working with the adxl362 sensor and the nrf9160 SPI example ( https://github.com/Rallare/fw-nrfconnect-nrf/blob/nrf9160_samples/samples/nrf9160/spi/src/main.c ) and...
Hi, I am working with the adxl362 sensor on the Thingy91 and I want to set the trigger of the sensor to a specific value.
In the datasheet ( https://www.analog.com/media...
Hello everybody! I'm developing an application using CMSIS DSP library, so i included about 20 math files and using finctions from these files. After compiling i get a linker...
Hello Devzone,
I'm designing a custom board solution that drives a motor using a nRF52832. The board is powered with 4 x AAA batteries and a 2.5V LDO (STLQ50C25R) is used...
My company has a product that is running on the nRF51, with firmware written in SDK9 and sd310. I've been tasked with developing a path to update them to SDK 12.3 and sd130...
Hello nordicsemi community. I'm trying to use the SPIS example provided in the NRF52 SDK to receive data from another SPI master running on an FPGA. I modified the code to...
Hi,
I'm trying to write data to flash as shown in example under nrf5_sdk/examples/peripheral/flash_fstorage, with identical steps.
However every time I call the nrf_fstorage_write...
HI,
I am using nrf52832 with sdk15.2.0 and softdevice s132. I face some issue related MAC address of nrf52832.
when I reset the sensor MAC address of the sensor change...
I am trying to step through the code of an example of the nRF5_SDK_16.0.0 on the nRF52 DK board.
I downloaded the latest version of Segger Embedded Studio (v4.30c) and I...
Hello,
I have a brand new Thingy 91 running the default asset tracker application connected to nrfCloud.
I wanted to build the asset_tracker myself and upload it to validate...