Hi,
I try to migrate a working nRF53 Zigbee project from SDK 2.7 to the latest SDK and an nRF54. As described here, I also switched to Zigbee R23. The project structure...
Hi all,
I'm working on a project with an nRF52840 using the nRF Connect SDK (version X.Y.Z) and Zephyr RTOS. My goal is to achieve maximum possible range for non-connectable...
Hi Nordic team,
My nRF52832 DK (PCA10040) was working perfectly until recently. Suddenly, it stopped getting detected by my PC.
Current Issue:
The board does not...
Hi,
I was talking to Susheel Nuguru about the multiconnection problem that i had in my other ticket about multiconnections for Channel Sounding, which had the same title...
Hi,Team,
I'm using the nrf54l15-dk to develop zms to save custom configurations without affecting the pairing information of ble.
So I have a few questions: 1.Is the storage_partition...
Hi,
We’re working on a device using the nRF52832 and have DFU over BLE working correctly using internal flash. Updates work both via our custom app and the nRF Connect app...
Hi Community,
I'm learning the sysbuild stuffs, try to upgrade my code to sdk v2.9.0.
Exercise 2 - Adding custom image - Nordic Developer Academy
I'm using nRF5340DK...
Hello, can you say me:
1) which Stack parts in Mesh SDK: nrf5_SDK_for_Mesh_v2.0.1 are implemented in harmony with Bluetooth Mesh Profile Specification and which are not...
Hi,
We are attempting to send data via BLE every 100 ms using an app_timer. The app_timer sets a flag and in the while loop in main.c we call
ret_code_t err_code; do ...
Hello, i'm currently doing my own DFU central for the BLE DFU on SDK 13, i followed all the steps on this link , i created the init and image files with nrfutil and now i...
I am trying to connect my Ubuntu machine with my nrf52 custom board my setup is as follows, Ubuntu machine --> FTDI USB2UART --> HCI interface of nrf52 I can see on my logic...
My application (nRF51 S130 v2.0.1 SDK12.3.0) uses the Radio Timeslot feature for multiprotocol support similarly to the example in https://github.com/NordicPlayground/nrf51...
am trying to synchronize two nrf52840 thank's to state gpio with gpiote function but it return an error code 4 (No Memory for operation) whith this line -> NRF_LOG_INFO("no...
Hi Nordic Team,
What I want to achieve is to add a service with a custom 128-bit UUID that has about 4 characteristics with a completely different 128-bit UUIDs that are...
Hi Nordic,
I'm using NRF52832 to design a producation that needs four SPI interfaces.
The four spi peripherals are: gSensor, LCD, SPI Nor Flash, and PPG Sensor. Now...
Hi,
I'm working on a custom board with the nrf52840 engineering version n52840QIAABB with de SDK15. I've tried the exemple usbd_ble_uart from the SDK15 and it works well...
Figure 1. Data encoded and sent (attached)
Figure 2. Screen shot of wrong Time data (attached)
Here is some code that seems to be correct, sending 10 bytes that look...
Hi ,
I want to know how to give passkey to nrf8001 peripheral mode if it dont have display/keyboard/button, I have hear about justworks but not sure how it will work. Could...
Hello,
I am was playing around a bit with the twi_scanner-example and I figured out, that no matter if I chose the legacy-layer with nrf_drv_twi-functions or the new nrfx_twi...
Hello,
I wanted to ask the community/Nordic for protocol advice for a specific application. I want to connect a series of sensor modules in a hotel. The sensors are in adjacent...
there are proxy client and proxy server in the light switch demo of mesh sdk v2.0.1.the proxy client can't be provisioned after i had provisioned another client,is there only...
Just starting development with nRF52840-Preview-DK using Bluetooth Mesh.
I've loaded compiled, Light switch server example code for nRF5_SDK_for_Mesh_v2.0.1 along with nRF5_SDK_15...