This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF24LE1 deep sleep high current

Hi

i use nRF24LE1 in mode deep sleep it working but current consumption to high around 600 - 700 uA

please help

My code code

Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/**************************************** Copyright (c) ***** ***************************************************/
#include <reg24le1.h>
#include <stdint.h>
#include <stdbool.h>
#include "hal_nrf.h"
#include "hal_nrf_hw.h"
#include "hal_clk.h"
#include "hal_delay.h"
#include "hal_uart.h"
#define LED P13 // LED output
#define RSW P14 // Button wake up
#define TX_PAYLOAD_LEN 32 // wireless send data length
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX