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...
seems like pixel 9 has an OS-update announced, but not out, does this mean a google pixel 8 is the best bet?
any other solid hardware that 'works' with le audio, cis as...
Hello,
I'm now using nrf5340dk. I want to use its net core to connect ina219 through i2c. I knew that net core i2c is &i2c0, so I set the overlay file like follow,
&...
Hi Support Team,
I want to design a small Windows tool to flash firmware images and set the device serial number for our device, which is based on nRF5340. Could I ask several...
Hi Nordic Team,
I am using the nRF52840 microcontroller and have interfaced a modem with one of its UART modules, as my modem communicates with the Nordic chip via UART...
hi, is it possible to flash the proprietary code in nRF52840 usb dongle using nrf connect app? if yes how? if no then what is the altrernative way to do? is possible to flash...
Hi i am using ble app uart example of nordic 5 sdk sodt device 140 for nrf52840 dk . i am configured that as peripheral my code works fine suddenly i face a issue that data...
Hello,
I'm using two NRF5340 Audio DKs — one as a Gateway and one as a Headset — running the nrf5340_audio example.
Is it possible to configure the Headset device to...
Hi
I am using 4 nrf52833 DK to see the relationship with RSSI and Dara rate. I have two running the nordic uart service and print out the RSSI, they are using TX=0. And...
Hi,
Recently I am studying the relationship between RSSI and datarate. Intuitively, I think lower the RSSI lower the datarete. Is there any physical evidence for this guess...
We're seeing the following intermittently while attempting to connect from a Mac/iOS Central.
Using Android as a Central does not produce the same error.
Sometimes...
Hi Nordic
Sample: asset_tracker_v2 (with only changes to overlay-azure.conf) SDK: 2.5.2 Modem FW: nrf9160_1.3.5
I have followed this tutorial https://learn.microsoft.com...
I am quite new to the nRF5340 Audio DK and used 's project on https://github.com/ace-johnny/nrfadk-hello_codec to get me started.
The overall project goal is to process...
In our specific application, we have an analog input signal to the AIN0 pin of the nrf52840 chip.
We know that the maximum negative voltage in a GPIO must be -0.3 V, and...