The nRF54L series is a new device to the nRF family, and during the bring-up of the chip from early engineering samples to mass production devices there have been quite a...
Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
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...
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...