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

Understanding evolution pin out #773

Closed
mikerenna opened this issue Sep 19, 2022 · 10 comments
Closed

Understanding evolution pin out #773

mikerenna opened this issue Sep 19, 2022 · 10 comments
Labels
Cable issues related to cabling Evolution 2.0 Evolution 2.0

Comments

@mikerenna
Copy link

opening a new issue to move the conversation from this thread:
#16 (comment)

However, in reference to the picture there for the evolution pin out, i had the following question:

i'm wondering about the difference in pin out. The referenced thread looks like my generac wifi connection. Elsewhere here it talks about evolution 2 using pins 3456 i think, but this looks like they are using 1256 (or it could be 3478 since I have no idea which direction the pin out diagrams are supposed to be viewed as). What implications does this have in creating a repinned connector to use both genmon and their existing wifi? (for the record, i've been trying to implment gregmac's esp32 wifi streamer version here that uses a 5v lead in the connector to power the ESP32 but in either case, understanding this pinout is my current sticking point). Thank you in advance for any guidance. This looks like awesome stuff. Is there a pinout somewhere that shows those four existing wires on the right pin numbers? And does anyone know the impact it has if i'm trying to use 1278 for data +/1, ground a 5v power in gregmacs thing? Thanks -Mike

@jgyates jgyates added the Cable issues related to cabling label Sep 19, 2022
@jgyates
Copy link
Owner

jgyates commented Sep 19, 2022

Hi @mikerenna

Here is the wiki entry with the molex pinout with diagrams:

https://github.com/jgyates/genmon/wiki/3.1--Making-a-Cable

The Evo 2 has some extra pins for the wifi module (it uses RS-485). There is a note on the wiki page about Evo 2 and the wifi module.

Main wiki page:
https://github.com/jgyates/genmon/wiki

@mikerenna
Copy link
Author

Thank you. That's the page causing me the confusion. in that page it says that evolution 2.0 adds pin 3,4,5,6 but based on the pinout diagram those don't seem to be the same pins used here:
CYMERA_20220919_152110

i was expecting to use 1,2,7,8 for my ESP32 connection and 3,4,5,6 for the existing wifi module in a repinned connector. I'm sure I'm missing something here though and hoping you can help me understand where I'm going wrong. Thank you for taking the time to assist btw. -Mike

@skipfire
Copy link
Contributor

The wiring diagram is the picture of the bottom of the controller not the plug, so you have to mirror the pin numbers when looking at the cable.

@mikerenna
Copy link
Author

would that not indicate that they are using pins 1,2,5,6 for the wifi module?

@liltux
Copy link
Contributor

liltux commented Sep 19, 2022

@mikerenna Yes your are correct. In the picture you shared that red wire is in pin 1, black is pin 2, blue is 5, and white is 6. 7 and 8 are RS 232 the mobile link cellular and genmon use.

@mikerenna
Copy link
Author

Aha, so i think my confusion is that it looks like GregMac's ESP32 implementation wants to also use pins 1,2. I was hoping they could coexist.
gregmac

@skipfire
Copy link
Contributor

You can share power pins, though you will have to watch for total power draw. If it the setup pulls too much power it throws off the voltage calculations in the controller and makes it think that the lines are undervoltage and the generator will startup in outage mode. You could look at adding a 12v->5v converter or powering from the battery.

@jgyates jgyates added the Evolution 2.0 Evolution 2.0 label Sep 19, 2022
@mikerenna
Copy link
Author

thank you. Sounds like an interesting idea. i could probably fit a 12v-5v step down in my project box. In that case, i'd pull 12v from pin 3 and double up on the connection to pin 2 for ground?

@skipfire
Copy link
Contributor

Either from the pin or the battery. The power limitation from the controller applies to the 12v on pin3 as well, but not if you power from the battery. That said, I'm guessing an ESP would not be too close to the limit.

@mikerenna
Copy link
Author

ok thank you. that helps. Maybe i'll try doubling up on the supposition that the esp would draw very little and if i end up with unexpected behavior, i'll switch over to an option to power from the battery. thank you again for the clarity on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Cable issues related to cabling Evolution 2.0 Evolution 2.0
Projects
None yet
Development

No branches or pull requests

4 participants