Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to Compile Project? #35

Open
aapocan opened this issue Dec 15, 2023 · 5 comments
Open

How to Compile Project? #35

aapocan opened this issue Dec 15, 2023 · 5 comments

Comments

@aapocan
Copy link

aapocan commented Dec 15, 2023

Hi everyone, thanks for project @dzurikmiroslav .
I have used only Arduino IDE before.
Now, i have eclipse with esp tools for this project.
I did examples project blink etc.
I open this project in eclipse and I couldn't do anything else.
thank you for your help

@dzurikmiroslav
Copy link
Owner

In Eclipse, it is not enough to just open the project as a Makefile project, it is necessary to use the import an existing IDF project from the idf-eclipse-plugin.

I've been using VSCode with ESP-IDF for a long time now, I found Eclipse quite complicated, and I didn't enjoy reinstalling a configuring idf-eclipse-plugin after every new release ;-)

After checkouting code did you fetch GIT submodules? Please execute: git submodule update --init --recursive

@aapocan
Copy link
Author

aapocan commented Jan 12, 2024

Thanks for your help. I think I managed to compile and install it. I haven't tried it on a car yet. The TL081CP seems to overheat when the circuit is idle, is this a problem?

@dzurikmiroslav
Copy link
Owner

The operational amplifier should not produce much heat (no more than the ESP32). Do you have a genuine part? I managed to buy a bunch of fake parts on AliExpress :)

@aapocan
Copy link
Author

aapocan commented Feb 10, 2024

Yes I changed it and the problem was solved, thank you.
Now I'm trying it on the car, but it gives a warning waiting for authorization.

I click on the authorization button. but there is no connection
WhatsApp Görsel 2024-02-10 saat 18 05 12_f8c5a2e2

@dzurikmiroslav
Copy link
Owner

It seems that the detects pilot state B even when no EV is connected... Which is voltage on CP? When has no EV connection (state A) it should be about 12V.

Problem should be caused by:

  • wrong config of PILOT_DOWN_THRESHOLD_X
  • bad power supply
  • voltage drop on the operational amplifier
  • wrong voltage divider in the CP circuit

I recommend you read the wiki about callibarion of CP https://github.com/dzurikmiroslav/esp32-evse/wiki/CP-calibration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants