Are there any up to date samples for running BLE on nRF9160 development kit? I've tried building the following sample: https://github.com/nRFCloud/lte-gateway/tree/main for...
Hi
The TWI driver has a twi_clear_bus() function but the TWIM does not.
I'm getting an I2C error, and need to do I2C soft reset. I'm doing this manually at moment but...
I am logged into my nRF Cloud account and have a nrf9151-DK provisioned and added to a group and want to do a FOTA upgrade as in the Nordic Developer Academy course: "nRF...
Hello,
I am looking about something similiar which I was able to find for IEEE 802.15.4:
https://docs.nordicsemi.com/bundle/errata_nRF52840_EngB/page/ERR/nRF52840/EngineeringB...
I recently completed a field-upgrade path from an nRF5 SDK 17.1 application (with the legacy Secure DFU bootloader) to a fresh NCS-based firmware stack, while preserving user...
Hello,
We are currently evaluating BLE Gateway (CIS, BIS) development using the nRF5340 Audio DK.
We would like to ask whether bidirectional CIS streaming is officially...
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...
Hello everyone, I need to attach a QSPI memory to an NRF54L15 module. I am led to believe that this should be supported out of the box but cannot understand how to use the...