Pylontech-Battery-Monitoring
Pylontech-Battery-Monitoring copied to clipboard
How Do You Update Code Over WiFi?
Hi
I built a couple of these modules earlier in the year and they have been working great!
I now need to try and use MQTT.
I am not familiar with the Arduino IDE. How do I push the revised code over wifi?
Krs
Mark
Ok
I sorted it.
You need to login to the same wifi as your existing ESP8266 modules are connected to 1st.
On launching the Ardrino IDE it scans the network.
Load the sketch you want to upload, then select the port in Tools. It lists the com ports AND it should now list the ips of ESP8266 devices found on network.
Choose the one you want then hit upload.
That's it
Krs
Mark