Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
Hi
I notice there is a statement in nRF7002 dts:
I am wondering if I could always use the highest TXP 0x54 for all modulation indices to achieve optimal communication...
I attempted to connect the central device to the peripheral device.
Both sides are custom boards of nrf52832 and both are based on nrfSDK v17.
The log output on central...
When advertising using Coded PHY with the nRF54L, the reception rate is half to one-third compared to 1M PHY, even at short distances (sufficient RSSI). The receiving device...
Hello,
I am using a custom NRF5340 board and trying to run SPIS related code. The issue I am facing is that MISO pin kept low during the complete transaction . My pin configurations...
Hi, I have been getting randomly errors status from pmic measurements including status 64 (trickle timeout, I presume). Do you have any sample code to handle errors as per...
This is a custom board with nRF54L15. I have the following peripherals connected:
I2C30 SDA:P0,02 SCL:P0.03
I2C20 SDA:P1.13 SCL:P1.12
UART00 TX:P2.02 RX:P2.00
I also...
Hello,
Currently designing in the npm1300 into a project and want to understand better the difference between the LDO and the load switch. In the example schematics the...
Hi
Since the Vout setting range is 1V~3.3V, and the datasheet Figure 39 show the dropout voltage is ~60mV(0.06V)
Why datasheet LDO electric spec. show the VIN need larger...
Folks,
We have been developing a product to use the nrf51840 Dongle. Idea being to solder it to a mother board and as it's pre certified we don't have to go through RF certification...
Hello, I'm building the sample Measure battery voltage on a custom board, and I have an error voltage: setup: -134 at runtime. The overlay file is configure as explained in...
I want to implement OTA (Over-the-Air) updates using Thread on the nRF52840 DK board.
Are there any sample codes or references available for achieving this with Thread?
Hello,
I'm trying to use nRF9160 Development kit and it is not showing up in connected devices view in VS code.
Switch position is correct(nRF91) on the development...
I am using v3.0.2 SDK, nrf52832 DK, and I am learning academy.nordicsemi.com/.../ . I encountered a problem in step 4.2:
Please help me find out how to debug
With the NRF_CLOUD_MULTI_SERVICE sample, we'd like to set the GNSS location tracking sample interval to 2s or even 1s.
But we found that the actual time will be about 25s...