I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
what can be the starting Point for Bachelor Thesis involving BLE 5.0 devices to be deploy in mesh Network. How the challanges in the Thesis can be address and set as a Goal...
Hello. Can i merge 4 files using mergehex? I want to merge softedevice + bootloader + bootloader settings + application.
Mergehex show error. But can i merge 3 files and...
I want to use external software to do MISRA checking for my source code, I have set the global macros in the pc-lint installed directory, but when I right click the source...
Is it possible to use the nRF52 840 DK for scanning infotainment to mobile communication of nearby cars, even when no media is streaming at time of scan? I am only interested...
I have been tipped that the GPS might deliver faster fix if i change the fix interval. I've tried this with values 2,3,4 and 5, but get an error stating that the fix interval...
Hello,
We are designing a wearable that is going to use the nRF52840 and I have a question about supplying power to the unit. We are planning on using a coin cell to power...
Hi,
I am trying to compile examples/thread/freertos_coap_server with my version of openthread library. my reference is: https://infocenter.nordicsemi.com/index.jsp?topic...
I have created a folder in ble_peripheral in the examples of SDK for my project.
I am using keil uvision 5 and when I have an issue with the sdk_config.h
It states incorrect...
Hi everyone,
I'm using the nrf52832 Dev Kit PCA10040
SDK version: 15.3.0
OS: Fedora
I try to use DFU following this tutorial but I don't get the DFUTarg on the...
Hi pals!
I'm trying to establish throughput test with two nRF52840 DK and it works perfectly well except the coded PHY option. When I configure the phy option to coded,...
HI,
I am playing around with the "usbd_ble_uart_freertos" example of SDK version 15.3.
When I create another Task and try to write log entries (NRF_LOG_INFO("Test")) i...
Hi,
As well know, there have 100 channels in ESB function in nRF52832, but 2.4GHz also share with Wifi and Bluetooth.
So there have many noise if I choice wrong channel...
Hi!
I am experimenting with the ble_app_hrs_freertos example.
I would like to start two additional tasks. All works until a ble conection is made. after that my created...
Hello
I am using FDS to store some MAc addresses in my project. After successful I try fds_init() which returns error 11.
I can't figure out what is causing this error...
Hello, I have been trying to get the nrf9160DK PCA10090 version 0.8.2 to connect to your nrf cloud. I initially tried with the provided ibasis sim. I was able to get it registered...
Hi,Master:
1.The timing of the underlying nrfx_qspi_write(...) function is:a. Send 05 to check if the wip bit is 0. (Here, if wip is not 0, will it always detect until wip...