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...
Hello everyone.
Absolute novice here but a lot of reading over the last few days has brought me here.
I'm currently watching a little robotic project being developed....
Hi
We have developed a remote-control system where both the sender and receiver are built around nRF52840. Today, the SDK is sdk-17.1.0. We are now considering moving over...
The Nordic Hardware Design Guidelines suggest a 0.050 mm soldermask clearance around the pads which should give a 0.100 soldermask sliver between the pads according to the...
Hello all,
Currently I am working on getting the nRF Mesh DFU target and distributor samples working in the context of our project. This appears to have been successful...
Hello,
I have been chasing this problem for some time, but it has been difficult to capture.
The issue occurs when the device is sitting idle (no eDRX or other power-saving...
Hi,
I'm evaluating Wi-Fi NAN (Neighbor Awareness Networking / Wi-Fi Aware) for a project and came across the nRF70 Series, so I wanted to check on the current status and...
Hi all,
I'm working on a Nordic-based system involving multiple nRF52-series chips exchanging high-rate sensor data over both radio and SPI links. The setup involves two...
Hi
I'm building firmware for the nRF54LM20A running USB HID + ESB at 8 kHz. Currently I am referring to the nRF Desktop ( nrf_desktop ) sample as a reference. But there...
We have thousands of devices live in production and we sometimes encounter the situation that we cannot restart bluetooth advertising anymore after a connection attempt. ...
Hi
We are using the nRF52840-QIAA-R in a lot of PCBA, now I see there is a new revision nRF52840-QIAA-F-R and the old type is not recommended for new design.
What is the...
Hello! Sought out to upgrade from NRF SDK 3.1.1 to 3.4.0 today so downloaded and installed it on Mac using nrfutil sdk-manager command line, and that was fine. The project...
Hi,
In our PCB using the nRF54L15, we used different P2 pins for the sQSPI, believing after reading the docs and driver API, that one could configure different pins than...
Hello,
I have some trouble to identify my custom nrf52832 board in the VSCODE.
To program the board I am using nrf52840dk, and connect it to my board as follows:
...
Hello Nordic Support Team,
I am testing nRF9151-DK board. I wanted to debug an application that is created when "Create a blank application" option is chosen from nRF Connect...
Hi everyone,
I am trying to use P0.0 but it keeps getting uninitialized when calling nrfx_spim_uninit.
nrfx_spim.c line 659 keeps uninitializing P0.0
It is because...