-
Notifications
You must be signed in to change notification settings - Fork 66
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
WROOM ESP32 CH340C Pinout #156
Comments
hi ,
|
Thankyou I can't seem to get this to work either. At my desk it connects to wifi and I can visit it via localip or see logs in ESPHome. But there is obviously no data. When I take it to the victron and plug in the white RX cable on the JST cable to GPIO 16, it won't ever seem to jump back on the wifi. Tested both with ground connected or unplugged.
My gate controller is right at the limit of the property so thinking that it's a little too far away even though there is wifi there. I use a sonoff controller to actually monitor and control the gate at the same location. It complains occasionally but it does connect and stays connected for the most part. Perhaps the wireless antenna on the esp board is a bit weaker. Thoughts on if you think this might be the problem or if I have done something else wrong. It is night time now but I can take some photos showing wiring etc tomorrow. Should I look for a board with external antenna (if such a thing exists). |
Those MPPT TX pins are 5vs, the ESP32-WROOM can only take a max of 3.6v` on its GPIO pins. You are probably overvolting the ESP32 board and it just crashes completely rather than dropping off of wifi. You will need a voltage divider if you want to connect to GPIO16; check out the diagram in this repo here https://github.com/RalfJL/VE.Direct2MQTT/wiki/Hardware I use a ESP32-WROOM with a BMV700, its TX pin is 3.3v as per Victron documentation here https://www.victronenergy.com/live/vedirect_protocol:faq#q4is_the_vedirect_interface_33_or_5v |
Hi all
Trying this with a wroom-32, and I can't get my head around what D7 and D8 are on this board.
Looks like D7 may be GPIO13, but I can't figure out what D8 is at all, or what alternative pin would be ok to use. I have this wroom board with CH340C - https://www.aliexpress.com/item/1005006336429842.html
I think I have my head around the rest, here is my prepared yaml.
The text was updated successfully, but these errors were encountered: