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...
Greetings
I am looking for a conceptual guide to adding my own services to the BLE stack, with Zephyr. Is there any documentation or guide for this? I am working on the...
Hello, I am having an issue with DSP library basicmath where the source file does not seem to be included in the build and I am getting error undefined reference to `zdsp_mult_f32...
Hi,
I am using nrf5340 with v2.5.1 toolchain
I have an out-of-tree driver, where i want to include adc_context.h from and have added:
target_include_directories...
Hi I'm trying estimate the nRF52840s current with the Online Power profiler, the data seemed a bit unclear to me.
I have used the following setting: Chip nFR53840 Voltage...
Hello,
I am trying to do CE, FCC RF test.
I am using nRF52833 and nRF5_SDK_17.0.2_d674dde.
I want DTM to work. DTM is using example source in SDK. What changed in...
I am trying to develop a Consumer Control device. I found the "nrf51_ble_app_hids_kbd_consumercontrol-SDK15" example code on Devzone. But this example code can only do 8 Consumer...
Hi, I have been using nrf52840(my application) and nrf9160(Serial LTE Modem : SLM , which modem firmware was ver1.3.6 and application firmware from switch science )
First...
I tested the matter LOCK sample, how to disconnect the Bluetooth connection immediately after matter commissioning is completed, the log is as follows. thanks.
Hi, I am currently evaluating a Rust driver for the nrf7002-ek on a nrf5340-dk. I have been using the Zephyr nrfwifi driver for reference.
There are a large number of nrf_wifi_fmac...
When building a project using a custom board, as well as both the b0 and mcuboot bootloaders enabled, board-specific child image configuration causes the build system to ignore...
Hi All, I am looking for assistance with trying to reduce flash usage of my project. I am using NCS v2.6 with an nRF52832. Attached is my prj.conf file. The major SDK features...
Hello, I'm working on a Zigbee application using the nRF5 SDK for Thread and Zigbee v4.2.0. The app builds fine, but when running it I get the following output:
I have...
Hi All,
We are developing a heater controller using Nordic Matter Thermostat sample code. The sample code has following value.
Off
Heating set point
Cooling set...
Hi,
I use 3 devices in the Mesh application. I am looking at the Mesh:chat example. I want this,
I want to press a button on one device and light LED1 on other devices...
With nrf52840 we have different protocols to add as per application. but is it possible to include following for single application in single hex? 1) zigbee: coordinator,...