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 ?...
Hi,
I've recently come across a problem where in some cases my device's memory gets trashed.
Ideally I'd be able to set a watchpoint on a memory location so that I could...
main.c
I am working in sdk14.1 nrf52832 ble_app_uart_pca10040_s132 and ble_app_uart_c_pca10040_s132.
ble_app_uart_pca10040_s132:
nrf_ble_gatt_att_mtu_periph_set(&m_gatt...
Hi,
I'm using nRF52810 on SDKv14.2 and I have changed the bootloader from 52832 to work for 52810. I could do OTA now. I found that the bootloader there is no timeout when...
We are developing a test jig that also programs the Nordic nRF51822 on our board.
We are receiving the following error message from the command line programmer:
NRFJPROG...
DSP is Digital signal processing,But I first came into contact with the word,I don't know what is DSP?
Do you have any relevant documents to explain the words?
The second...
The app_time_tutorial.zip file I downloaded for the Application Timer Tutorial does not contain a sdk_config file despite the #include "sdk_config.h statement included in...
Hi,
Is it possible to have multiple BLE units that can talk to each and any of the others. ie if two come in close proximity they can connect and communicate a small amount...
Hello All
I am planning to install the nRF51822 beacon, wanted to know how to setup so that the beacon broadcasts repeated eddystone based advertisement URL/ packets to...
I am trying to get the nRF24L01+ working with a PSoC 3.
I initialize the nRF like this..
spiWrite1(NRF_CONFIG, 0x0F); // reflect TX_DS, RX_DR and MAX_RT interrupts as...
I have installed this software several times without any result on PC.
How to access an IDE???
I am really very frustrated. Since several weeks I am not able to edit, compile...
When an interrupt with a printf in it triggers while another printf is still occuring the previous message is cutoff to print the next one.
Is there a way I can wait for...
Hi,
I've a custom board which has NRF51822 SOC and STM32 SOC. These two are connected over UART. In past I've successfully performed DFU OTA (BLE) for nrf51822 MCU, and...
I have got a Raytac module MDBT40(nRF51822) and development board nRF52832. Now I want to program the module using the development board. I have followed this video ( Programming...
Hello all,
I am trying to update my firmware using BLE peripheral.
I followed the instructions in this [tutorial] ( devzone.nordicsemi.com/.../)
I downloaded the SoftDevice...
Hello Nordic Forum!
Our product relies heavily in the TWI Bus, we use it to communicate with different sensors periodically. The most "important" one is read once every...