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...
Hello, guys!
We are currently developing our firmware with nRF9160-DK and nRF Connect SDK v1.3.0. Among the other things, we need to communicate with the ultrasonic sensor...
I am working in nRF52840 chip with SDK 15.3.0 and softdevice s140. I am looking to automate third party BLE peripheral device, this device is designed to connect with smart...
Hi All,
I have integrated DFU service into my application. I am successfully able to use OAD so far. Today I have added a piece of code to my application. So, my binary...
While doing power profiling on Adafruit's nRF52 Arduino port, I have noticed that when using delay(500), the CPU power consumption goes up about 1ms before actually returning...
Hi,
I have a project where I am wirelessly streaming 16bit mic data at fs=50,000. I'm receiving that data on another nRF52840 dev board. I've ensured that the data doesn...
Hello,
I use the nRF24LE1-32 develop a product. It has strict requirements for low power consumption.Now I get 10-20uA current on deep sleep mode referring to the article...
I'm trying to pair my device (nRF82382) to nRF Connect (Dev Kit) and using another Dev Kit as a BLE_Sniffer. I'm trying to establish Pairing with LESC enabled. It's Pairing...
Hi community ! All is in the title.
The latency between sending the message and receiving the callback is not stable ( between 1600 & 4300 ms) I know that this delay is...
Hello, guys!
We are currently developing our firmware with nRF9160-DK and nRF Connect SDK v1.3.0. Among the other things, we need to communicate with the ultrasonic sensor...
Hi,
As we are in design phase of our custom board based on nRF9160, can you please let us know what all pins needs to be exposed in our design for collecting modem traces...
Hi Team,
I am trying to integrate a scheduler feature for my Thingy 91 using a nRF9160 DK kit. I searched for a few examples and found the one below in the link:
https...
Hello everyone,
I am developing a simple BLE node with an I2C sensor on it. Basically I just need to send over BLE the measurements made by that I2C sensor every minute...
Hello,
I am new to the Nordic environment and am trying to set up a beacon to scan and advertise using BLE.
I used the beaconing example ( https://github.com/NordicSemiconductor...
Hi, I have the same issue as in here: https://devzone.nordicsemi.com/f/nordic-q-a/62676/2-spi-devices-nordic-nrf52382 but for me the Debug/Release-toggle does not work. I...
Hi,
Can you confirm if TWI is supporting I2C clock streaching? Or and workaround to handle such a case.
As in attached picture is slave device requirements. Slave device...