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...
As the title suggests, I'd like some help reviewing my schematic for a 52832 pcb. I have tried to stay as close as possible to the DCDC reference design. Some notes on the...
I'm adding DFU over Bluetooth support to an existing application based on nRF Connect v2.3.0 following these instructions . What the instructions lack (and possibly is a given...
As the title suggests, I am trying to run the peripheral LBS example on my custom PCB to test BLE before continuing with my application. I'm using NCS V2.9.0. I have created...
In some other tickets it's said, that using the nRF7002 for IP traffic doesn't work, because that requires too many resources on the nRF9151.
Does this apply for a "UDP...
Hi,
Where are the peripherals required for the Zigbee stack documented? I have searched, but only broken links have been returned by Google. I'm using Connect SDK v2.9
Hello. I want to change the board configuration in nrf7002. "In the nrf7002dk_nrf5340_cpuapp.dts file &spi4 { status = "disabled"; }; An error occurs when spi4 is disabled...
Hello everyone,
My project consists on using the nPM1300 with ESP32-S3 on a custom board. I2C connection is pretty much validated, since I have already configured some...
I have an app where I'm using the AP and STA mode of the 7002. I'm running on a nrf5340.
*** Booting nRF Connect SDK v3.5.99-ncs1-1-1-g6dc48c918694 *** [00:00:12.620,269...
Hello,
I am new to Zephyr and I am trying to figure out the best way to set up a new project for a nRF91 modem. Ideally, the project should allow patching of the nRF Connect...
Dear All,
I am working on a project using the nRF52810 with the secure bootloader configuration from the Nordic SDK 17.0.2 . Specifically, we are using the example:
....
I've setup my development environment using the 'application' structure. https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/develop/application/index.html#zephyr_workspace_application...
With the nRF52840 we used RSSISTART to start the sampling of the RSSI and got a RSSIEND event when we could read the RSSISAMPLE register.
The radio on the nRF54L doesn't...
Hello,
I am working with the Multi-Service sample on the 9161dk and also a custom 9151 board.
The multi-service sample compiled option works great but the samples, when...
Greetings.
Background:
We have a custom device, that uses the nRF9160 as a Modem, with Modem OS 1.3.4 and a sightly modified "Serial LTE Modem" FW. One of our Devices...
I'm trying to send simple packets using the radio peripheral.
In my test scenario I have the following conditions:
The HFXO is started and is running the whole time...