Software and Softdevice: SDK 12.3.0 keil5
Platform: Windows 10
Hardware: NRF52832 DK
I am trying to combine WDT and FATfs together. But once I have both of them, there...
I am trying to get a good handle on the difference in average power consumption between BLE point to point and Zigbee on an nRF52840. We have battery powered products and...
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...
Hi,
In my application I have a requirement to send notifications to mobile on triggering particular Interrupts as well as particular events.I have created a customised notification...
Supported tx_power values: -40dBm, -20dBm, -16dBm, -12dBm, -8dBm, -4dBm, 0dBm, +3dBm and +4dBm.
What is difference in the behavior of nrf 52832 chip for these different...
We're developing Bluetooth tags that we would like to operate at both 1Mbps and coded (long range). From what I've read and seen from the Nordic testing, specifically "Testing...
I modified the gpio interrupt on the asset_tracker example of ncs v1.2, modified the following, and the interrupt didn't work: Where is available should be modified.
I set...
Dear Friend,
Based on nRF52832, mesh3.1, port ble dfu to mesh project, Android dfu application is based 'no.nordicsemi.android:dfu:1.10.1'; Call the following program: ...
My setup: custom board using nRF52840, Segger Embedded Studio 3.52, nRF5_SDK_for_Thread_and_Zigbee_v4
I used a couple of your projects as a starting point for my code. Specifically...
Hi,
In my proejct, I am using WFE(); in some while loops because of core low power mode.
For example, waiting for time_out flags like codes below.
I am wondering if...
Hi All,
I'm new to the nordic product. We previous using TIcc2642 as development board. And we would like to test our application over different hardware. Is there any...
Im using CUstom BLE tutorial example and it works fine. But i just wanted to know, in which section is the text data for logging occuring. Ex: "notfication received from ...
Hi community !
I want to know if a code works on nRF52840 DK PCA10056 will work on nRF52840 PCA10059 ? On both, i will never use physical input (button led or gpio) i'm...
Hello expert,
I just jump from TI. Could anyone tell me if nordic has any chipset like TI CC1310 which supports direct access to the receiver I/Q quadrature samples?
...
The Thingy91 GPS system sensitivity is terrible. Getting the GPS to lock on takes forever, and many times doesn't lock on at all, and if it does lock loses the connection...
Hi community ! Here : https://devzone.nordicsemi.com/f/nordic-q-a/62414/different-behaviour-with-same-program-and-boards i get some problem with different behaviour when programming...
I'm using the Laird Connectivity BL654-DVK board as a basis for evaluating the nRF52840 for our application.
I started by using the .../examples/ble_peripheral/ble_app_hrs_freertos...