Hello!
How can I communicate with my nRF24L01+ and nRF51822 at the same time. I can set up same channel, CRC-mode and I don't use ESB. But what about address? How do I set...
Hi all,
i want to know answer related to following question
1)what is use of uicr?
2)if i place some value in uicr and then change the image,then is there will be change...
It used to work, but now it says "Connected" but the rest of the GUI never changes and the mouse just shows a busy spinner. Here's the log file:
0;13:45:18.9900 [MainThread...
Hi all!
My question is:
My own application is built based on the example "ble_app_template", and according to the nrf51 SDK - Examples - BLE Peripheral, this example...
Hi,
I am using ancs service to get some information of my iphone.
I use nRF51822 microcontroller and Nordic suggests to use the new SDK (5.2) for new microcontroller...
Dear sirs,
My purpose is to transmit stereo HiFiaudio from one source to two speakers wirelessly.
The speakers have their own power amplifier.
The problem is that the...
My goal is to control a RC toy drone (4-ch 2.4GHz) from a PC. I've seen some hacks (for example dzlsevilgeniuslair.blogspot.com.br/.../more-toy-quadcopter-hacking.html) using...
I'm currently working on a matter application on a custom board in NCS 2.9.0. In the documentation for the ipc_radio net core image the README at nrf/applications/ipc_radio...
Hi all,
I am trying to configure the NFC Pins for usage in an SPI application. However they do not even work for a simple nrf_gpio_pin_set after configuring them with nrf_gpio_cfg_output...
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...