Greetings!
Briefly summarized: I am trying to generate SPDX files for our project, but I hit some roadblocks while running the west spdx command. I found a way to workaround...
Hello,
I'm trying to make the nrf5340-DK capable of connecting to BLE from multiple devices.
The program is based on: Bluetooth: Bluetooth: Peripheral UART .
I found...
Hi all,
I'm trying to use rtc0 with my custom board build with an nrf9151, but I got a secure fault. I've activated rtc in an overlay file
In my prj.conf
But...
We are implementing a Joiner device using OpenThread on the nRF5340 (with Zephyr, NCS v3.5.99-ncs1-4). After successfully joining the Commissioner's network ("Join success...
I purchased a SIM data from ILIAD and I am trying to connect to network, but the AT command AT+CEREG? : +CEREG: 0,4 instead of 0,5 as I expect.
The lte_lc_connect_async...
In order to reduce power consumption , I configured the RX pin of the serial port with an interrupt , and when the device was asleep , it was woken up by an interrupt , and...
Hi I am using an nRF54L15 with an external watch crystal. I have notice that depending on the manufacturer of the crystal I have to use a different internal load capacitor...
Hi All,
I would like to export all project files to an archive. Since the Nordic SDK files are all over the place that does not seem to be that easy.
Is there an "export...
I would like to make the nRF sleep as much as possible. In the FreeRTOS application idle hook I first process any scheduled events ( app_sched_execute() ), i can confirm this...
Hello,
We are trying to set up communication between nrf52840 and Arduino UNO over I2C.
The challenge is we don't know the slave address of the Arduino.
Anyone...
It appears that when publishing AGPS data to nRF Cloud, the map does not appear as it did back in July. Is there any extra end-device configuration that needs to be done to...
I want to use the SPI sample code provided by this website ( https://github.com/Rallare/fw-nrfconnect-nrf/tree/nrf9160_samples/samples/nrf9160/spi )to build my own project...
Hi
I'm trying to add bonding in nus example, I'd like to add my peripheral in ble table in my android phone with a password, for example 123123
I've changed the security...
Hello,
Im trying to add WDT functions to my FreeRTOS/BLE project.
I set
Also added nrfx_wdt.c and .h files to path, but still doesnt help.
SDK15.3
What Im I...
Hello everyone,
I'm a fresher of programming nRF52833. I'm working with Timer and I have some questions like this:
Can I use several timer in an application? I mean...
Hi, i have two boards with me i.e. nrf52840DK and nrf9160DK. I want to debug nrf52840DK using nrf9160DK, I don't want to use onboard jlink on nrf52840Dk, is it possible to...
Hi! I'm currently using
- board: nRF52840 DK
- SoftDevice v15
- ble_app_template example + midi (adding custom service and characteristic) -------------------------...
Hi,
I used SDK 16. softdevice: S140 v7.01. And set APP_USBD_VID and APP_USBD_PID to 0 at sdk_config.h
I follow this post of https://devzone.nordicsemi.com/f/nordic-q-a...
I'm trying to have nRF9160 DK communicate with an external accelerometer.
nRF9160 stop working at the function of i2c_reg_read_byte in the code below.
Does anybody give...