Hi,
I wanted to implement a version of Channel Sounding where you wait for a certain amount of distance estimations, and then try to just select the smallest distance...
Good day,
I tried to build the standard Nordic application: Blinky for the nrf52840dk/nrf52840 board from the following directory on my PC: c:\ncs\v2.9.1\zephyr\samples...
Hi,
I have an issue with VS code. The connected devices does not show my jlink debugger nor the DK. However, nrf connect desktop programmer shows them.
Toolchain: v2.6...
Hi,
I'm developing custom firmware on the appcore and netcore. The netcore runs BLE controller, as well another custom IPC service to communicate between the appcore and...
Hi everyone,
I’m working on a project involving the nRF7002DK, where I’m trying to combine two separately working applications:
A TinyML CIFAR-10 image classification...
Hi,
we are looking into incorporating a NRF52 module into our control units, but to allow extending the antenna position away from the case through male-female SMA cables...
I opened up the nRF Connect for Desktop application and noticed a new version for the SDK , 3.0.0. I also noticed that the application is being deprecated.
Inside of Visual...
Hello, I've just purchased nRF52 dev kit and I'm using ble_app_uart example from SDK_12.2 to send/receive data from one pc (which is connected to the dev kit through usb)...
I have been trying to use nRF5 SDK 12 on nRF52 Preview DK by using PCA10040 instead of the removed PCA10036. But example 'ble_app_hrs' that uses SoftDevice S132 v3.0 do not...
Hello,
I am developing a custom board using nRF52. In my previous custom board, the total current consumption is 15mA with DCDC regulator enabled. I want to reduce this...
Hi,
I'm trespassing some code of nRF51 to nRF52 (s132, SDK 12.2.0) and I get an error when I try to call sd_ble_gatts_rw_authorize_reply. This is the code
case BLE_GATTS_EVT_RW_AUTHORIZE_REQUEST...
I'm using the beacon example (SDK 12.2.0) which I've modified slightly so that a sensor output initiates advertising for 20 seconds with LED1 flashing accordingly. I want...
Hello I was working with the Flash Storage examples in the nordic github repo. I noticed that the FDS example while it has a IAR Workspace it does not have the associated...
Hi,
I am having trouble with buttonless DFU on my application. I am working on custom hardware on the nRF51822, SDK10.0.0, S130.
When I enter DFU from my application...
I'm working with pca10028.
Then gpiote interrupt is triggered twice.
Why is this happening?
And what is BUTTONx_EXT connected to PCAL6408A(U7) in schematics?
Hi,
I am new to nordic development. I have programmed segger program softdevice by s110_nrf51_8.0.0_softdevice.hex and program bootloader by dfu_dual_bank_ble_s110_pca10028...
My project is to communicate with the AD7780 via SPI.
Nrf is the master and AD7780 is slave. I am know implementing my solution referring to an example i found about SPI...
I'm trying to make the nRF51422xxAC advertise. Using Segger Embedded Studio.
I have this code: bpaste.net/.../f29f74986c10
On line 109, I have a breakpoint. At that...
I've followed the tutorial about setting the eclipse environement devzone.nordicsemi.com/.../
I've got every thing to work except the debugging, it stops every time at ...
Hello,
I am trying to set the nRF52 to power off and wake up on a momentary button push (scope measures momentary push logic low around 50ms-100ms). However, I am struggling...
This is from the previous Blog: devzone.nordicsemi.com/.../
I've looked at the other dev boards. I found this one nRF52832 System on Chip and Amber SPP-over-BLE profile...