Arduino Uno Wifi Rev 2 pairing with Whitebox T1

I am working on a college aquaponics project and I am looking to measure the pH, Dissolved Oxygen, Electrical Conductivity, and Temperature of the water in the aquaponics system. I bought a Whitebox T1 which helps to electrically isolate the EZO circuit stamps that will be reading the data. These were bought from atlas scientific as well as the probes that go along with the samps. I also bought an Ardunio Uno Wifi Rev 2 to stack with the Whitebox T1 and I have only found project code that works to turn on and off an LED from the webpage created. I was wondering if anyone had a sample project code to read and report values to the webpage. I am very new to this, but I said I would do this as part of a college project so I am in need of whatever help I can get! Thank you in advance for the help!

Being in college and dreaming of finding code for a project like this.....

Split the project inte as small parts as possible.
Make code to read one sensor. When that works, add a second device and add the code needed for that. When the last item is added the project is close to be finished, or is actually finished.

Take a look at this link: How to get the best out of this forum - Using Arduino / Project Guidance - Arduino Forum

This link might be useful: BEGINNERS and LEARNERS read this... - Using Arduino / Project Guidance - Arduino Forum

Hi, sorry I wasn't intending for it to come out like I was asking someone to do this for me-- I am very invested in this project and I was wondering if someone could maybe assist me/point me in the right direction. There is a lot of information on forums like this and google in general and it can get very overwhelming. My dad is helping me with this, but I was trying to get an understanding of what needs to be done before he has the time to help me.

Follow the guidlines inte previous reply. Dig into the datasheets of the sensors, the items, You intend to use, and read. There's often application notes showing how to connect and run the device.
Don't rely on "magic libraries" doing all the work. Sometimes there are useful libraries, sometimes no library is needed and sometime You have to do the basic coding Yourself.

As You don't provide any links to the datasheets nobody can give You more precise advise.

I just purchased almost the same set of hardware - Uno Wifi Rev2, Whitebox T2, and the EZO temp, pH, and ORP sensors (building a rig to get data from my pool into Home Assistant). There looks to be a pretty substantial library developed by Atlas Scientific on GitHub: GitHub - Atlas-Scientific/Ezo_I2c_lib: Library for using Atlas Scientific EZO devices in I2C mode

That said, I would echo the advice to not just rely on the library, but use it as inspiration - sometimes a library will carry significant overhead with it and not all of it will be useful - pick and choose what you want, copy/modify/hack what will work.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.