I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
I spent some time trying to work out why generating a private/public keypair in my application with the ECC module was failing due to an 'internal error' and had to eventually...
Hi,
In 868 Mhz band NRF905 supports frequencies 862.8Mhz, 868.2Mhz, 868.4Mhz and 868.8Mhz. The datasheet shows mapping of those frequencies to CH_NO.
In India only 865Mhz...
Hi,
I am currently working with two nrf52 boards in a serialized configuration.
I wanted to add the PA and LNA pin toogle on the connectivity chip.
As the gpio can't...
sorry, i tried "Getting started with the nRF5 development kit" tuturial about 3 hour.
but still not working for me.
stock at begining.
I downloaded nRF5 SDK 11
and...
Hello,
We are using nRF52 in serialization mode.
In the nRF52 connectivity chip side, we are using the example 'ble_central_and_peripheral'.
In the application chip,...
I would like to use the nRF52840 for 802.15.4 but it is rather vague in the OPS as to how to do this. I can figure some of it out but not other parts.
It mentions "assisted...
Hi All ,
Is there any sample application to have a list of available peripherals(Like displaying in mobile when we scan) , for a given interval ?
If not please suggest...
Hi,
i am trying to update OTA application zip file size 112kb but it become failed and showing upload failed: REMOTE DFU DATA SIZE EXCEEDS LIMIT , But if i am flash small...
I am developing a battery powered application using the Nordic UART Service.I intend to use the ble_uart peripheral example as it is , modifying it as per the application...
Dear Nordic Team,
Thanks for supporting.
Currently i am working with MMA8453 accelerometer . I already interface with nRF51422 using TWI it is working fine. The sensor...
This might be small problem, but i am not able to fix it.
i am working with nRF52 DK .i had created new project, in which i am using spim0 and spim1, also want to use ble_app_uart...
hi,
I am using 51822 PCA10000 dongle based nRF BLE sniffer to analyse packet exachange between my product and central devices. When I set filter to the mac address of my...
Where can I find discriptors handle other than cccd, sccd?
I already know sd_ble_gatts_characteristic_add() return cccd, sccd handles in m_nus->service_handle->cccd_handle...
Hi.
I'm using nRF51822AC, SDK12.2.0 as Central.
Q1. Is there any function to know regarding it is scanning or not?
Q2. As your example "ble_app_multilink_central",...
Hello,
I am using two NRF52's to test out indications.
I have modified the Heart Rate Collector Application (Central) and Heart Rate Application (Peripheral) examples to...