I use nrf5340 DK as AP, nrf54l15 DK as TAG.
Below was uart print comments from AP
ESL_AP:~$ > esl_c bond_dump
esl_c bond_dump
Dump bonded device
ESL_AP:~$ > esl_c...
Hello,
I am implementing the Physical Activity Monitor Service which looks like this:
/* Physical Activity Monitor Service Declaration */
BT_GATT_SERVICE_DEFINE (...
We have an existing application that is based on asset tracker V2. It has been running since version 1.7.0 I have migrated to V2.9.0 a long time ago and it is running flawlessly...
Dear Team,
I would like to know if it is possible to add custom attributes and commands to standard clusters, such as the Occupancy cluster. I have reviewed the "Adding...
Hi There,
I am using a nRF52840DK board to experiment with NFC Tag technology.
I started with the "Writable_ndef" example inside the nRFConnect, and it works.
I wrote...
Where can I obtain the security certificates (e.g., client certificate/private key) needed for TLS authentication with nRF Cloud? - Are these generated during device onboarding...
Hi,
I'm trying to flash the asset_tracker application to the nrf9160dk. I use Segger Embedded Studio for building the project for the nrf9160_pca10090ns board. However,...
Hi,
We are using a NRF52840 chip (SDK 15.3) in an application where we use the softdevice (S140) in combination with 2 UARTS: one for sending out debug output (UART0 - nrfx_uart...
Hi, We have a nrf52 which runs some project using ANT, now we would like to implement BLE for UART communication between a phone and the unit. The code base is already extensive...
Hi,
I just connected an nRF91 dk to nRF Cloud, which worked fine. However, for some reason the GPS says I am in Trondheim, while I am clearly somewhere else in the world...
I try to communicate with NRF52832 with NRF51822 for the example radio receiver and works well with SDK5 12 3
when I try to communicate with E73 (NRF52840) board(E73(2G4M08S1C...
How to push Initiator to resolve its private address (seen at direct_addr of adv_report) when bonded private Advertiser does a direct advertising?
I need the only Initiator...
I've followed the procedure on the nRF connect cloud to verify the SIM card and add the LTE device, only once the LED3 and LED4 blink at the same time like it was connected...
We are using a NRF52840 chip (SDK 15.3) in an application and are having issues with the startup of the board. I managed to create an example application where I integrate...
Hi. I have attempted to add an out endpoint to the HID usb generic example (only 1 in endpoint in example as it is a mouse).
However it is not working. When connected my...
Is there any UART examples by directly accessing the registers?
Based on SDK15.0.2, for NRF52832 or NRF52810, higher freedom, higher memory utilization.
Hi, I measure current in beacon in Long Range mode. Behind 3 current peaks witch represent TX on channel CH37 CH38 CH39 there is a strange current peak, witch I don't understand...
Hi,
I can't build any samples anymore for my nrf9160-DK using neither SES nor CLI only.
I followed the "Getting started assistant", pulled the v0.4.0 version of the SDK...
We have successfully implemented & tested the working of SYSTEM ON SLEEP MODE feature in our nrf52840 devices.
Please reply to below queries for a similar issue:
Will...
hi, i've been trying to use uart in non-blocking mode (events available). Configuretion is the following: i have specify RX buffer (128 bytes) in init function, and in order...