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 ?...
I'm using the pre-compiled nRF51-BLE-Driver-Win driver (v0.5.0) on win7 64b with python2.7 and an nrf51 dev kit dongle running the precompiled 115.2k s130 connectivity firmware...
BLE.c
when no connection creat between android nrfUart app and backon kit so autometically sleep in 180 seconds,
but i have need sleep condition in connected mode of...
This isn't a question, just a tip/head ups for people. Spent more than a few hours wondering why all my Flash settings all of a sudden were no longer saving. I found that...
Hi, the title says it all really. I'd love to get my hands on a sample application from the Nordic github repo (or elsewhere) which shows clearly how to implement for S110...
I've read the document, 51822 Product Specification 3.1
But I can't find which pins are assigned for SPIS.
I'm using QFN type.
Directly speaking, can I achieve SPIS...
Hi Guys,
I have a MCU RTOS project. in Hardware board, builtin Nodic BLE chip over UART,RTOS BLE stack works fine.
We also have a MCU RTOS Emulator based on Qemu,we...
Hello,
in our final device, I want to give the user the opportunity, to close an opened BLE connection between our device and another smart device. This should be done...
I have 2 boards. The first board, I run the demo project code for ESB PTX. And it works fine. However, I load the same code on a second board, and "nrf_esb_enable()" never...
I intend to use ESB to transmit data every a few hours. Since I want to use a beacon board, I assume the ESB app needs to sit on the S110 softdevice.
I added S110 to the...
Hello.
I use nRF51-DK and need to avoid appearing of the virtual drive during connection to PC (it's confusing my customers). So, I want a behavior as an old PCA10001:...
I am designing with the nRF51822 and I have a choice of either a 32Khz or 16MHz crystal. Can you tell me the advantages and disadvantages of both?
If the 32KHz crystal...
Hi,
I've got a question about the startup-process and power consumption using BLE&Advertising (sample code: nrf51-ble-tutorial-advertising )
I've got the "new" nrf51...
I would like to see app_trace_log messages on a terminal window on my PC.
I did the following things:
Added the define ENABLE_DEBUG_LOG_SUPPORT to my project in the...