Oops wrong link....That's only 12 bit? this one is 16? https://www.adafruit.com/product/1455
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Oops wrong link....That's only 12 bit? this one is 16? https://www.adafruit.com/product/1455
I dont think your probes are going bad...a blip like that means the i2c bus asked for data and receieved a bad data reading. The temp reading is a signed number, so if one byte doesnt come thru correctly it gives a large erroneous reading because one of the bits is for positive or negative....bus timing? Interference from something else? Loose wire?Hi all,
I have a 2 part question, I think my temperature probe is failing, but would like a 2nd opinion. I have received two low. temperature alerts of -3630 and and -3631 four days later.
.![]()
Q1, could this be lose wire, or most likely a probe going bad?
Q2, any thoughts on the graph ignoring the chart min/max setting?
Thank you very much
If you are truly dedicated to being cheap (as I am), you can cover most of the sensor up to the tip in heatshrink and seal the last bit and the end with silicone or frag glue. This is what I have and I haven't noticed temps getting thrown off.I've
seen someone previously covered their temp probe in silicone to stop the rust ... is that a good idea do you think ?
If you are truly dedicated to being cheap (as I am), you can cover most of the sensor up to the tip in heatshrink and seal the last bit and the end with silicone or frag glue. This is what I have and I haven't noticed temps getting thrown off.
I have tested the cheap probes vs the nice drok ones. The cheap probes were ok. The drok probes were alot more consistent with each other and with my calibrated ntc probe. The cheap probes were hit or miss.I have a cheap probe that I encased in heatshrink and silicone. I put some silicone in the heatshrink and then inserted the probe. Applied the heatgun and watched the heatshrink do it's thing and squeeze the excess silicone out. I let the silicone cure and then tested the probe against a bare one for comparison purposes. Performed exactly the same as the bare one.
In 3D printing, some people sometimes recommend making a glue to get ABS prints to adhere to a glass bed. You dissolve ABS scraps in acetone and use this mixture as a glue. I dipped one of my probes into this mixture and let dry. I gave it 5 coats and it is still working perfectly. No signs of coming away from the plastic cable insulation.
But temp sensor is based on one wire, not i2c. And there’s Crc checksum for ensuring data integrity...I don’t know what’s the cause of these anomalous reading thoughI dont think your probes are going bad...a blip like that means the i2c bus asked for data and receieved a bad data reading. The temp reading is a signed number, so if one byte doesnt come thru correctly it gives a large erroneous reading because one of the bits is for positive or negative....bus timing? Interference from something else? Loose wire?
I have had reef pi up since xmas and have had 2 weird readings like this in February, but have not had another like it since.
If you are using a Pi 3, they are quite power hungry. Make sure your power supply is putting out 2.5A. if not, you will get the "under voltage or under power" alert even if it is getting 5V. (Which it probably isn't if it is not getting enough current)

OK. Pi2 then. They want 2Amps. The 19.2V and 4.7A from the Dell power supply is irrelevant, because the Pi is powered by the Buck converter. If the Buck converter is only putting out 1A, it doesn't matter how many Amps the Dell unit is capable of supplying.
Sorted it now it seems, as soon as I went headless and unplugged my Wireless / Bluetooth keyboard and mouse combo - I no longer get the error - presume the puck isn't giving the rated 3a MAX or even the 2a its meant to, but as long as its stable, Im happy now.
Is there an easy way to build the power, temp, ato, pH and dosing all on one raspberry pi? Does anyone have a guide for this? If not is there a way to link all of these so they can be seen and controlled in one dashboard?
The guides show pH and dosing separate from the rest so I am not sure how it would need to be wired up to work all in one. Or just use one gui to control all of them.I did mine all in one box. The only thing that is remote is the two doser motors. I didnt do PH but I dont think I would have had any issues adding it.
Looks like you could use a cigar box for a housingThe one in the above image is the very first version of the controller. Its using a wooden handmade housing (Im really bad at wood works), it powers one of my pico (fluval spec III). Here are some details:
- Main controller board: raspberry pi 2
- 8 channel sain smart relay, two of them are connected to two perstaltic pumps (mounted at right side of the housing), they are used of dosing/ATO
- There are 6 110V AC outlet mounted at the bottom. Return, powerhead (coralia pico evolution), stock LED, heater all are connected to the AC sockets.
- In the front, it has a 7" LCD screen (from Adafruit), can be switch on/off using the controller UI.
Below is the image of internals of the housing, Note: I have gutted a 6 port extension to repurpose its surge protection electronics. It also had two 5V 1 A USB outlets, which i use to power the raspberry Pi as well as the display. The ancillary breadboard on front panel hosts a MCP3008 and an L293D IC for sensor and high voltage PWM controls![]()
![]()
The guides show pH and dosing separate from the rest so I am not sure how it would need to be wired up to work all in one. Or just use one gui to control all of them.