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,
We have made a custom board using the NRF52832 chip. The device is in hard fault mode and we believe it may be because of the corruption in internal memory. We wanted...
Hi,
Currently I am trying to test DCDC mode on my custom board nrf52832. After soldering 15nH and 10uH on DCC(pin 47), I issued the following command after softdevice enabled...
@Vidar: I have followed your steps in tutorial for "Development with GCC and Eclipse" and when I try to flash my device I get the below error
Nrfjprog.exe is not being...
Like many others (read a lot of threads here about this and also beneath the tutorial to Eclipse many people write that they suffer for it) i have problems in Eclipse with...
Hi,
I'm using the example dfu/bootloader_secure_ble for NRF52832 (PCA10040 board) in nRF SDK 13.0.0 version and on my mobile the "nRF Connect" application.
If I use...
Hello,
I'm working on a project based on the ble_app_multirole_lesc example, under examples/ble_central_and_peripheral/experimental and I found a bug.
In ble_evt_dispatch...
Hi,
I am using nrf52832 with sdk11 and s132.I am using ble_app_beacon example wherein I want to advertise with different address after one power cycle.
In ble_stack_init...
I have uploaded the Image with Keil µVision compilation errors, included Files in main.c and on the left side the compilation of micro_ecc_lib_nrf52.lib file using " build_all...
Hi there,
I'm trying to do a DFU over BLE using the Nordic nRF5x SDK on version 14.2. I'm using an NRF51 dongle on the PC side while trying to transmit to an NRF52832,...
I am using a nRF52 to communicate using both BLE and proprietary protocols. When using BLE, I apply the workarounnd for errata 102 and 106. However, when I switch to my proprietary...
Hi
We are using PCA10040 together with the ble connectivity firmware, pc-ble-driver and pc-ble-driver-py as a part of our automated test system. Eight dev boards are connected...
Hi,
I've been trying to update Espruino ( github.com/.../Espruino) from using SDK 12 to SDK 14, which is proving to be a pretty horrific task.
The latest issue I've...
Hi,
I am currently porting an application s110-based to s130v2.
Previously, I used to create critical sections using sd_nvic_critical_region_enter/exit .
Reading...
Hello,
I am using nrf52840 PDK, sdk 13.0.0 for my college project. I am trying to rewrite this nrf mpu example , in order to read data from MPU9255 and observe the data in...