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/.../'...
Hello,
After a lot of efforts I managed to autoprovision and autoconfigure my nrf52840 board (provisioning and configuring inside the software and not through external app...
Hi there,
I am trying to interface at25xe321d with QSPI but it always end up returning zeros. Please find attached code and dts file for reference. Thanks Moh
Hi,
We have a custom PCB based on the nRF9151 and nRF7002 for a tracking use case, supporting both indoor (Wi-Fi scanning) and outdoor (GPS) positioning. Our firmware is...
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...
Dear devzone,
Based on ncs2.9.1 and nRF54L-DK(v0.9.2), add in the prj.conf of the peripheral_uart example:
Compile and burn to nRF54L15-DK, the program does not run, and...
There's a great application nRF UART 2.0 that can be used like a terminal with a Bluetooth LE device implementing the "Nordic UART" service. Now I would like to store output...
I am using a nrf52832 with SDK 11.0.0 and sd132. I need to add in-flash storage to my application so I'm looking at the NVMEM documentation and the pstorage module. I understand...
Dear Sir/ Madam,
I want your suggestions and recommendation regarding to choose which one of your BLE development kit.
I want a Bluetooth development kit which has long...
Hello, I'm trying to update services list on central device after adding a new service. However, sd_ble_gatts_service_changed returns NRF_ERROR_NOT_SUPPORTED . After looking...
Hello,
In my application, I need to activate BLE during startup only if some conditions are met otherwise I put the nRF52 in SystemOff mode. BLE should not be activated...
Hi,
I have been receiving the error: undeclared identifier "TWI0_USE_EASY_DMA". I researched and found that the solution was to include "nrf_drv_config.h" and add #define...
Hi, I have problem with discover services in advertising mode on NRF51822-BEACON. There is default firmware in this beacon. I using Xamarin on Visual Studio 2015. It is connected...
I have integrated IAR code into my company system.
with the Jlink_monitor.c, jlink_monitor.h , jlink_monitor_ISR_ISR.s and enableMonitorMode.mac.
Step 1: I loaded code...
Hi,
I am trying to use the nrf_drv_twi class but I cannot define a nrf_drv_twi_t instance. When I write the code
`nrf_drv_twi_t twi = NRF_DRV_TWI_INSTANCE(0);
I get...
Hi,
It is indicated on page 59 of the datasheet (rev1.0), concerning the register nr.8 OBSERVE_TX, that "the counter PLOS_CNT is reset by writing to RF_CH . See page 75...
I am working with SDK12.2.0. I see that transports seem to be registered as section variables with the identifier dfu_trans
I have added a section definition in flash to...
Not sure if this is a typo in the function comments or a small bug, but thought you'd probably want to address it either way. I'm on the most recent NRF5-SDK (12.2.0) and...
Hi Team,
We are implementing an UART communication between a M4 processor (UART master) and a nRF51 (UART slave) and we want to use the UART in Low Power mode with flow...
Gentlemen,
I'm trying to develop a Health profile solution that works with Win 8.1
I'm using SDK 6.0 and S110 v 7
Win 8.1
I found the Win 8.1 sample app...
I am looking at the Master Emulator examples ProximityDemo and HealthThermoDemo. I can use both to connect to one device that I have (Device A). I try to use ProximityDemo...