I'm using an nRF52840 with SDK 15.3 under FreeRTOS and SES, BLE only
I'm trying to implement a master side (I've got the peripheral side running no problem). The idea is...
NCS 2.8.0, NRF52840 with accurate crystal LF CLK
I've been asked to tightly synchronize timestamps for data collected by external sensors on multiple boards. The timestamps...
Hello,
I have been developing on a nRF9151DK v0.9.0 for a few weeks now. So far this board is great! However, I have been running some long duration tests recently and logging...
While working on a device for personal use, I needed to reference some official BLE documentation. I noticed that many of the documents — including:
[BLE Core Specification...
I am using VSCode with nRF extension with the latest 2.9.1 SDK.
I have been working on an application for bluetooth for the 54L15-DK.
I want to do a custom sensor driver...
Hello,
I have a question regarding the internal handling of the update recovery process for BLE mesh DFU, specifically within the DFU Server model + BLOB Server model. ...
Dear Nordic Technical Support,
I’m currently evaluating the NFC functionality on the nRF7002-DK with the following setup:
Hardware: nRF7002-DK
SDK Version: nRF...
I'm trying to reconcile two things I read about the softdevice. The GAP roles that are supported include broadcaster and peripheral. Also, there is support for a GATT client...
Hello
I am trying to build the nAN-36 application.
The main.c file include at least two files that I do not find:
#include "ble_eval_board_pins.h"
#include "ble_stack_handler...
We're trying to implement initial programming of the chip using SWD. We can connect to the chip and successfully enter debug mode but from that point on (as per section 11...
Hi,
I'm gong to design a pcb for nRF81522 (for both packages: QFN 48 pin and 64 pin WLCSP). I coudn't find the footprint in any documents. I appreciate if anyone can send...
Hi all,
Trying to read out the nRF8001 serial number using the nRF8001 SDK 1.7 and I cant seem to work out where I should be making the call to lib_aci_get_address?
After...
I'm a wireless novice, but have electronics experience.
I'm looking to add bluetooth low energy communication from a battery powered MIDI controller to a Macbook Air (or...
Ole,
I am trying to update the serial number value in an already initialized standard Device ID profile.
[i]dis_init.serial_num_str.length = (uint16_t)strlen(newserial);...
Hi,
We are trying to reuse the RF frontend design provided in reference design of PCA10000-nRF51822 Development Dongle 2_0. But because we have different board thickness...
I'm trying to add another timer to the BLE proximity app sample code in a new source file which is a driver for a GSM modem. My timer handler function is never called.
...
Hello,
How can I synchronize the wireless nodes (one nRF24LE1 on it) in a real-time wireless sensor network? I use nRF24LE1 as the transceiver and receiver.
Thanks.
Easy task, and long way..
I need to counting/measuring time how long time 220V line was on-line (assumed all time after install).
I've tried to find ready-work chip FR-transmit...
hello I'm Mehdi. i work on two NRF24lL01 wireless modules. I have a doubt that this modules can be damaged or not work correctly. because the module don't give external interrupt...
Hi!
I am trying to make basic temperature nodes with nRF2402.
The receiver is nRF24L01 transceiver.
My question for nRF2402; is it possible to send config bits via...
Hello,
Recently I've begun updating to the new SoftDevice and SDK for the nRF51822. When I began debugging my migrated code with the development dongle and Master Control...