I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
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...
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...
SDK12 and SD 132 v3.
I have my code working for HVX from the peripheral. I can HVX send up to 80 bytes on one characteristic in one call (ATT MTU was set to 83 and DLE...