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 going to use nRF52833 chip with SDK v16.0.0 and SoftDevice s140.
There are couple of questions I would like to clarify:
1. Is AoA/AoD direction finding supported...
Hi
Using the nrf52840-dk with SD S140 and nrfx_gpiote, everything runs fund (BLE, TWI etc) but interrup on pin 0,28 causes a Hard Fault. I can not get any sensible logs...
I am trying to modify the existing Thingy-52 code to have a 'new' characteristic. I used the existing Thingy code to 'clone' a new characteristic (a 2nd microphone channel...
Hi
We tested the idle feature(by AT#XSLEEP=0) on nRF9160DK, but no significant change of power consumption before and after enter into IDLE mode, is this result correct...
Hello, I would like to save a log in the nrf5340 FLASH, how many times is possible to write? May I write in the Application CPU Flash from the Network CPU FLASH when the Application...
Hello
I am trying to discover the correct scan interval/window settings to capture the advertized packets from a beacon transmitting every 100ms(10Hz).
Should I just set...
Hello! I've have been designing a custom board. The circuit reads ADC channel 1 for long periods, 1 hour at most. When the reading is high enough it will send an alert using...
Hello,
I am trying to build a remote control using NRF52832 SoC, SDK16.0.0 with softdevice S132 version 7, Keil 5.
I have to control a servo motor and i want to achieve...
Hello,
I need to send logged sensor data in external 4MB flash to a phone via BLE.
I am using a nRF52840 based module on a custom PCB. I am using SDK v14.2.
I am using...
Hello,
Is it possible to get access to the information contained on the SIB (System Information Block) in the nrf9160? if yes, is it through the nRF Connect v3.3.0?
Thanks...
I want to get the 128 characteristic UUID of the peer device during the connection phase. Now I use SDK is 15.3, the softdevice is 6.1, and only 16-bit UUIDs are obtained...
I have the NRF52 DK, I run make flash in the UART example, everything works. I'm able to run the loopback test.
I navigate to the serial port example, make flash, nothing...
Hi Everyone,
I would like to understand how the multi peripheral application works in this given scenario:
Scenario:
Considering one peripheral (P) is connected to 4...
Hello,
I have been working with NRF 52840 DK and finally able to make the advertising work on PHY CODED but I was required to use extended packets.
My question is
Is...