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

Hello you need Help to improve this project ? #3

Open
brunohorta82 opened this issue Dec 20, 2022 · 13 comments
Open

Hello you need Help to improve this project ? #3

brunohorta82 opened this issue Dec 20, 2022 · 13 comments

Comments

@brunohorta82
Copy link

Hello, I am working on one similar project, if you want we can't join energies and make a super evse based on ESP32 :).
Please let me know if you are interested.
my email: brunohorta82@gmail.com

@dzurikmiroslav
Copy link
Owner

Hi, YES, it will be great, but unfortunately now this is one-man-show project :-)
I need to write some documentation and guides...

@vitalyxxl
Copy link

Problem with install project at my computer ......
( not found files at project dirs )
Please help me continue !!!

@dzurikmiroslav
Copy link
Owner

After checkout repository, did you fetch git submodules?
git submodule update --init

@vitalyxxl
Copy link

vitalyxxl commented Jan 22, 2023

Installation does not go through GIT. An error is generated:
error: invalid path 'components/peripherals/include/aux.h'

I tried to install by downloading the ZIP archive and extracting it to the specified folder .

(My OS - WINDOWS 10 64)

My next step ?

@dzurikmiroslav
Copy link
Owner

dzurikmiroslav commented Jan 23, 2023 via email

@vitalyxxl
Copy link

vitalyxxl commented Jan 23, 2023

Hello ! AGAIN ERROR while installation : wrong files : aux.c & aux.h

MICROSOFT ::
Do not use the following reserved names for the name of a file:
CON, PRN, AUX, NUL, COM0, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT0, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, and LPT9. Also avoid these names followed immediately by an extension; for example, NUL.txt and NUL.tar.gz are both equivalent to NUL. For more information, see Namespaces.

:( :(

@dzurikmiroslav
Copy link
Owner

dzurikmiroslav commented Jan 24, 2023 via email

@vitalyxxl
Copy link

Thanks for the correction !
Now the project install without errors and warnings.
Compilation and assembly ( idf.py build) goes without errors (there are a few warnings, but I think this is not critical .....)
Binary files are written ( idf.py flash ) to the controller without any remarks. 100% ready.

When I reboot the board, I see the following entries in the monitor ( idf.py monitor ) :

rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clockdiv:2
load:0x3fff0030,len:7000
load:0x40078000,len:15356
ho 0 tail 12 room 4
load:0x40080400,len:3824
0x40080400: _init at ??:?

entry 0x40080648


Is this normal behavior?

No access point is found in the list of Wifi networks ..... I have no idea how to connect to the server EVSE :( ......
How can I proceed further to revive :) ?

@dzurikmiroslav
Copy link
Owner

dzurikmiroslav commented Jan 25, 2023 via email

@vitalyxxl
Copy link

Thanks for the prompt response.
I made all the necessary settings related to the numbers of inputs and outputs ( LEDS/BUTTONS ...) for the ESP32 dev board.
There were no changes in the behavior of the board ....
Experiments on other ESP32 dev boards showed the same behavior. That is, there are no obvious signs that the loaded code is working correctly.
If anyone can give me a ready-made dump or files for controller firmware,
I would be grateful. In general, has anyone managed to create a working project from this repository in the Windows 10 (64) environment.
Maybe I'm not digging there? Although other projects are successfully assembled and quite efficient ....

Thanks to all who responded.

@dzurikmiroslav
Copy link
Owner

Before compile & flash project, did you set right ESP-IDF configuration?
To deploy board config must be set CONFIG_BOARD_CONFIG_DEPLOY=y and CONFIG_BOARD_CONFIG="custom".
While flashing, will be deployed board config from cfg/custom/board.cfg, you can edit it before flashing...
https://github.com/dzurikmiroslav/esp32-evse/wiki/Board-config

@vitalyxxl
Copy link

Thanks for the clarification. But I made changes (just in case) to all three configuration files ..... It still didn’t work .....
But I'll check again. Apparently not today.

By the way, in my chargers based on I use 12V power at the input of the board (as in the original version).
And I get negative voltage (-12) volts using a specialized chip TC 1044 (TC 7660 ....).
I like this solution due to its low price ($0.3 -0.8 compared to the converter as in the original project),
small dimensions and a minimum number of additional "strapping" components .... only two capacitors !

Why wouldn't the author of this project use this solution?

Yes, there is a reworking of the scheme, but it's worth it! I'll take care of it anyway.
The main thing is to somehow launch the project in its current form ......

Another question about the dimensions of the printed circuit board.
In my opinion, it is more logical to use the dimensions for installation in DIN RAIL cases .
Then it will also be possible to place a small-sized power supply (and in the future, a LCD display (?) on the top cover) in one case. I'm sure this will be very true in terms of creating finished devices.
It remains to add only a power contactor (relay) in common wall-box.

Do you think this proposal deserves consideration ? :)

PS: Is there another way to communicate with the author of the project? For example , email ? :)

@dzurikmiroslav
Copy link
Owner

Many topics in last comment :)
Please start separate discussions in https://github.com/dzurikmiroslav/esp32-evse/discussions
I'd like to talk about HW design with you...

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

3 participants