Hello,
After a lot of efforts I managed to autoprovision and autoconfigure my nrf52840 board (provisioning and configuring inside the software and not through external app...
I am using nrf5340 in my project. We had to replace flash memory but need a replacement with the same layout. So I am currently looking at w25q01jvzeim or w25q01jvzeiq . The...
I am building the: https://academy.nordicsemi.com/courses/cellular-iot-fundamentals/lessons/lesson-2-cellular-fundamentals/topic/lesson-2-exercise-2/ exercise and as part...
I have a characteristic whose value is an array of char, which can from 1 to 20 bytes long. Using SDK17 I can set a vlen attribute and use the function update_characteristic...
Hi, Goal: Send a firmware update from nrf5340 to another nrf5340 over BLE I found the following sample and a lot of support tickets talking about this sample but I am unable...
Hi there,
I am trying to interface at25xe321d with QSPI but it always end up returning zeros. Please find attached code and dts file for reference. Thanks Moh
Hi Nordic team, 您好,北欧团队,
I am developing nrf54L05 in VS code with NCS.I want to configure the SEGGER_RTT_printf to my project.Is it correct to change the CMakeLists.txt...
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...
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...