Giter VIP home page Giter VIP logo

esp32-c3-devkit-lipo's People

Contributors

dankoloff avatar tsvetanusunov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

esp32-c3-devkit-lipo's Issues

GPIO 3 and GPIO 4

I see that GPIO 3 has a voltage divider connected to the battery and GPIO 4 is for power sensing of the 5v.

Could you explain how these pins can be used for reading out the battery measurement and the external power?

Especially what are BAT_PWR_E1, BAT_SENS_E1 and PWR_SENS_E1? And how they can be used.
I tried reading them with ADC but I believe that I'm missing out something because I always get 2000 (with 11db atten. set up).

Edit: I saw in the schematic that it's a jumper and it's on the backside of the board.
What jumper should I put there?

Serial Monitor not working

I am trying to get a simple sketch running on the ESP32 C3. I am able to upload the sketch successfully but the serial monitor is blank. Any thoughts as to why this might be? I have verified that the serial monitor is set to 115200 as well. As a reference, I am able to successfully load and run the Blink example.

This is the sketch:

void setup(){
  Serial.begin(115200);
}

void loop(){
  Serial.println("Hello from ESP32-C3!");
  delay(1000);
}
image

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.