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...
I've a PCA10036 V1, I change the IC to nRF52822 QFAA-B016. With nRF5_SDK_11.0.0-2.alpha_bc3f6a0 and SD: s132_nrf52_2.0.0-7.alpha_softdevice, the programme started but if I...
Hi
I have developed a PCB that will be used to control some sensors. The pins NFC1 and NFC2 are intended to be used as GPIOs. However, the default processor settings configure...
Are there any ways/workarounds/configurations to drive P0.9 on nrf52840 as an Input/Output instead of just being NFC pin.
Technically we should be able to drive this pin...
Hi,
I'm using an ISP2053 (nrf5340) chip on a custom board and debugging using the nrf5340dk. I'd like to use P0.02, P0.03 as part of an SPI bus.
I set up a simple experiment...
Hello everyone,
I've recently migrated a code from nRF51822 to nRF52832, thus I started using fds library to manage flash storage from SDK v17.1.
The issue I'm having...
So i have a custom nrf52840 board that i'm working on with SDK 15.2
I want to use the NFC as GPIO.
According to the docs i need to set in the sdk_config.h CONFIG_NFCT_PINS_AS_GPIOS...
Hi,
I'm developing an Android app that will be used on Samsung Galaxy Tab devices only in which the user can connect, through BLE, to another device, which is a module added...
Hi
We have a product that uses a nRF5x Soc. Is acts as both a central and peripheral. The central part connects to a pulseoxymeter, and the peripheral part allows an app...
Dear Developers,
I am in the process of implementing the nRF9151 and would like to inquire about the necessity of the blind vias in its pad. Like on the nRF9151-DK.
Are...
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...
Hello, I am following the official tutorial ( academy.nordicsemi.com/.../) to enable DFU over USB function on both nrf5340DK and thingy53. I am using sysbuild for both board...
Hello Nordic Team,
I am working on measuring battery voltage ( 3.7V ) using a voltage divider ( 220KΩ and 100KΩ ) connected to AIN2 on the nRF54L15 DK.
However, I am experiencing...
My device is a peripheral and during bad RF conditions I would sometimes see a BLE_GAP_EVT_CONNECTED event but the central never receives a packet from the peripheral so it...
Hello,
I'm running both central and peripheral roles for BLE on Zephyr, along with UART and some GPIOs.
SDK: 2.6.2
The project includes MCUboot, supporting DFU...
We are trying to max out the wifi throughput via nRF7002 when connected to SPI4. Currently we only achieve around 6.3Mbits/sec (TCP Upload to peer).
When measuring the SPI4...