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...
Hello,
I am a student currently studying Bluetooth Low Energy (BLE).
I am working with two Adafruit nRF52832 boards (Adafruit Feather nRF52 Bluefruit LE - nRF52832, link...
Can nRF51822 be used as uart BLE peripheral together with nRF52832 (as uart BLE central)? If so, are there any examples? So far I can find only uart ble example for nRF52832...
Hello, in a video by Ai Kevin of Nordicsemi sharing about ESB development, I learned that the ESB can be specially configured to work with Ellisys Bluetooth Explorer for packet...
Hi, Is it possible to use the same UART instance for app core and net core to put the log messages? I am using an nRF5340DK board, which uses a separate COM port for each...
Hi,
My phone can find, but is unable to connect to, the FastPair locator_tag example. I have made no changes to the example code.
The most relevant error I can see in...
I would like to reduce the power consumption in normal operation mode.
Then I would like to reduce the operation frequency in the I2C, SPI and UART.
What is the command...
Hello everyone,
I’m trying to set up an nRF52840 dongle as a Thread radio co-processor to integrate with my Home Assistant setup. I followed the instructions in this Nordic...
Hello!
I have a device on which the S25HL01GT memory is soldered. The problem is that I don’t understand how I should work with .dts in order for this memory to work with...
Hi,
I started fesh on a new laptop, installed nrf Connect for desktop. I used VS Code to install the the latest nrf toolchain and sdk, verison 2.6.1, as they recommend that...
I create a linux docker container about nrf development environment. And the container host is windows11.
everything works fine except flashing function.
i passthrough...
Hello,
What would we expect the INFO.VARIANT FICR register's value to be with, for example, an nRF52811-CAAA-R7 vs. an nRF52811-CAAA-R7-B?
Right now I am seeing "AAA0...
Hi we are working on a matter project using ncs v2.6.0
Currently we are running out of RAM memory and that´s why we have moved to minimal logging by enabling
Now we...
I want to use 5" inch display for my project as nrf52840 is not able to handle that so I want to FT8xx EVE for the screen functioning? so did anyone has try this or any leads...
Dear support,
I performed a 48 hours- 20°C profiling of my 110mAh battery and managed to get my profile (really appreciate your nPM PowerUP tool. Helping a lot for development...
Hi.
I am working on a custom nRF52810 board (SDK 2.7.0).
When connecting LIS2DH12 via SPI in the .dts file, I see an error -->
.dts code -->
prj.conf -->
Please...