Hello, I’m trying to compile code for a u-blox C209 AOA Tag. I installed the nRF Connect Extension Pack and was able to build normally.
After adding some unrelated paths...
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...
Hi,
I try to use the BLE to send data to a smartphone but I have a issue when I try to flash my nRF52 DK, using eclipse. I get the following error :
No source available...
I am using the example ble central devices from the SDK 8.1. The example provided prints out to pin 19 (the on-board LED). I wanted to change the functionality to print to...
I am trying to add ADC to my program per the nordic examples on GitHub.
Using GCC, SDK12, nrf51.
These are the errors I am getting: (sorry for the formatting of this - code...
Hi,
SDK12 does not have Pstorage. I want to show you how to add it.
Steps:
Copy the pstorage folder in SDK11 into the SDK12 \components folder.
Open...
Hello,
I've been working on a project for some time now and prototyping it with replacement atmel ic's like the at mega328 and bluetooth modules and other stuff in the...
My custom board sometimes freezed on initialization process of bootloader (SDK11 dual_bank_ble_s130) when after long running and reconnect the power.
However the symptoms...
I am running the ble_app_hrs example and it runs as expected.
However, I tried removing one or more of the services from services_init as well as the corresponding advertisement...
I implement a card emulation and the card itself doesn't conform to 14443A-3 crc check. I need to disable crc check on card selected event
NRF_NFCT->RXD.FRAMECONFIG...
I've been running a hand soldered prototype board for about a week in an outdoor location where it gets hot and cold (mainly hot), and I noticed it was no longer visible on...
I am trying to add the spi and twi drivers to the ble_app_template project, but I keep running into errors. I am using the SDK 12.2.0. How are we supposed to go about adding...
Problem:
In our project we have one peripheral which can be bonded to many phones at the same time (of cause) while they are still close to it, thus connected via OS. ...
I am trying to scan and connect to a Polar H7 HR belt (which I can do), with m_scan_mode = BLE_NO_SCAN. Once this happens, I understand they are supposed to bond, and at that...
In my low-power application I need to use advertising interval of few seconds (two or more) in order to get lifetime of a year with CR2450 battery. However, the Android application...
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...