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 want to store temperature samples in flash of nrf51822. I am using pca10028 and sdk 12.2.0.
I have the code for writing,deleting and reading from flash memory....
Hi,
I am now developing a production programmer and I want to know the behavior of SWD and SCK lines when the nRF52840 is in RESET state.
Cheers,
Kaushalya
We are experiencing an issue with the QSPI driver on nRF54L15 where external flash access stops working after a BLE bonding procedure.
The system works correctly until bonding...
Hi,
Users of our product have reported issues with multiple versions of Hubitat hubs when pairing Zigbee. I'm investigating this issue and have reached a point where I could...
we are using nPM1300 EVK board for an upcoming project we are trying to interface PMIC PM1300 chip with Ambient Scientific processor GPx10 Pro.
It will be a huge setback...
Hi guys, I have been working with a custom PCB based around the nRF5340 that uses the nPM1100 as the PMIC. I have configured it for 1V8 VOUTB output, fixed VBUS, VTERM high...
Hi
Currently I'm evaluating the nRF54L15 die temperature sensor. I’ve taken a few measurements and noticed something I don’t quite understand yet. Perhaps someone could...
We are planning to use the nRF54L15 for a Matter over Thread product, so we are currently evaluating the low-power performance of this device.
According to the nRF54L15...
We are using a BM833 chip on out PCB. There, we may or may not (config-dependant) interact with a sensor via I2C. We observed (statistically), that using the I2C communication...
I am testing an Auracast setup with a Samsung Galaxy A54 5G and Galaxy Buds2 Pro , where my goal is to broadcast two streams with different languages and select either one...
I want to use a new source LF clock to raise the precision from +-250ppm to around +-20ppm. I already have an oscillator mounted in my PCB, so I want to use it for BLE. I...
Hello,
I have 2 nrf9151-dk HW rev. 1.4.0. Both of them don't detect SIM card despite the fact my FW worked completely fine on nrf9151-dk with older HW rev (I believe it...
Hello, my name is William. I made new Lenovo wireless keyboard dongle firmware using nrf52820 and wrote it to dongle. But at first I connected device using J-link version9...
Hello,
I attempted to rebuild the reference circuitry from the nPM2100, and I am measuring unusual power consumption using the PK2 outputting 1000mV.
Partially, I...
I'm using the MCUmgr + MCUboot solution for BLE OTA FW updates (i.e. CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU).
Is there any way to require pairing for firmware updates? I see...