Temperature and salinity display for reef mixing station

For CircuitPython issues, ask in the Adafruit CircuitPython forum.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
oki2oki
 
Posts: 1
Joined: Sat Jan 23, 2021 8:23 pm

Temperature and salinity display for reef mixing station

Post by oki2oki »

Hi
I was looking in projects section to see if i can find a project on building a display that will show me readings of temperature and salinity of a water in a tank that will be used for a reef tank.

My goal is to have a display that will show me reading from the water in a tank for temperature and salinity. So basically on a display i need 2 lines with the accurate readings.

Can anyone direct me where can I find more information on how to build it? Did anyone already built something like this and can share with me so that i can build it for my reef mixing station as well?

Thank you in advance, A.

User avatar
adafruit_support_mike
 
Posts: 67446
Joined: Thu Feb 11, 2010 2:51 pm

Re: Temperature and salinity display for reef mixing station

Post by adafruit_support_mike »

Measuring temperature is easy.. we have lots of temperature sensors:

https://www.adafruit.com/category/56

The ADT7410 would probably be a good choice:

https://www.adafruit.com/product/4089

We don't have any sensors that measure salinity though. Good industrial ones tend to be a bit pricey. You'll need to look around and find one you like, then work on a way to connect it to a microcontroller.

It's always a good idea to start a project with research, just to see how other people have approached the same problem. Look for other reef controller projects online and see how they're made. Even if you don't want to duplicate one entierly, you can get tips about specific devices to use.

Locked
Please be positive and constructive with your questions and comments.

Return to “CLUE Board”