Hello Nordic Team,
I am reaching out to ask for some advice and/or guidance on how I may debug code that:
1. Is initialized and runs BEFORE main
2. Is part of the zephyr...
Dear Nordic Teams :
I find the NFC current and find the current is quite large in the datasheet version 0.8. The value is much bigger than nRF52840. Is it correct?
Hello,
Hopefully this will be a quick(ish) one since I think I found the answer, but just need confirmation.
To preface (My setup):
nRF9151DK
Modem firmware: mfw_nrf91x1_2...
I have an app running the S132 softdevice, doing most of the applicatino work in a routine being called by an 8 Hz app-timer. Under certain conditions that I detect with external...
Has anyone else had problems with adding build configurations for workspace applications using the VSCode GUI interface? Initially I clone the repo using CLI-based west commands...
Hi there,
I'm a beginner with NFC and there is somethings I don't understand with the NDEF Messages frames. I have a the PCA10040 Development Kit.
I've seen this schematic...
Hi All!
I would like to implement the DTM nterface over USB VCOM instead of 2xUART (from examples).
Is it possible co-work USB driver (VCOM) and DTM from samples together...
Hi All,
I use 2 peripheral and 6 Central roles coexisting.
Not clear the order of conn_handle number assigned by SD during BLE Connection.
For example.
After Central...
I am new to nRF programming. My "far away goal" is to make a BLE sensor mesh with a centralised data collection.
Currently I am deciding what libraries to start playing...
Peripheral device has 2 services,but central can find only 1 service(0x1001).
I want to find other service(0x0001)
According to the message seems to be looking for 0x1001...
Hi,
I'm using the nRF51 dongle with nRF SDK 12.3.0 and the S130 2.0.1 SoftDevice to implement a BLE central. The dongle repeatedly connects to a BLE peripheral, performs...
I'm running the PB Remote Client on a PCA10040.
I have 2 servers running on PCA10040 boards.
Watching the log whilst debugging the client, I receive the following: ...
Hello all,
I am new to nRF platfrom, I am working on a protect which contains multiple BMD-200 modules with nRF51822 controller. It has to transfer some data via UART,...
Per this blog, I understand that the nRF52's ANT pin must be matched to 50ohm via L1/C3 and that the antenna must be matched to 50ohm. Hence a trace with 50ohm characteristic...
Hello, the title is pretty descriptive.
I've tried to read through previous questions and got a rough idea but decided that it would cost too much time for me to explore...
I am working on a ble application using an nRF51822 that requires low power consumption. I'm curious if on average the observer or the central role will consume less power...
We have our own custom board using nRF52832 (via Laird BL652 module). Until recently, we have been programming our application, bootloader and softdevice using the PCA10040...