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...
Good morning Nordic team, we are currently evaluating a migration of our Zigbee firmware from the legacy nRF5 SDK for Thread & Zigbee v4.2.0 to the nRF Connect SDK (Zephyr...
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...
My nRF Connect SDK extension in VS Code did an auto update this morning, and now my whole IDE is non-functional.
This is the error I get when I go to the Quick Setup
...
Hi,
I have made a custom board with BL5340PA module from Ezurio and i try to test simple bluetooth advertisement code but i have this error and not able to see my bluetooth...
Hello,
I am developing an LTE-M application on nRF9151, using offloaded sockets to modem, including DTLS.
Everything works great - can connect to network, and communicate...
Hi,
Our devices are running on NRF52833 with soft device version s140. We are facing an issue to do DFU in one particular device. Details mentioned below:
We are able...
Hello,
We run a Bluetooth Mesh network with about 1,000 nodes. Our master node (antenna) consists of:
· An MCU running Zephyr Mesh and keeping the CDB.
· An embedded...
Hi,
We are using the LC3 driver in our product.
We measured the current consumption with and without the LC3 driver.
When the LC3 driver is enabled, the current is 4...
Hi, I'm experiencing a significant performance drop when switching from the nRF9160 to the nRF9151DK.
I have a firmware that sends around 300 kBytes of data over UART in...
Hi, I recently upgraded my nRF Connect SDK to 3.1, and have migrated my code (which was originally based on the direction finding connectionless example) to 3.1 so that it...
Our Jenksing builds when using Nrf Connect v2.7.0, the --no-sysbuild option and CMakePresets worked just fine. When migrating to Nrf Connect v3.0.2 and using sysbuild, they...
I have some issues with the default response handling.
My Zigbee door sensor sends a message, and I reply with the following code:
```
if ( ! cmd_info -> disable_default_response...
I need to maintain and update firmware written with 15.3 SDK on an nRF52832 on Windows 11. What is the exact software and tools I need to do this. The latest Segger development...
Hello,
My use case is the exact same use case as this forum post . I'd like to run BLE and Radio Test sample on the nRF5340. The device would be in 2 modes:
- BLE
-...
Hello,
I try to figure out, how to correctly setup MCUboot for an nrf5340, so that:
Application is updatable
BT Stack is updatable
Firmware Updates are encrypted...
I am trying to enable a watchdog and then stop it. i closely followed the datasheet way to do this. the problem is that the watchdog once enabled will always fire. i want...