-
Notifications
You must be signed in to change notification settings - Fork 85
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
upload OTA "No response from the ESP" #653
Comments
Isn't this: |
I use the sensesp/VEDirect library I failed to install the ve.direct_mppt but the sensesp/VEDirect works, I manage to transfer the data to signalk. Although I haven't yet figured out how to use data in variables like vedi->parser.data.channel_1_battery_voltage
I just happen with the example to send it to signalk. I would like to be able to use them in calculations specific to my program. Like for example switching the battery to full charge once in float. It works but my main problem is that I can't upload a new version of my program if the rx pin I configured is not disconnected from the optocoupler... |
Sorry, I hadn't seen the page : https://signalk.org/SensESP/pages/features/ My OTA problem is solved. This method allows you to upload with the active connection between the esp32 and the mppt. |
Thanks to sensESP, I was able to advance my colometer project : |
Hello
I discover the esp32 and sensESP. I want to make a battery monitor.
The esp32 is connected in series to a victron mppt to recover its data.
An ina226 connected to a shunt must give the current.
I have a problem in the upload to the esp32 when the serial RX pin is connected. the plateformio upload is not done. I have to disconnect the pin for it to work.
So I would like to try the OTA upload. But that doesn't work either.
Do I have to write a particular code to have the OTA working on sensESP?
Here is what I have from plateformio
pio run --target upload --upload-port 192.168.30.23
The text was updated successfully, but these errors were encountered: