Hello,
I have a product based on nRF9160 that uses GNSS. The device is a meter, not an asset tracker, so GNSS is not the TOP 1 feature we need.
When the device is installed...
Hello everyone,
I'm curretly working on a new design based on nrf52832, and I'm validating different interfaces. Currently working on SPI, I'm testing it with a W25Q64...
Hi,
I would like to test a websocket connection over NB-IOT with the nRF9151DK. I started with the websocket_client example but I have those warnings and errors at startup...
I have flashed the Blinky sample onto an nRF52840DK.
The power consumption is extremely high.
I am using an PPKII to in source mode. It is connected to the External Supply...
I am using nRF Cloud to update firmware on nRF9160 based products in the field. They are connected via LTE Cat-M on Telstra in Australia. The problem is that the download...
I need help with this issue. I'm updating the code from SDK 2.4.2 to SDK 2.9.2. I had change the device tree to HWM2 and I'm using sysbuild.
The build log is showing this...
SDK: 3.0, nRF54L15
I have modified the clusters using ZAP tool (west zap-gui). When I tried to built, I get the below error:
1. I used Matter door lock sample and the...
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 ...