Rutesheim LoRa Monitor 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: Reserve1 | JSON XML CSV |
Field 7 Data: Reserve2 | JSON XML CSV |
Field 8 Data: Reserve3 | JSON XML CSV |
<iframe width="450" height="260" style="border: 1px solid #cccccc;" src="https://thingspeak.com/channels/213698/charts/1?bgcolor=%23ffffff&color=%23d62020&days=7&dynamic=true&title=Temperature&type=line"></iframe>
<iframe width="450" height="260" style="border: 1px solid #cccccc;" src="https://thingspeak.com/channels/213698/charts/2?bgcolor=%23ffffff&color=%23d62020&days=7&dynamic=true&title=Airpressure&type=line"></iframe>
<iframe width="450" height="260" style="border: 1px solid #cccccc;" src="https://thingspeak.com/channels/213698/charts/3?bgcolor=%23ffffff&color=%23d62020&days=7&dynamic=true&title=Humidity&type=line"></iframe>
<iframe width="450" height="260" style="border: 1px solid #cccccc;" src="https://thingspeak.com/channels/213698/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/213698/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/213698/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/213698/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/213698/charts/8?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/213698/status/recent"></iframe>
<iframe width="450" height="260" style="border: 1px solid #cccccc;" src="https://thingspeak.com/channels/213698/widgets/701689"></iframe>
<iframe width="450" height="260" style="border: 1px solid #cccccc;" src="https://thingspeak.com/channels/213698/widgets/701690"></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.
Initially the module was powered from the 230V. And no sleep mode was implemented at all. Then I added a 1400mAh LiPo battery and the sleep mode. It was running from the battery ca 11 days. It was expected, because the current draw in sleep mode was around 6mA. I figured out with some measurements, why the current draw was so high. I left an SD Card in it, whic is not needed, but did draw quite an ammount of current. Then the SX1276 radio chip was going to sleep mode, but then I reseted it, and the default mode is I think Idle or so, so it draw also more current then expected. There was also a sensor added to the board that I did not planned to use (DHT), that draw also currrent. So I remvoed it. Now it was down to 700uA. Which was still higher than what I expected. Turnd out that the SX module pulls a pin down, and there was a pull up. Which resulted in ca 640uA. I had to remove the pull up, since I was unable to ask the module to rais its pin.
So now it draws around 56uA. The LIPo was fully charged, and the power is disconnected. Calculations say it should round ca 49 days. Lets see. I expect ca 30% less run time.
And I still have some optimisation left. PIC32 is running at 80MHz, can be slower. And the stack needs around 12s of time to get the measurement and communication down, which can be reduced much further.