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...
Hi Sir,
Please help to check do we support the ISO14064/ ISO14067 for the below part numbers.
1. Could you help to check do we pass the ISO14064/ISO14067?
If yes,...
I am implementing nrfx uarte on nRF52840 with ncs 2.6.1. I am using the example provided in modules\hal\nordic\nrfx\samples\src\nrfx_uarte as a reference.
Reason for using...
Windows 11, WSL2, NCS 2, VSCode
I want to be able to reboot my chip without the watchdog automatically being enabled on boot.
I cannot seem to disable it through the API...
Hello, the chip I am currently using is nrf52832 and the SDK version is SDK15.0. May I ask if all callbacks, interrupts, event handling, and main loops belong to the same...
Belows are that my development setup
sdk : sdk16
os : none
development tool : keil
To use the NRF7002, it is understood that the NRF CONNECT SDK must be used. However...
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...