Are there any plans to add pH and DO sensors?
Hi @Dandor,
We don’t have plans to add them soon, but I’ll add this as a feature request to our roadmap. The tricky part is space: Submerged DO and pH sensors are big. However, there was recent technologies that use optical systems for DO and pH that may work well.
Hi, How about now? Are there any plans to add pH and DO sensors?
Hi @bob.zha, it’s on our product roadmap, but nothing to share yet!
And now? Even just having DO sensor that could control agitation and air bubbler would make a huge difference!
Actually I do have a small update, I’ll share this week.
@CamDavidsonPilon we’re all waiting to hear the update
We did this a few weeks ago, and we haven’t had a minute to progress it unfortunately. But here’s the set up:
pH set up
- Combination Ag/AgCl pH Electrode, non-refillable, semi-micro
- i3 Interlink
- ezo pH circuit
- SMA to BNC connectors
- Breadboard and jumper cables
Assembly looks like:
You need to change the pH circuit to i2c mode: page 37 here.
Once attached to your Raspberry Pi, you should be able to “ping” the pH circuit with:
i2cdetect -y 1
and look for a signal at 0x63.
Then you can use the code here: [wip] Integrating pH / DO probes (software only) · Issue #483 · Pioreactor/pioreactor · GitHub
as a start for developing a plugin / job.
You still need to calibrate the cirruit, and those instructions can be found in the docs for the pH circuit.
For DO, there exist equivalent proles and circuits.
For everyone looking to add more sensors, I’m wondering how you manage to fit them into your 20ml vials? We’re setting up a meeting for the various people working on larger Pioreactors - at Applicability of pioreactor hardware/software for larger bioreactor setups?
@CamDavidsonPilon This setup looks really interesting! We might implement it on our pioreactors. Do you have an update on this setup? Thanks in advance
Hey, new to the forum.
Just wondering why the thought process isn’t to include a flowcell that utilises the peristaltic pump control to run a separate 2-5mL vessel. Intergration would only require the designation of a cap+oring and/or a compression fitting similar to the electrode storage cap that comes with any probe. Alternatively, why not replicate something similar to the Hamilton Flowcell XL if end users want integrated pH and DO? I don’t have a great deal of experience with the units, but many water treatment facilities use low-cost units. I believe the price could be kept very low, and the internal volume for a well-designed unit should be <10ml when also displaced by a probe.
Edit: actually, the more i think about this, the easier i think it might be to adjust your cap with ports to include an oring fitting and two open ports, simply recirculate the media through the two glass vials and you’ll get an online pH/do reading.
Hi Cam,
are there any pitfalls to avoid when implementing this?
Probably, but I haven’t dug deep enough to encounter them! I think the hardest part is going to be calibration via Atlas’ equipment.
Hi there! I use the I3 Interlink Board, witch allows you to download the Atlas IoT Monitoring system in a RBpi4. What I do is the calibrations thought their UI and then they are automatically saved in the volatile memory of the EZO system, witch you can then unplug from the RBPI and connect into the Pio like a Hat (Thats what the people from Atlas told me). My issue comes when I try to display the pH values into the UI… but that is just me and my useless relationship with coding… If anybody could develop a Plugin for it would be amazing!!!
(I hope this info helps @johannes)
Happy Thursday!
Hi Curro,
we also use the i3 interlink board. We recently bought this pH probe
It has 4.3 mm diameter. It is quite expensive (230€) but probes with smaller diameter (3mm) are much more expensive and very fragile!
I wrote a simple script for calibration using the CLI (no fancy plugin). If you are interested, I can share the code.
You mention that there exists an equivalent set up for DO. Do you happen to have any specific recommendations?