Hello,
I'm currently working with a custom board using the nRF5340 SoC, and I'm running into unexpected current consumption behavior.
When the device is in advertising...
When version 1.0.0 of nRF54L15-DK evaluation kit will be available and how to distinguish the version when ordered from distributors like Digikey?
In discussion here:
...
-> How to transfer data from one thingy52 device to another thingy52 device. If i have 2 thingy52 devices, I'll send data to 1st tingy52 then 1st thingy52 device will send...
Dear devzone,
Based on ncs2.9.1 and nRF54L-DK(v0.9.2), add in the prj.conf of the peripheral_uart example:
Compile and burn to nRF54L15-DK, the program does not run, and...
The nRF54L series is a new device to the nRF family, and during the bring-up of the chip from early engineering samples to mass production devices there have been quite a...
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...