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 have a question regarding a recent issue.
I'm currently developing with the nRF52840 IC or EVM, and I'm facing a problem. Whenever I write firmware to the flash...
Hi Team,
I recently purchased 2 Audio DK's and I set one up as a gateway and the second as a left headset. I was able to pair the two, stream audio from my PC through the...
Hello,
We are in the feasibility phase of updating a product to include a nRF9151 modem connected to a nRF52840 via a single UART. The modem will operate in SLM (Serial...
Hi all,
I'm looking into speeding up my workflow using remote development containers on ARM servers, but it seems some tools are missing, nrfutil the first, to run a fully...
Hello all,
i have a problem and I hope that someone can help me.
I can change the bluetooth address of the device with the following code:
and this is okay.
I have...
Hello everyone,
I guess my question is more conceptual rather than a specific issue with the code.
I am working on a device featuring an nRF5340 chip and an nRF9160 chip...
Hi,
We are currently developing a BLE device (HW and SW) using the NRF52811.
As we want to be able to update the device via FOTA we need to have the Bootloader to have...
Hello,
It has been a while since I have done any controlled impedance and was wondering if someone could provide me a quick sanity check before I continue:
Here is the...
Hello,
I am trying to upgrade my project from ncs 2.1.0 to ncs 2.6.1. I am running into some strange issues with mbedtls and I suspect it's because the same ciphers enabled...
Hi All,
We're going through BQB certificate with our mice, and we're informed that test get failed because new rule will be implemented in May 2023.
Our Chip is NRF52833...
Hello,
I have a Insight ISP4520 SIp which include a nRF52832 chip and a SX1261 for Lora radio https://www.insightsip.com/products/combo-smart-modules/isp4520 The internal...
1. When adding CONFIG_PSA_CRYPTO_DRIVER_CC3XX=y to the configuration as shown in the diagram, does it enable the use of the CC310 accelerator?
2. My understanding is...
I am using Wireshark 4.4.0 and Nordic nRF Sniffer for Bluetooth LE 4.1.1 (nRF52840-Dongle PCA10059). In Wireshark I see a device, a peripheral, sending advertising packets...
Hello, I want to make my project DFU OTA compatible, so when I tested on development it works fine once I created my pcb using nrf52840 module in it. So it is taking huge...
I am getting this error on the 7th time I perform an action:
I understand it's an lvgl error and could be specific to lvgl but I think, considering it's only happening...