It’s based on the manufacturer’s reported efficiency and surface area of the panels.
I’m not really interested in the actual magnitude of the result, just how it changes over time. I paid extra for panels that are supposed to hold their efficiency longer.
Many thanks,
May be some tutoriel or example exist?
Which esp32 must be connected? I have a 2102-02 model. Is that ok?
You’ll undersand I’m not an expert with that…
patrickp78
Any ESP should be OK. My go-to ESP is the Wemos D1 Mini because it’s cheap, easy to breadboard and has enough GPIO ports for my projects.
I have never used RS485, but you might find someone who has. RS485 is basically a hardware protocol that permits serial data over long distances. You connect the Rx on the ESP to the Tx on the adapter, and Tx to Rx. Also 3.3V and ground. The sensor data will have a + and - that connects to the adapter. After that, you just treat it like any serial data.
Since this is a very old thread, it isn’t likely to be seen by many. I suggest you start a new thread.