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...
Hi All,
I started with example ble_app_multilink_central for S120 from sdk 6.1. I then started stripping the application to get a barebones central. I removed app_trace...
What I`m using:
-nRF51422 EK
-Keil v5
-nRFGo Studio 1.17.1
-SDK 6.0 and 6.1
-SoftDevice S110 v 7.1
-Applicatio: ble_app_hrs
I first Programm the SoftDevice
Softdevice...
I've done a lot of reading on the forums about this topic and done a lot of trying myself. I haven't had much luck and it seems like most everyone is in the same boat.
...
Hi,
On my ble application, I want to keep after wake up reset the previous value of a variable, I tried using sd_power_ramon_set(0x000f000f) to keep on all ram partitions...
It seems like a pretty large hardware/software release just came out and I am a little confused. Where can we find documentation about all the new hardware (nrf51822-QFAX...
Hi I try to run master control panel on PCA10024 development boad. On master control panel, I set File->Options->Serial port: "Show all serial ports". Then master control...
Hello,
I'm reading S210_SoftDevice_Specification_v2.0.pdf and there is written: "The ANT channel encryption engine provides the ability for a single channel..." does this...
I didn't find information about size of buffer within softdevice 310 for ANT messages.
I found that S310 requires: 128kB Flash, 9kB RAM, Stack 2kB
But how big size of...
Hi, are my assumptions below correct?
Measuring a (ratiometric to VCC) analog signal and selecting VDD_1_2_PS as the reference selecting AIN_NO_PS or AIN_2_3_PS will not...
Hello,
I'm currently seeking for parameters that could improve our ANT communication stability. I read, that there are possibly override parameters in the FIRC that have...
Hi all,
I try to reduce the power consumption of my GZLL host (RFDduino/nRF51822).
I use the Arduino IDE to program my RFDuino.
My Idea was to synchronize the host and...
Trying to flash a program with Keil. Worked fine with SDK 5.2, now with SDK 6.0 get the error: Insufficient RAM for Flash Algorithms.
My options for RAM:
Start: 0x20002000...
Hi, Nordic
I added "//" to the srccode of main.c in project ble_app_hrs just like below
bond_manager_init();
// ble_stack_init();
ble_error_log_init();
timers_init...
L.S.
Suppose I want to customize the transmit power at installation time, not at build time or production time, how would I go about it?
I have adapted the proximity...
Hello,
I want to use DFU with single mode mode.
I included in build dfu_single_bank.c instead of dfu_dual_bank.c.
But after that DFU device begin to work with errors...