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...
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...
I am using the latest SDK 15.2
I am trying to build a network of "nodes" these nodes both scan and advertise and will connect with each other.
i currently have 7 NRF dev...
I had some trouble using Visual GDB, it seems their board support packages for nordic are not well updated. I really wanted to use VS studio for this project so I can organize...
I find that nrf5SDKforMeshv300src does not contain some documents, such as how_to_build_cmake.md, how_to_build_cmake_generating.md, how_to_build_cmake_generating_customization...
I have a project that generally operates as a typical peripheral, but occassionally sends advertising packets of type BLE_GAP_ADV_TYPE_NONCONNECTABLE_NONSCANNABLE_UNDIRECTED...
Hello Nordic Experts,
I am developing the pairing in a central. I am working on nRF52840 DK with nRF5_SDK_15.2.0_9412b96 as the cnetral and I have an iOS app as the peripheral...
We are using the nRF52832 with S332 v2.0 of the stack. We have recently been testing concurrent operation of a BLE peripheral connection and an ANT bidirectional master. The...
Hi all,
I'm using nRF52840 Development Kit and Nordic SDK v15.2.0 with soft device v6.1.0
I'm using ECDSA Cryptographic libraries for a BLE related project. I want to...
Hello,
I am working on Low power and Ultra Low power.
I am using the nrf52832 chip as well as the breakout board. In SYSTEM-ON mode power consumption around 6 mA and in...
How do I calculate round trip delay (time taken for packet to travel from peripheral to central(PC) to peripheral again)? Is the existing time calculation in the example code...
Hi,
I have some troubles using TWI easy DMA. I set EASY_DMA flag to 1, but I can't see any results in my performance tests. Can anyone explain me the required steps? ...
I am looking at the android version of the Blinky application and was trying to make some modifications to enable the LED3 on multiple boards (peripherals) to turn on from...
Hi,
In a peripheral, a notification is sent to the central every 10ms. (payload less than 20 bytes)
I use : radio_notification_init(6,NRF_RADIO_NOTIFICATION_TYPE_INT_ON_ACTIVE...
i want to read the temperature ..... my temperature data is executing from 0 degree temperature ...is there any way to execute only actual data instead of starting from 0...
I'm probably not using the good terminology here... let me explain my application.
I have an existing board which has all the logic implemented in an STM32 MCU. I now need...
Using Softdevice 132 version 6.1.0 I issue the request for scanning by calling sd_ble_gap_scan_start() with: ble_gap_scan_params_t scan_params = { { .extended = 0, .report_incomplete_evts...