Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
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...
Dear Team,
I am try to customize the some of the parameter of HTS221 temperature and humidity sensor used in thingy52 board, However if I change any of the parameter then...
I am using the nrf connect desktop application on windows with a PCA10059, and have found the application to be buggy when receiving a flood of notifications, this works fine...
I've been logged in for about a week now, and still can't log out.
I left a posting about that almost a week ago with some "bumps" later on the "back stage" section, but...
Hi!
Can anyone tell me that isthere any app which logs data automatically into txt or csv file from nrf52???
I am getting data at nrf connect but every time i need to...
PCB : thickness 1 t(1mn), 1/2oz, 2 layer
The antenna was removed and the VNA was connected between L3 and C6.
The impedance was about 100 ohms.
The part value is shown...
We have a latest set of prototypes which use an NRF52840 on a Laird BL654 module.
On two of these protoypes the module is unresponsive. We are using a J-Link Lite module...
Hi,
I was using nRF Mesh application to get the data of uint32_t from my server model(nRF52840) but nRF Mesh android application crashes while sending the opcode to the...
I am searching for complete developement kit and SDK support which can be used to form BLE mesh Network and BLE beacon device. The idea is that BLE mesh nodes will act as...
Good afternoon, dear Sir of Madam.
Our product used the NRF21540-QDAA-R7 which has gone obsolete. What is the best substitute part?
Unfortunatelly i couldn't find substitution...
Hi I am facing a issue regarding the DFU update using the nrfConnect App.
Since we recently updated from SDK12.0 to SDK16.0 and the softdevice version has been changed in...
Hi,
I am analyzing the power consumption of mesh nodes using your Power Profile Kit. I am running the example beaconing of the Mesh SDK 3.1.0 on a board nRF52832 with the...
I have designed a nrf9160 debugging board, which uses 18 and 19 pin as the log output. Then I also configure the TX and Rx of UART0 in the overlay file, which are 18 and 19...
i tried with blinky example like thiis
#pragma long_calls
__attribute__((used, long_calls, section(".data"))) int main(void) { /* Configure board. */ bsp_board_init...
Hi,
I'm working on a code using SPI.
I've changed the SPI configuration from this thread: https://devzone.nordicsemi.com/f/nordic-q-a/65072/nrf5430-spi-sample-code ...