Hello, just like the title indicated, I need help with setting up the nRF21540 EK with the nRF9160 DK.
For my application, since the nRF9160 DK has the nRF52840 on it, I...
Dear Nordic and community,
I am currently in pre-production phase of designing a PCB based on the NRF9151, and I am a bit confused by the Hardware Device Guidelines, which...
The nRF54L series is a new device to the nRF family, and during the bring-up of the chip from early engineering samples to mass production devices there have been quite a...
Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
Does anyone know of an off-the-shelf hardware and software that will let me read and write nRF52832 devices that are using the NFC Type 4 Library? We've tried the ACS ACR1252...
Materials publicly available say the chip works from 3.1 volts.
But is this the absolute minimum voltage or will it be possible to use also LiFePO4 battery cells with the...
I'm trying to set PWR_UP bit to 1 for the device to go into standby-I mode using STM32F103RBT6 and HAL libraries.
I send (0x20 | 0x00) command (write_reg | config reg)...
I'm trying to compile the S332 example project ble_ant_app_hrm_pca10040_s332.uvprojx. I'm using the V12 SDK and Keil uVision V5. When I try to compile I get an error saying...
Starting with "Development with GCC and Eclipse", I've gotten "blinky" to run on my BLE400 with an nrf58122 using Eclipse Oxygen. I think I'm using SDK12.3 . I started with...
pca10040 S132 5.1.0
if i run only a single nrf nus service (rx and tx) at 4 k bytes / sec both directions, how much load would this put on the 52832
the test is assuming...
Hi,
I'm connecting two I2C modules : MAX30102 and MPU-9250
I can individually communicate with either of these modules and they work okay. But if I connect both of them...
Hi Nordic,
I noticed that both Write Without Response(write_wo_resp) and Write(write) can be enabled at the same time when add a characteristic. I know it means both types...
HI all:
If the iphone saved is English name i can parse it out, But if the save is a Chinese name I don't know what is to use the utf-8 encoding and unicode, who has successfully...
Hi,
i defined spis rx and tx buffer length at:
#define HUB_SPIS_RECV_BUFF_SIZE 1024
#define HUB_SPIS_SEND_BUFF_SIZE 1024
because the rx data length will be vary...
Hello nordic
I use ble to create custom services, I want to create an embedded system that can create and send and receive data. I am using sdk version 14.2.0 and what...
Hi,
Im currently designing a custom pcb using nrf52 reference design available here . In my design, I have to connect the ground of two analog signals to VSS of nrf52832...
I tried Blinky blank application on PCA10040 by IAR. By pressing "Download and debug", everything is fine, I added RTT debugging information and can see it from RTT viewer...
I Have an issue trying to flash a nrf52832 custom board.
Something extrange happens because when I download an example from keil that blink a led(gpiote_pca1036(nrf52 PCA10036...