Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
Zephyr Eddystone example is connectable after power on of nrf52833 board. But after disconnect it becomes non connectable. How to fix it? And how to change advertisement interval...
Hello,
I am using SEGGER Embedded Studio together with a nRF52832 and I am trying to read an EEprom register containing a 32-bit floating point value in four bytes (register...
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...