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...
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...
Could someone paste the link to bluetooth specification v4.1? I can't find it on web. Probably it is avaliable only for SIG members, but I'm only a student and registration...
Hello, Dear friends,
I am new to Nordic, just have nrf52832 board come back, seems the current is higher than I expected before I program it.
does anybody know what is the...
Hello,
After digging through similar questions and answers I am still unable to build my code due to compiler errors. I am receiving these 5 errors:
Error: L6218E: Undefined...
I am working on a project using a ble nano (nrf51822) using the Nordic SDK 8.1. I am trying to use PWM to control a buzzer. To do this I included the following files into...
Hi,
I use Multilink Central and Experimental_ble_app_blinky examples.
Multilink Central sends only 1 byte. I want to send more.
Blinky does not work when I change the...
Hi all,
is there a way to set a characteristics when a read command arrive from APP, or it's necessary to set it before to read?
I see for example battery service, it...
How do I get data from a scan response packet using master emulator?
I do know about
BtScanParameters scanParams = new BtScanParameters();
scanParams.ScanType = BtScanType...