Hi, I'm working on the DK for nrf52832. I have a working code for BLE, and another working code for die temperature using interrupt. Now I want to merge them and trigger the...
Hi,
I configured for using security BT_SECURITY_L2 for a device that I had previously configured for using BT_SECURITY_L4. When I try to connect with an Android phone that...
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,
just a simple question: I need to create an update over the air system with my nrf52 and I was wondering if transferring the new image to the chip requires especial...
I'm analyzing app_timer scheduling code..
I have an question about list_insertation_handler function in SWI0_ISR
I think if ( (p_timer->ticks_at_start - m_ticks_latest...
In sample project I didn't find any way to perform an update through UART like previous SDK.
Nrfutil tool documentation specify that :
Performing a Device Firmware...
Hello, per the question, how?
Is there certain register in the nrf514xx devices which can be called up in debug mode & used for such a purpose? By that I mean:
place...
I would like to test the newly added v4.2/v5.0 Bluetooth features (e.g. LE Secure Connections, Data Packet Length Extension, 2xSpeed, etc) against non-nordic devices. I have...
I'm using the nRF52DK and S132. Is it possible to encrypt a link without any pairing, bonding and authentication process ? Please show me the way how to implement with the...
Hello.
I need to create multiple btle apps with support for the following network topology:
1 btle sensor node; it implements hrs
and bas services
1...
Hi All,
I need to certificate the nrf52 to Fcc. I understood that the radio test is very useful.
I try to clarify what the code permit to do, because i want to adapt it...
I must create an application for nrf5 dk with s132 v3.0.0 sd. In this application a device must implement heart rate service client, while continously trasmitting a reference...
Dear Nordic Engineer,
I need to work on nRF52, my Macbook Air has OSX Yosemite 10.10.5 - I can run "make" or "nrfjprog" only if I copied libjlinkarm.dylib into the same...
Hi
I am presently working on MPU92/65 sensor interfacing with TWI/I2C.
i am using nRF51822 EK with soft device s130_nRF51_2.0.0(id:0x0080) and nRF5 SDK v12.2.0 and keil...
using
nrfjprog --rbp all
and got a success
and using
nrfjprog --readuicr
got unavaible
but if using j-flash and read whole chip, it's able to be readback...
it...
I am trying to figure out how/if I can program the softdevice hex from keil? I know I can just use nRF studio however its annoying sometimes....I also noticed I cannot rebuild...
I'm using an nrf52dk (pca10040) to develop an mqtt subscriber application.
I'm using the IoT softdevice, with the IoT 0.9.0 sdk example for subscriber as a starting point...