Thanks Stefan. The zip file making and updating steps work perfectly for me, if I follow your steps and make it from your stock pre-built "dfu_test_app_hrm_s132.hex". My question...
Hi!
I'm trying to configure my NRF8001 module with the help of nRFgo studio. I'm using Nordic UART over BTLE service template. The module can be discovered via nRF Master...
I'm trying to make a BLE device that actually pairs securely. I posted this question on StackOverflow but didn't get any answers - maybe someone here knows more. As far as...
I am using esb in SDK 11 and my understanding is that the radio causes interrupts that are forcing and cannot be disabled. These in turn causes software interrupt 10 to be...
I'd like to read and write data to the reserved app data space while in the bootloader. Is this possible with pstorage?
Because the BOOTLOADER_SETTINGS_ADDRESSS = 0x0003FC00...
Hi,
I am using 'pstorage_update' to store data in the internal flash. Whenever the number of bytes that should be written matches the size of a storage block everything...
Has anyone tried to generalize this example to different sized variables? What I would like to do is allocate a data structure, write that to flash, and recall it at a later...
I have purchased two nRF52833 development kits and I would like to implement Direction Finding using AoA method. I have purchased the uBlox ANT-B10 patch antenna board for...
Hello,
I'm a relative neophyte when it comes to non-hardware aspects of WiFi ICs, so I have some basic questions about the nRF7002; these are features my client is asking...
Hello!
I am new to the nRF52840 Dongle and Kali Linux running on a Pi 4B. Can someone point me to a source to walk a newbie through the install process? Any help is greatly...
Hi
at embedded world nordic presented a camera demo similar to this:
https://www.youtube.com/watch?v=mkYzTxRO1-w
Where can I find the repo for that (app and firmware...
Hi, I am using the nrf-dm sample with the nrf52840dk to measure the distance between two boards, but I am getting inaccuracte results. At a distance of about 60 centimeters...
We are currently thinking about implementing LE-Audio in CIS mode by reusing the sample program nRF5340_Adudio.
There are two types of boards to create: a transceiver board...
Hello everyone,
I've successfully implemented the SLM example on the NRF9160, and it's functioning properly. Now, I'm attempting to send AT commands to the modem using my...
what should i do to get the what should i do to get the thingy91 connected to LTE Network ? the SIM has been acitvited but i still cannot connect the Dk to the network.thingy91...
Hi, I am working with ncs 2.6.0 trying to implement some logs using the DiagnosticLogs cluster
But It looks to me like it is not impemented/supported yet.
For testing...
Hello:
I am Enrique Martinez. Currently I work with nRF52840 in nRFConnect SDK for VS Code. I have problems with documentation about Multi-Image builds ( https://developer...
Hello:
I am Enrique Martinez. Currently I work with nRF52840 in nRFConnect SDK for VS Code. I have problems with documentation about Multi-Image builds ( https://developer...
I am using the Direct Test Mode sample as a starting point (samples\bluetooth\direct_test_mode). I am using NRF Connect SDK Toolchain v2.5.0 and NRF Connect SDK v2.5.0. I...
As far as I know, ppk2 is an eye-catching and open source power evaluation tool. I got the source code of the power profiler from github, and obtained the hardware design...
Hello,
With the CMakeLists file, is it possible to make an error during compilation if the SDK version is not the correct one?
Example: I am developing an application...