Based on this example, I am working on porting a pulse counter to the nRF54 and have encountered issues enabling the DPPI peripheral.
The problem is when enabling CONFIG_NRFX_DPPI...
I am migrating from the 2.6.1 development environment to 2.9.0 but am unable to compile due to some configuration issues.
My prj.conf configuration file is as follows: ...
Hi,
We have a pretty small device to be designed and I was wondering if nRF54L15 CAAA WLCSP would
have updated recommendations for matching network components available...
Hello,
I've been working with nRF9160 for a while now and wanted to let you know, I love this little piece of hardware. The possibilities, the small form factor, the power...
I have problems with nRF Connect(Android, latest Version, no version number found) to find BLE devices with 2M phy, coded phy and extended advertising. So i am running nRF...
Dear Nordic Team,
I hope this message finds you well.
Some time ago, we asked about the migration from nRF9160 to nRF9161.
We want to ask the same question regarding...
Hello,
Greetings, in the nRF24L01 datasheet, its mentioned that the module can work as a multiceiver, meaning 5 nRF24L01 module acting as PTx can communicate with 1 nRF24L01...
hi,
my customer using nrf51822 DK to have debugging software,the error occur in the attachment.
can you tell me something have Caused this problem?
thank you !...
I am using the code
err_code = sd_ble_gap_device_name_set(&sec_mode, (const uint8_t *)deviceName, nameLen);
I have made sure that nameLen is less than BLE_GAP_DEVNAME_MAX_LEN...
Hi
i am using twi_hw_master.c for i2c communication of accelerometer.
my accelerometer address is 0x18.
once i call
twi_master_transfer(0x18,dataW,1,1);
in...
Hi,
Can the value of NRF_RTC1->COUNTER be read safely from the main loop without first stopping the RTC or temporarily disabling the RTC1 interrupt etc? (nRF51822 or nRF51922...
I used the nRF51822 Evaluation kit and flashed the BLE_proximity example on to the PCA100001 board.
In the master control panel the USB dongle measured -46 dBm(Nordic_prox...
Hi all,
what if I want a sensor network in my house with BLE. Can I just install, for example, 16 nodes in my house and connect to all of them with one iPhone? Or would...
Hello,
I am currently using nRF24L01P with TI CC2591 in my RF module product.
I have a doubt that need your help to clarify.
Does the antenna impedance given in the...
We've been trying to user the AES hardware module in ECB mode.
To do that we used the sd_ecb_block_encrypt function.
Is this hardware accelerated? Based on power consumption...
Hello,
I would like to know if I could interface the nRF51822 with an Arduino Mega Board. Could you give me some advices to do that?
Thanks for your help
Hi,
i need to use a watchdog in my application. I read that i can use the build in one, but i thing my configuration or the usage of the watchdog is wrong.
here is my config...
Hi guys,
I am getting started with your nRF51822 dev Kit. I got the nRFGo Starter Kit (nRF6310 Rev 1.4 mother board) as well. Most of the examples work as expected. But...