Hi,
On the 3.30 of nRF52832_Rev_1_Errata_v1.5.pdf, the sleep current with LFXO active is 0.5μA higher.
I am using a nRF52832 module with the low frequency crystal oscillator...
Hi,
I'm using nRF52832 on SDK V12.2. I add the connection params in the conn_params_init:
static void conn_params_init(void){
uint32_t err_code;
ble_conn_params_init_t...
S130, SDK 12.3, ble_app_hrs_c example.
I want to use whitelist function in this example but I can't finish it.
When I run peer_list_get(), it gets all 0xFF, means that...
Hi all,
I am making a device which involves using nfr52832(PCA10040) to communicate with a NAND flash through spi to store data acquired from the ADC. After all the data...
How to enable semihosting in sdk11 examples?
This works, but I can't port it to examples/periferal/template_project :(
changes:
pca10028/armgcc/Makefile:
adding...
Hello,
I'm new to pretty much all of this, but I'll do my best to explain my issue. As the title says, I'm currently trying to get a LSM6DSO sensor to work with the NRF52832...
Is there a way to avoid duplicate board targets if I have the same repository in two different places on my machine?
Or some way to ignore a workspace path so they're...
I am working on a project using ncs 2.2.0 on the nRF52833DK.
I have a very simple requirement, which is to save an id-data pair in Non-Volatile Storage and be able to change...
I made an example based on the NVS sample code (Connect SDK 2.2.0) which simply reads a value from the storage partition if it exists, then updates it if either it's different...
We have a system with a central device and a peripheral both based on nrf5340. The central device is also a Broadcast source and the peripheral is also a Broadcast sink in...
I’m working with the Audio Application (from the Nordic sample program) on an nRF5340 Audio DK as a gateway, and a custom board with an nRF5340 as a headset. The custom headset...
Hi, I'm running the fatfs sample using an Actinius Icarus board (nrf9160) and a microSD card, connected via SPI. The original sample works as it should (it mounts and opens...
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...
Hi,
I am testing the BLE beacon sample on the NRF54L15 PDK, and it was successful as I was able to detect the beacon using the NRF Connect scanner. However, when monitoring...
I am developing the LE Audio feature for nrf5340. My project is based on nrf5340_audio demo, base on NCS 2.7.0. I am not very familiar with sysbuild. In NCS2.4.0, I am able...
Hello.
I want to install the nrfutil on my macBook(pro m1).
https://www.nordicsemi.com/Products/Development-tools/nRF-Util
I downloaded the nrfutil install program...
It is my understanding that most Bluetooth designs piggyback off of manufacturer QDID's, which are qualified with Bluetooth SIG for specific Bluetooth stacks. We will be using...
I have problem placing MCUboot secondary to external flash. I have been testing using nRF9160DK. Project compiles fine but device doesn't boot after flashing the firmware...
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...