Hello, I'm developing a BLE Central application using the nRF52 SDK. The central connects to multiple peripheral devices (nRF52832), each sending 6-byte ADXL345 accelerometer...
I'm having trouble getting the I2C interface working on our nRF54L15-based prototypes. The initial config write to the device fails; specifically, in the twim driver (i2c_nrfx_twim...
Hello,
I just downloaded nRF connect for Desktop App, and plugged in PCA 10100 2. 0. 0 , 2023, 3.
I ran quick start, and this is what I get.
Any explanation on why...
Hi Nordic Team,
I have developed a couple applications for the nRF52833 using Zephyr and have now moved to the nRF54l15. For this new application, power consumption is...
Hi,
I have question about a project I'm running on nRF connect sdk 2.9.1.
I noticed that whenever an i2c sensor device device_init() is returning a value not equal...
I am trying to run some of the more basic examples included in the nRF Connect SDK on the nRF5340 included in a Thingy:91 X . I have installed the latest version of the nRF...
The OSCILLATORS documentation says:
" The device starts at 64 MHz. For 128 MHz, it must be configured when the CPU starts and before any peripherals that use the high-frequency...
hello,
i am having development board.in that i am doing the following things:
programming soft-device hex file
2)programming proximity hex file
in proximity code...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
Hi,
I'm running a GPIOTE test that pulses a debug pin whenever CPU executes user registered GPIOTE handler. The GPIOTE trigger pin has a 8ms period, 8us duration low-active...
Hi
I used SDK v5.2, SD : s310 v1.0.0 and nRF51422 v2 (QFAA E0).
The power consumption is too high when I used GPIOTE to do interrupt.
Disable GPIOTE:
The current...
Hi all,
I implement a Time Client on my device, that will request a time update from my connected smart phone as a Time Server.
How can I add current time service/char...
Hi Dev Team,
Please guide me that, How to create the Service and Characteristics UUID for the nRF51822 development kit?
The service and characteristics UUID needs to be...
The provided module spi_master.c has timeout code and error returns from spi_master_tx_rx(...)
Given that there are no external control signals to the SPI block, only a...
Hi,
I am novice to this MCU development world. I have lots of programming experience with desktop/web services side.
I recently received my nRF51822 mBed development kit...
I would like to store some configuration data on non-volatile memory in nrf51822.
I'm using pstorage library to access flash, but I have problem with api calls. What I am...
Hi,
I'm developing custom PCB with nrf51822 (low voltage mode) and I have troubles with flashing the chip. I cannot see the chip in nRFgo Studio. I can flash original devboards...
Dear SOC developpers,
As many kickstarters i bought an RFDUINO kit, then I made a cool prototype thanks to the easy Arduino compatibility. I'm now thinking of industrializing...
Is there a simple software code example how to configure an interrupt handler for a single GPIO-pin? I am using nRF51822 chip with softdevice S110 and the interrupt source...
My question a little weird. Because I am super beginner about BLE. So what I want is how to write string data. now i am looking to information about this. I cannot find it...
Hi
I'm trying to implement bonding in a device based on the S120. As counter part i've used a S110 device or an iOS device (realized with LightBlue App).
While searching...