Hello,
I am using the hci_usb sample from Zephyr and running BlueZ 5.53 on Ubuntu 20.04. I am trying to increase the ACL packet size from the default value of 27 bytes and...
We are using a Nordic nRF52840 microcontroller alongside the nPM1300 power management IC. When the battery is switched off due to low voltage (undervoltage protection), the...
I know Atmel's AVR microcontrollers have V-USB project , that is a firmware-only USB driver.
nRF52832 does not natively support USB as it lacks a USB peripheral.
Does...
Hi everyone,
Edit: Consider that I'm on ncs 2.6.1
What are the current methods for provisioning an nRF9160 on the nRF Cloud? I have an ongoing project with the nRF9160...
Hi guys,
I'm working on a project with a custom board around nrf52832 chip and I'm trying to generate an 8MHz clock signal using the compatible "pwm-clock" on Zephyr.
...
I am trying to communicate with an I2C device using an nRF52840. I want to remove the external I2C pullup, so I want to reduce the communication speed to 10kHz. However, the...
Hello Nordic Team,
I am currently developing applications for a custom board based on the nRF52840 microcontroller using the nRF Connect SDK (NCS) v2.5.0 and Zephyr RTOS...
ON NCS SDK 2.7.0 version, how to calibrate SAADC?
I checked below code, I see that "Perform calibration before the reading is taken if requested.", it will trigger calibration...
Hi all,
last week i used nrf connect app (v4.28.1) to update firmware
after i pressed DFU button and selected binary file, then it will jump a window to choose like...
Before setting `CONFIG_USERSPACE=y`, my image size is ~680KB. After setting it, it overflows my partition by ~60KB. The partition size is ~840KB, meaning userspace has added...
Hello. How can I monitor that SoftDevice is working properly? I am trying to monitor using Radio notification, but RADIO Active does not guarantee that the SoftDevice is working...
HI ALL,
v2.8.0, nrf54l15, using the "periphral_uart" demo without any modifications
I downloaded nrf52840 using v2.8.0 and it runs normally, but nrf54l15 has issues. ...
I am currently connected to a BLE peripheral with the nRF52 acting as the central. I am able to scan using the device's name and connect. I created a custom file to handle...
I would like to maintain an isolated sdk and toolchain for a specific project. I used toolchain manager to install the sdk and toolchain into a new installation directory...
I am developing a product for a customer using NRF9151(ncs2.7.0, modem fw: mfw_nrf91x1_2.0.2). While verifying it on the DK board, I discovered an issue. When the system starts...
Hi
I am trying to perform a full modem update on my nrf9160 DK board.
I started at v1.3.4 and successfully used the partial update method to go to 1.3.5
I then used...
I have been trying without success to install either the v2.7.0 or v2.8.0 SDK onto my Windows 10 System. Every time/method I've used results in an error equivalent to
...
I need to install the Direct Test Mode App to validate the direct test mode running on a custom board. On the version 5.1.0 of nRF Connect for Desktop all app installations...
I have a question regarding DTM using nRF Connect for Desktop. It is my understanding that the signal generated does not have a BLE packet structure but it is a continuous...
Hello, I am studying DevAcademy Lesson 4 - Data exchange in Bluetooth LE , specifically Exercise 3 using the nRF5340DK . While attempting to build the corresponding Git code...