If you have 0.2.11, yes. I have the reset timer in that version. Really trying to figure out though how often it has to fire.I don't get scrambles but occasionally the LCD will go blank for about one second and then back on. Is this normal?
If you have 0.2.11, yes. I have the reset timer in that version. Really trying to figure out though how often it has to fire.I don't get scrambles but occasionally the LCD will go blank for about one second and then back on. Is this normal?
That's been done before - unfortunately that means the www-data user has root access which is A Bad Thing™. I've got another way to do it but it's lower on the list. It is on the issues list on the GitHub so I'm reminded all the time.by the way - just throwing something out there - how about a button on the webui, that turns the pi off?
(so I can be lazy and not ssh into it to sudo poweroff)
(or is this already implemented somewhere I didnt look??)
Quick update for you guys:
I intended to get the new boards tested out over the weekend. A combination of things led to me to get about 90% done with the I2C path and about 80% done with the parallel LCD path. I'm getting the dreaded 85°C reading from the sensors and I've had this issue before with this batch of sensors so I need to buy more. It's probably just the sensors but I don't want to tell you guys it's all tested and find an issue after.
Since posting the boards on OshPark I've moved a couple silk-screen legends to keep them from getting obscured by components, and flipped a trace to get rid of a via. Nothing functional, just stuff I could not leave well enough alone. I'm not going to upload 1.3.1a yet till I get it to 100%.
In my mind, this should make the controller call for cooling (since the probes report 24 degrees), but it keeps sitting at "idling" - it doesn't seem to start trying to lower the temperature, and the temperature on the right in the display just keeps showing: --.-
Got through all the testing. RevC looks good to go with 1.3.1 with all three firmware versions: 0.2.10, 0.2.11, 0.2.12.Found a json error - not sure how I managed to introduce THAT but I believe what you are experiencing is related to that. I'll be able to have a look in a couple hours.
How was that the worst flight ever?Oh I got ya. Not necessarily the same, no. I’ll post it here in a few. Just landed. That may have been the worst flight ever.
Coming into KC the pilot said he was going to try to "land in between two bands of storms." Well, apparently that didn't work out. They decided to abort approach and while turning we hit an up/down draft and crap went everywhere. Ladies were screaming, kids crying, folks puking ... we diverted from MCI down to near ICT, loitered a bit then back up to KC. The air was still pretty bad at that point crossing maybe 10k but we made it in. Not my favorite flight memory, for sure.How was that the worst flight ever?
That my friend sounds horrible and this is why I drive when I can.Coming into KC the pilot said he was going to try to "land in between two bands of storms." Well, apparently that didn't work out. They decided to abort approach and while turning we hit an up/down draft and crap went everywhere. Ladies were screaming, kids crying, folks puking ... we diverted from MCI down to near ICT, loitered a bit then back up to KC. The air was still pretty bad at that point crossing maybe 10k but we made it in. Not my favorite flight memory, for sure.
f you want to use the I2C there are two important things you need to keep in mind!
When configured for I2C this is technically a new shield definition (I2C). When configured for the parallel LCD it works as an updated RevC.
- I2C support is a separate firmware image and only available in version 0.2.12. As of right now (6/1/19) this is a beta image, but I should be ready to release it soon. Firmware 0.2.12 requires BrewPi Scripts/WWW v0.5.2.1 which is currently in the Devel branch.
- You MUST select "A0" on the One-Wire selector.