-
Notifications
You must be signed in to change notification settings - Fork 18
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
Is it possible to use esp8266? #42
Comments
I did the test and it works correctly, we need to eliminate the temperature sensor inside the esp32 because the esp8266 doesn't have it. I managed to insert this firmware into the wifi dongle supplied with the inverter. Thanks, everything works. In fact, I also inserted modbus commands to read the second mppt for those who have the firmware that accepts this command.
|
@tistructor I kinda made the same for 10.2kW version. Are we talking about Wi-Fi Plug Pro-05? The only problem I found is it reboots every 15-30 seconds. I measured voltage on 3.3 rail and it drops down to 0.4V periodically witch lead to reboot. I don't think I managed to break something while flashing and debugging and also not sure there wasn't an issue before I made modifications though. If I hookup external power (e.g. from USB TTL converter) then everything is okay. |
Wow, @tistructor thanks, I'll try your solution! How did you manage to reverse-engineer that? |
I've fixed mine connecting input of additional 3.3V linear voltage regulator to output of 5V regulator and it's output to 3.3V rail. |
I checked the signals on the various pins of the esp8266 with the original firmware and saw that the gpio 13 performed this function of disabling autoreset. |
Do you think this will also work?
upd: actually it will require some additional component like light and setting brightness to 50%. |
Try. |
I think this should work:
|
I haven't run trials, but one of these medoti should work. |
output should work the same way as switch, but configuration will be shorter and I believe firmware is gonna be smaller as switch implementation is much more complicated than output. |
@tistructor according to your code it looks like it pulses not 2Hz, but 0.5Hz (full cycle in 2 seconds). So what is the correct value? |
Yes, that's correct, I wrote wrong. 0.5Hz is the correct value. |
I repeat the title question: Is it possible to use esp8266?
In order to insert the firmware into the wifi antenna supplied to the inverter.
The text was updated successfully, but these errors were encountered: