Hi, For my project, I need to design a BLE packet sniffer which scanning the 40 channels. Therefore, I need 40 dongles are connected to a computer that can read and transfer...
I am writing code to get a nrf52840 DK to associate with an existing 802.15.4 coordinator using the 802.15.4 API module within SDK 15.2.
I've called "mlme_scan_req" and...
Currently, I am able to use Mqtt Publisher or Subscriber with only one Nrf52 device. I can ping to the device with link-local address.
I am using Nrf52832 with SoftDevice...
Hi everyone,
After days of figuring out how CMake works, I try to write a CMakeList.txt myself, and decide to put my progress on this community. Right now, using CLion with...
i am using nrf 52832, i got SAADC example code from sdk. that code done by using timer. i could not understand timer section. Is available SAADC simple example code without...
Hello everyone,
as indicated by this question https://devzone.nordicsemi.com/f/nordic-q-a/35692/adding-nrf52-dk-to-github-mesh-demo-for-thingys/138327#138327 I am trying...
There is a possible typo in the nRF5340 DK documentation.
https://docs.nordicsemi.com/bundle/ug_nrf5340_dk/page/UG/dk/ext_programming_support_P20.html
In the top picture...
Testing with NCS 3.0.1 and nRF54L15-DK. I would like my devices to be able to work as channel sounding initiator as well as reflector role. In my own code I have integrated...
Hi, We developed our custom BLE electronic board based on the nRF54L15 SoC. On this project the nRF54L15 firmware setup a SPI slave interface in order to receive commands...
Hello,
nRF Connect SDK v3.0.1 nRF54L15-DK v0.9.1
Currently, I’m exploring whether it’s possible to create a Bluetooth application that can be controlled from an external...
I have implemented DFU functionality in my Bluetooth mesh project and used device A as the distributor and device B as the node to be updated. I have already configured both...
Dear Nordic Support Team,
We are currently exploring the use and potential benefits of the paEventCounter as described in the Bluetooth Core Specification 5.4, Section 4...
Are there any good tools/apps to commission/provision an ble mesh application that is NLC compliant. Silvair is a great option, but is a closed ecosystem. We are looking for...
We are using the nRF5340 and our use case makes full use of all 4 shared peripherals for SPI and TWI as well as SPIM4. We want to add UART over USB and I was able to port...
Hello, we're currently developing BLE devices with PCA10040 and nRF Conenct SDK 2.9.0.
During a series of experiments, we found that with the same hardware and the same...
Dear Nordic Engineers
I developed a PWM function to drive the RGB LED. Then I found a problem, which is w hen I used a PWM signal of one channel to control the RED light...
When calling the bt_conn_le_create_synced function to create a connection to a peripheral, which is synced to the PAwR train, I get a CONNECTION FAILED TO BE ESTABLISHED ...
Hi
I am try to developing ble mesh gateway to connect and controll different nodes using nrf52840. Please give guidline to do this. I think proxy node is bridge of host...
Hello,
I am trying to use an sdcard with the nrf54l15 DK board with the 2.9.1 sdk. However I encounter "<err> fatfs: Storage init ERROR! error: -134" when calling the disk_access_init...
I have been working with 2.9.1 but went back to a project using 2.6.1 to flash a nrf5340dk and can still compile it, but now cannot flash the nrf5340dk. I am getting this...
Hi,
I am trying the system_off sample of Zephyr version 4.0.99: https://docs.zephyrproject.org/latest/samples/boards/nordic/system_off/README.html
The sample works...