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 run the nRF91x1: DECT NR+ Shell example on my nRF9161 SDK board.
I get this crash when the code runs
Can you point me to the explanation of what...
Hi,
Is it OK to use the Nordic Semiconductor ASA (0x0059) ID for broadcasting data in the manufacturer specific data field?
If so is does Nordic provide a specification...
Hello
For the BLE Mesh 2.0.1 demo i bought some nrf52840 develboards. Then i write the demo with "python scripts/quick_start/quick_start_demo.py" to the nrf52840 develboard...
Dear Nordic Team, Thanks for supporting.
I want to know the possible for mesh network concept with nRF52832 (PCA10040). If possible means guide me for startup.
Regards...
HI!
I'm a happy owner of two nRF52840 Preview DK board (v0.9.3). I'm considering to change their chips to production versions. I found that schematics and PCB layouts are...
Hi,
We are using nRF52832 for one of our central device. Our peripheral is also based on nRF52. We are facing issues while scanning for the peripheral from the central side...
Hello;
We are developing software project and need a beacon device to use in this project.
The UUID of the device needs to be changeable. And the bluetooth signal must...
Hello,
I am using SDK 12 with softdevice 130.I can successfully use DFU OTA and Secure using nordic development board.
While using our custom board(without Buttons) we...
We want to Implement Nordic DFU function by ourself,but the DFU library and soruce code is not available to us.
So we need to get the Nordic DFU OTA documentation which...
Iam working on nRF51822, i have developed my projected by editing ble_uart example project. Iam using Softdevice 110 and SDK 10.0.0. When i try to perform more then 7 BLE...
Hi, I am building a system using Nordic NRF52832 as a node. I would like to save some data (such as node ID) to board's memory so that the application can read these data...
Hello, i am developer for nrf51822, Please, have you tried to connect bluetooth nrf51822 with samsung s8 plus ?? because I noticed that sometimes it connects and disconnects...
I want to use the MPU9250 driver found in the Thingy SDK in my nRF52 project. I am using GCC 7.2 Arm/Eclipse as the development environment. The driver source file inv_mpu_dmp_motion_driver...
I would like to implement feature that swaps advertising data only if GAP address in scan request matches one of the application layer ,,authorized'' addresses.
The only...
Hi,
My app was written on Windows PC/MSVC and is ported to nRF52/Keil.
In many places I've used MSVC assert() macro in the following manners:
assert(function(arg1...
Hi all,
On SDK 15.0, Immediate Alert Service is not working without a secured BLE link. When peripheral is not paired, this latter doesn't receive any alert from central...