Rutesheim Weather Channel BME280 Channel Feed: | JSON XML CSV |
Field 1 Data: Temperature | JSON XML CSV |
Field 2 Data: Airpressure | JSON XML CSV |
Field 3 Data: Humidity | JSON XML CSV |
Field 4 Data: CO2 | JSON XML CSV |
Field 5 Data: LiPo Voltage | JSON XML CSV |
Field 6 Data: Reserve 1 | JSON XML CSV |
Field 7 Data: Reserve 2 | JSON XML CSV |
Field 8 Data: Reserve 3 | JSON XML CSV |
<iframe width="450" height="260" style="border: 1px solid #cccccc;" src="https://thingspeak.com/channels/560741/charts/1?bgcolor=%23ffffff&color=%23d62020&days=7&dynamic=true&type=line"></iframe>
<iframe width="450" height="260" style="border: 1px solid #cccccc;" src="https://thingspeak.com/channels/560741/charts/2?bgcolor=%23ffffff&color=%23d62020&days=7&dynamic=true&type=line"></iframe>
<iframe width="450" height="260" style="border: 1px solid #cccccc;" src="https://thingspeak.com/channels/560741/charts/3?bgcolor=%23ffffff&color=%23d62020&days=7&dynamic=true&type=line"></iframe>
<iframe width="450" height="260" style="border: 1px solid #cccccc;" src="https://thingspeak.com/channels/560741/charts/4?bgcolor=%23ffffff&color=%23d62020&days=7&dynamic=true&type=line"></iframe>
<iframe width="450" height="260" style="border: 1px solid #cccccc;" src="https://thingspeak.com/channels/560741/charts/5?bgcolor=%23ffffff&color=%23d62020&days=7&dynamic=true&type=line"></iframe>
<iframe width="450" height="260" style="border: 1px solid #cccccc;" src="https://thingspeak.com/channels/560741/charts/6?bgcolor=%23ffffff&color=%23d62020&days=7&dynamic=true&type=line"></iframe>
<iframe width="450" height="260" style="border: 1px solid #cccccc;" src="https://thingspeak.com/channels/560741/charts/7?bgcolor=%23ffffff&color=%23d62020&days=7&dynamic=true&type=line"></iframe>
<iframe width="450" height="260" style="border: 1px solid #cccccc;" src="https://thingspeak.com/channels/560741/charts/8?bgcolor=%23ffffff&color=%23d62020&days=7&dynamic=true&type=line"></iframe>
This website uses cookies to improve your user experience, personalize content and ads, and analyze website traffic. By continuing to use this website, you consent to our use of cookies. Please see our Privacy Policy to learn more about cookies and how to change your settings.
Since winter is coming I have decided to charge the car battery with a charger from 230V. This caused somehow to blow up the solar carbattery charger. So the old system (not this channel) is now running out of battery, without any charge from the solar panel.
The solarcarbattery charger had an effect, that it let current from the battery flow backwards. Since there are two systems, and only the older one sohuld use the car battery, and the newer one (this) should use only solar and some smaller LiPo battery, it had the effect that the LiPo was charged even nights from the car battery. Since the charger is blown up, I had to install a didode to let current flow that way. Since other wise my uC with 80MHz would empty the battery within in a few hours. To solve the problem I have planned to reduce the clock of my uC to 10MHz. This change is already implemented. Which had a sideeffect that my I2C communication was not working at all. Found there a bug regarding Stop Condition, that is also fixed now. But it is still not fine, but now it works. Further I will address the current consumption with a solution that I will send the PIC32 to a deep sleep and only let them wake up when measurement have to be done. Later I will also implement a way to let the ESP go to sleep.