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

Connection of ESP32 unclear #2

Open
labroid opened this issue Nov 5, 2019 · 6 comments
Open

Connection of ESP32 unclear #2

labroid opened this issue Nov 5, 2019 · 6 comments
Labels
documentation Improvements or additions to documentation

Comments

@labroid
Copy link

labroid commented Nov 5, 2019

Great project! Unfortunately, I was unable to gather how the ESP32 is connected to the converter. You mention for labeled pins on the converter, but not how they connect to the ESP32. It would be great to have a sentence on that.

While I'm here, I am an EE with power conversion experience and I agree this is an MPPT despite comments from others. It seems you achieve MPPT because you are controlling for input peak, and output regulation suffers - which is a fine approach if the load can tolerate it. I'd like to throw my support into the hack-a-day comments and first would like to better understand the connection to the converter, and also to confirm what you are controlling (by the code it seems you are changing the load current) Is there an API to the converter UART you can point us to? Thanks!

@labroid
Copy link
Author

labroid commented Nov 5, 2019

Saw your Amazon comment and found the control library. To make it easy for others: https://benjames.io/2018/06/29/secret-uart-on-chinese-dcdc-converters/ is the article, and the library is at https://github.com/bengineer19/BuckPSU

@t413 t413 added the documentation Improvements or additions to documentation label Nov 15, 2019
@t413
Copy link
Member

t413 commented Nov 15, 2019

Re, connections: I'll get right on that and will post about it here!

Re, links: Nice job finding the DC-DC things. 😊 You can also find it in the about page in the wiki.

I had some issues with that library and wrote my own, it's pretty simple and modular if you'd like to use it elsewhere. Here's where it is in the code.

@labroid
Copy link
Author

labroid commented Nov 15, 2019 via email

@mrstuff
Copy link

mrstuff commented Feb 20, 2020

Have all parts and even uploaded the platformio of this project.
I have been trying at this for ages and I just cant be sure what pins the uart gets on the esp32s, would love a clear labeling.
I have a nodemcu-32s
Much appreciated

@austrisv
Copy link
Collaborator

austrisv commented May 25, 2020

On my esp32 devkitc this did work
psu | esp32
R | 16
T | 17
G | gnd
V | not connected

@mrstuff
Copy link

mrstuff commented May 27, 2020

thanks much !

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

No branches or pull requests

4 participants