Hi Guys,
I know this is more for software issues. But I was curious as to where I can find trusted case providers/makers for the nrf51822 Beacon. Can anyone from the community...
Hi,
Has anyone converted the Adafruit graphics library for Arduino, Adafruit_GFX.h, to be compatible with the nRF51?
Could you please advise on how to convert this Arduino...
Hi all,
I have a few questions:
How is that ADC's common mode rejection capabilities? Rejection for 60 Hz interference, etc...
The datasheet has "typical...
Hi all !
I'm trying to evaluate the throughput i can have between a Motorola 4G and the nrf51. The nRF51 is the peripheral and the phone is acting as a central.
To do...
I have a digital microphone chip, it has the CLK, DATA, LR_SEL three pins, now I will pick up the three pin nrf5283 three pin is as follows: CLK connectionI2S_CONFIG_SCK_PIN...
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...