Hello, Nordic Team, I'm embedded designer from Russia, discovered your amazing wireless MCU NRF52832. I looked through your SDK and peripheral drivers, and unfortunately found...
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...
Hii,
Downloaded Timer code from sample and trying to build using 2.9.0 SDK but not able to build. It is building using 2.6.2 sdk.
Pls check and update soon.
Thanks...
Hello forum ,
In here i will upload my project in zip where i m using w25q64 flash -nrf52840 .i m trying to read data of qspi flash read write and read for an two byte(trying...
i have connected usb type(b) to j3 and kept the switch to usb but no advertsing happens and i have also connected external supply 3v to p21 the board is not on . only while...
HI i am using nordic nrf52840 dk(pca10056) . i am using ble_app_uart example code for my development. i have connected usb in j2 but when i keep my power switch in usb adv...
I am in the process of integrating a custom display driver (ST7305) into my Zephyr-based project and have followed the necessary steps:
Placed the .c and .h source files...
I'm using SDK version 2.9.0 with an nRF52840 in a combined peripheral / central application.
The nRF52840 device starts advertising, but then after connecting (as a peripheral...
Hi,
I am trying to download the nrf connect toolchain in vs code but getting this error
Error: Failed with exit code 1. Failed to download toolchain bundle Caused by...
Since of the security issue, our 9160, are connecting to a private network (10.x.x.x) by the operator. While testing the FOTA function on this private network, the 9160 has...
SDK: nRF Connect SDK 2.9.0 with VS Code
SoC: nRF52840. nRF52840-DK for development.
We are currently using USB to output logs for debugging. For production, we disable...
Hi all,
I'm looking into speeding up my workflow using remote development containers on ARM servers, but it seems some tools are missing, nrfutil the first, to run a fully...
Hi
Two questions as below
1. About nPM1300 & nRF54L15 I2C connection, at nRF54L15 side, I put SCL/SDA at P1.x group, so INT also need at P1.x group? Or I can put at P0...
Recently I've had an issue with 3 of our nRF9160 based products during production (several hundred of the same hardware/firmware/SIMs work fine). The issue is that while the...
I'm new to developing nRF devices. This is the first time to set up SDK.
I installed Toolchain Manager v1.2.6 to install SDK, but it is too slow and falls into error. It...
here is 2 question for this example. (v2.9.0) as i looking for this example, there are some limitations like belows.
One BIG, one of the two BIS streams (selectable...
my minimal main() does the following, after coming out of reset with the MCU in its default state:
NRF_P1_S->DIRSET = 1; // LED0 output NRF_P1_S->OUTSET = 1l // LED0 on...