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...
Hi,
I'm trying to develop buttonless DFU and followed below guidelines and got to work all the way to step6. Thank you.
https://github.com/gamnes/nRF52832-buttonless...
I want to build my own board configuration:
The default configuration of the board is as follows: ncs?v1.2.0,zephyr?boards?arm?nrf9160_pca10090
How do I generate my own...
Hello
I'm using NRF connect the app to perform read and write on nrf52840 board SDK ver of 15.0.0.
I can perform the write and read operations using nrf connect app, and...
Hi
I'm working on a custom PCB based on nRF52840 soc and SDK version 16.0
currently I'm trying to interface my MCU with an external flash of model MT25QL01GBBB
my...
Hi,
I would like to interface ICM20948 with nrf52832 and communicate over TWI or SPI. That thing I don't understand is the logic voltage of the bus. In nrf52 specifications...
Hello,
I went through the instructions in the Getting Started Assistant to setup nRF Connect SDK for Linux but I am getting the following error when trying to build a project...
Hi,
I am programming nRF52840 dev kit (SDK16) as a peripheral with S140. Smartphone is central.
data needs to be transferred between both.
I need the dev kit to consume...
Hello, I’m using nRF52840 with SDK 16 and SD 7. My purpose is to save as much power is possible using high-frequency clock (32MHz) only during periodic duties and BLE activity...
What are best practices for updating an nRF52832 via UART from an nRF52840? There seem to be at least two problems to solve:
Transmitting the 832 image via BLE to the...
Hello,
I'm measuring the idle current using a PCA10040 DK, SDK v16.
Finding that the idle current is about 3uA (which I think is correct) after any debug operation like...
Our setup is using a NRF52832 with SDK15.0.0.
While working with a time sensitive external circuit where we both sample the state of the GPIO and enable LDETECT on it...
I have just received my nRF52 development board and I have tried to program one of the pre-bjui;t examples (Blinky). The USB drive on the board appears and if I drag the hex...
Hi,
I'm using an application with FreeRTOS , nRF52833, SDK 16.
When I'm trying to get it into low power (sleep mode) the system still consumes ~4mA
In vPortSuppressTicksAndSleep...
Hi,
I am starting with PPK. Tried some measurements on ble examples and looks like i am doing something wrong. I have aproximatelly 7mA during advertising. Am I doing something...
Hi,
i have load existing program to new nRF52 module. But it shows NRF_ERROR_NO_MEM.
Same old module doesn't show this error. i also reload the soft device. But no improvement...