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
Is it possible to stream 128 kbps .acc, .lc3 or .mp3 Spotify audio from server to nrf9151 ?
It says it supports 300 kbps download, so maybe 150 kbps is realistic ?...
Hello Nordic Dev zone!
I want to print some float values in my application (light_switch_app), but i cant print the float numbers using the __LOG() , and instead of the...
Due to a hardware design error, the CLK/Data pins on TWI bus was switched in different PCB versions. I want use software to dynamically detect the situation and switch the...
hello
yes I have problems with my app_timers in SDK14.2 (migration from 12),
I well noticed that the prototypes of the functions create and start changed from sdk12. ...
I have an application that performs a task and saves the result to EEPROM that uses an ATMEL ATMEGA168pa processor.
I want to convert it to the nRF52840 which does not have...
Hello! We have been trying over the past week to figure out how to best back up a provisioner/client so that if it goes down we can rebuild the network without re-provisioning...
Dear Team Nordic,
dear Community,
I'm working on a project with nRF24L01+ transceivers where I have two types of devices: a so called Basestation which acts as a Primary...
Hi all,
I am using nRF SDK for Mesh v1.0.1 and I want to implement following as in picture:
I am publishing to group address (group address because in the future I...
Hi, I test the SDK example "temperature", it works OK. I copy the code to my project, there is no compile error, but when the code running on the DK pca10040, the code is...
Hello there,
I'd like to bond between two nrf5 modules and have a real time communication between them.
Now my question is what is the role each would have to play...
The nRF5 SDK is event-driven. So does it mean that the event handler in my application will be directly called in the interrupt service routine? If I write a long event handler...
Hi all,
I'm experiencing a performance drop with BLE proxy enabled in Mesh SDK 2.0.1 compared to Mesh SDK 2.0.1 / Mesh SDK 1.0.1 without proxies (higher packet loss, range...
Hi,
I have project for NRF51822 in IAR(EWARM). Short about project: it based on example BLE to UART communication; it uses SPI, I2C, analog inputs readings, some digital...
I used nRF5_SDK_14.1.0_1dda907.
I opened the bpwr channel then received ant+ packet.
The device received ant+ packet successful.
How do i know that how long time the...
hi all ,
how to build multi provisioneers with mesh network ?
i read some information and run the nordic mesh sdk 2.01 (ligh_ swith sample )
i have some issue with...
1. I am issuing a gatt characteristic (CHR1) write without the response requested from Central (BLUEPY/BLUEZ, Ubuntu 18)
2. Central than reads CHR2.
Is it possible...