Hi everyone,
I’m a complete beginner and need some help. I’m working with two XIAO nRF52840 Sense boards: one as a central and the other as a peripheral. My goal is to send...
Hello,
Is there any USB device stack available for bare metal development on the nrf5340 using online NRFX lib. I am trying to implement a USB CDC device class.
No issues...
These seems like another dumb question. First off, I am aware that the nrf21540DK is the nrf52840 with the FEM tacked on the output.
I know I can select the nrf21530DK/nrf52840...
Hello,
I have 4 nrf52840, 3 act as peripheral and the last is the central.
The peripherals are identical hardware with various sensors using the same FW. I order to...
Hello,i've recently bought a nRF52840 dongle to sniffing BLE packets with wireshark. I regret to inform you that it don't work roperly, in my opinion. In fact, you will find...
I just fired up our most recent custom boards with nRF9161-LACA's, and tried to compile modem shell application for RTT.
I noticed the RTT is disabled because HAS_SEGGER_RTT...
Hi everyone,
I’m a complete beginner and need some help. I’m working with two XIAO nRF52840 Sense boards: one as a central and the other as a peripheral. My goal is to send...
Hello,
I'm trying to set up auto-provisioning and onboarding in my project as described in this sample: https://github.com/nrfconnect/sdk-nrf/blob/066ac6f61fe19ad91d805fd788d782e245f09a2e...
Dear Nordic, I have developed an application for nRF52811 on nRF52840-DK.
For this i have referred examples -> peripheral -> template_project.
I have followed https...
Hi,
I am working on project where the peripheral has 2 services, and each has multiple characteristics.
The central needs to subscribe to all the characteristics and when...
"I'm working with nRF Connect SDK v2.2.0 for nrf52840 and I'm trying to implement file transfer functionality using mcumgr over UART in Application. I've successfully configured...
These are customized UUIDS declared by me
/* Custom Service Variables */
#define BT_UUID_CUSTOM_SERVICE_VAL BT_UUID_128_ENCODE ( 0x821675c3 , 0x4046 , 0x45f9 , 0xb8df...
Hi Team,
I have nRF5340 DK board and I want to test the Bluetooth Periodic Advertising with Response and Bluetooth Periodic Advertising with Responses Synchronization...
Hi!
Im using nRF7002DK for start HTTPS connection.
I started with the example from Lession 5 exercise 2 in the nRF dev academy.
lession5 exercise 2
I changed the...
Hi,
I am using NRF Cloud + coap comms to send data. However I have encountered payload size limitations that are not configurable via KConfig: sdk-nrf/subsys/net/lib/nrf_cloud...
nRF connect SDK 2.7.0 CONFIG_CHIP_LAST_FABRIC_REMOVED_ERASE_AND_REBOOT KConfig option is not working, it is not erasing nvs and not rebooting device. Although I have enabled...
I built an application on the NRF52 Development Kit.
I was using the old NRF serial application with the retargetio.c file to push data out through the serial port.
I...
I ran across my devices reporting
Natenczas Wojski
from a UDS service that was included when running a sample HRS https://www.bluetooth.com/specifications/specs/user-data...
Hello,
In my project I am creating a BLE service with 7 characteristics that are all NOTIFY only characteristics.
My service setup looks like the following:
BT_GATT_SERVICE_DEFINE...
I'm developing a product with the nRF52840, using Zephyr (Toolchain & SDK version 2.7.0). Is there a way to set up two PWM outputs having the same frequency and duty cycle...