Giter Club home page Giter Club logo

Comments (9)

HrOlsen avatar HrOlsen commented on August 22, 2024 1

it's highly appreciated if you add the schematic

from t-display-s3.

DrJaymz avatar DrJaymz commented on August 22, 2024 1

it's highly appreciated if you add the schematic

I agree, because when we're trying to get extra low power standby current its important to see the schematic.

from t-display-s3.

HrOlsen avatar HrOlsen commented on August 22, 2024 1

thanks for adding the schematic to the project

from t-display-s3.

rimim avatar rimim commented on August 22, 2024 1

Drive GPIO15 (PWR_EN) low and it will shut off the green LED.

`
#define PIN_POWER_ON 15
#define PIN_LCD_BL 38
#define PIN_WAKEUP_FROM_SLEEP 10

void deepSleep()
{
digitalWrite(PIN_POWER_ON, LOW);
digitalWrite(PIN_LCD_BL, LOW);

gpio_num_t wakeUp = gpio_num_t(PIN_WAKEUP_FROM_SLEEP);
esp_sleep_enable_ext0_wakeup(wakeUp, 0); // 1 = High, 0 = Low
rtc_gpio_pullup_en(wakeUp);
rtc_gpio_pulldown_dis(wakeUp);
esp_deep_sleep_start();

}
`

from t-display-s3.

DrJaymz avatar DrJaymz commented on August 22, 2024

Thanks for the Schematic.

I'm looking at the schematic, I'll need a moment to get my head around what that is showing. In particular, I'm looking to see what parasitic loads there is on the battery when we're in deep sleep.

So there's 200k load on BAT bus to ground thats 20uA to start with with 4V battery.
Then I can't quite work out the connection between VBAT and BAT buses. But looks like VBAT is loaded with another 100K R12 which is another 40uA. So thats 60uA.
Then there's RED LED8 dangling off the 3V3 bus. My actual board has a bright green LED next to the USB C. is that this one? I thought it may not be active but I just tried with a battery and yes its on, burning away a whopping 5mA all the time.

So, you can make some nice things with a standby current of <100uA, single button power etc. But not with that LED knocking about.

from t-display-s3.

LilyGO avatar LilyGO commented on August 22, 2024

The T-Display-S3 without touch when entering deep sleep is about 200uA.

from t-display-s3.

DrJaymz avatar DrJaymz commented on August 22, 2024

The T-Display-S3 without touch when entering deep sleep is about 200uA.

I wish it was. Its in the milliamps region because of a massive green LED that can't be shut off. I mean if you smash it off the board then you get under a milliamp - but still not good enough for battery standby, unless you have a battery off a ship.

from t-display-s3.

LilyGO avatar LilyGO commented on August 22, 2024

Problem has been resolved.

from t-display-s3.

DrJaymz avatar DrJaymz commented on August 22, 2024

Excellent - I haven't had chance to try this out yet.

from t-display-s3.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.