DIY Alkalinity Monitor

OP
OP
Borat

Borat

Valuable Member
View Badges
Joined
Apr 4, 2021
Messages
1,509
Reaction score
1,752
Location
United Kingdom
Rating - 0%
0   0   0
learned another trick with the multimeter
Yes both beep at the correct pin

Maybe the issue is the Arduino?

Only getting 2v on Arduino between gnd and 5V pin

No volts on Arduino between gnd and VIN
The volatge on pins should not be affected by the chip.. check quality of soldering..
 

cliffE

Community Member
View Badges
Joined
Mar 31, 2023
Messages
84
Reaction score
56
Location
Alaska
Rating - 0%
0   0   0
The volatge on pins should not be affected by the chip.. check quality of soldering..
Thanks again for your time!

I’ll take a look at the soldering again. Hopefully it isn’t a damaged board. I hate trying to remove broken components.
 
OP
OP
Borat

Borat

Valuable Member
View Badges
Joined
Apr 4, 2021
Messages
1,509
Reaction score
1,752
Location
United Kingdom
Rating - 0%
0   0   0
Thanks again for your time!

I’ll take a look at the soldering again. Hopefully it isn’t a damaged board. I hate trying to remove broken components.
The 5v is input, if you measure 5v pin and GND, it should not matter whether the chip is damaged or not..

I would also check voltage of the voltage regulator pins, left (VIN) and mid (GND) legs should read 12v and right (VOUT) and mid-leg (GND) should read 5v..
 

cliffE

Community Member
View Badges
Joined
Mar 31, 2023
Messages
84
Reaction score
56
Location
Alaska
Rating - 0%
0   0   0
The 5v is input, if you measure 5v pin and GND, it should not matter whether the chip is damaged or not..

I would also check voltage of the voltage regulator pins, left (VIN) and mid (GND) legs should read 12v and right (VOUT) and mid-leg (GND) should read 5v..
Did some work on sodering and the arduino works great now.

5V and lights up without the fan being plugged in.

The voltage regulator pins are 12 V and 5 V.

The ESP board doesn't work. But I think I am going to move forward as the wireless connection is a bonus and I can work that into it later once I have nailed the basics down of this very complicated build.

Hats off to all of you who were able to do this.
 
OP
OP
Borat

Borat

Valuable Member
View Badges
Joined
Apr 4, 2021
Messages
1,509
Reaction score
1,752
Location
United Kingdom
Rating - 0%
0   0   0
Did some work on sodering and the arduino works great now.

5V and lights up without the fan being plugged in.

The voltage regulator pins are 12 V and 5 V.

The ESP board doesn't work. But I think I am going to move forward as the wireless connection is a bonus and I can work that into it later once I have nailed the basics down of this very complicated build.

Hats off to all of you who were able to do this.
There is no reason esp32 would not work.. there may be a chance you got the eap32 chip damaged, but if thats the case it would be obvious as program upload would fail.

To upload a new program to eap32 you need to either remove the chip or disconnect the LLC chip: esp32 cannot be programmed if another chip is connected to its rx/tx pins.
 

cliffE

Community Member
View Badges
Joined
Mar 31, 2023
Messages
84
Reaction score
56
Location
Alaska
Rating - 0%
0   0   0
There is no reason esp32 would not work.. there may be a chance you got the eap32 chip damaged, but if thats the case it would be obvious as program upload would fail.

To upload a new program to eap32 you need to either remove the chip or disconnect the LLC chip: esp32 cannot be programmed if another chip is connected to its rx/tx pins.
Thanks

I went to bed last night and told my wife I was done with this project.....


back at it today...

I just feel so close

I removed the ESP and the circuit board lost some of its pin hole rings in the proecess. Sooo I think I will have to build a new board to move forward.

Played around with very simple code building today. I was able to learn the difference in OLED and LCD. I have 2 LCD boards with I2C expander chips. Figured out how to write code for this and got the ph probe working. I then transfered it over to you KH code.

It's working some. The LCD display rotates through settings. Will have to do some more tinkering. Or perhaps move back to the OLED version.


Slow progress. This is all new for me.


Do i have to use ESP with the PCB you designed? I think I would be happy just to have a device that I can push a button and it runs my test.
 

cliffE

Community Member
View Badges
Joined
Mar 31, 2023
Messages
84
Reaction score
56
Location
Alaska
Rating - 0%
0   0   0
image.jpg
 

BassamKassem

Active Member
View Badges
Joined
Mar 8, 2023
Messages
154
Reaction score
60
Location
Egypt
Rating - 0%
0   0   0
Glad you managed to move foreword and fix some issues . You will make it work am sure

I recommend having and OLED display its way easier to work with . As for the fan in the board the last connection ithe one that labelled FAN in the PCB is for ventilation not stirrer . The stirrer one will be connected to connection called spare D8 i think using relay module

Last question . Am wondering did that PH module you are using works . Can you post a clear pic of it please
 

cliffE

Community Member
View Badges
Joined
Mar 31, 2023
Messages
84
Reaction score
56
Location
Alaska
Rating - 0%
0   0   0
Glad you managed to move foreword and fix some issues . You will make it work am sure

I recommend having and OLED display its way easier to work with . As for the fan in the board the last connection ithe one that labelled FAN in the PCB is for ventilation not stirrer . The stirrer one will be connected to connection called spare D8 i think using relay module

Last question . Am wondering did that PH module you are using works . Can you post a clear pic of it please
yes it was fairly basic


just followed this tutorial with a arduino mega board
 
OP
OP
Borat

Borat

Valuable Member
View Badges
Joined
Apr 4, 2021
Messages
1,509
Reaction score
1,752
Location
United Kingdom
Rating - 0%
0   0   0
Thanks

I went to bed last night and told my wife I was done with this project.....


back at it today...

I just feel so close

I removed the ESP and the circuit board lost some of its pin hole rings in the proecess. Sooo I think I will have to build a new board to move forward.

Played around with very simple code building today. I was able to learn the difference in OLED and LCD. I have 2 LCD boards with I2C expander chips. Figured out how to write code for this and got the ph probe working. I then transfered it over to you KH code.

It's working some. The LCD display rotates through settings. Will have to do some more tinkering. Or perhaps move back to the OLED version.


Slow progress. This is all new for me.


Do i have to use ESP with the PCB you designed? I think I would be happy just to have a device that I can push a button and it runs my test.
No, you don't need ESP32 to run the device and no code modifications are needed either, so that's quite good news. Glad you are progressing - the only way to learn Arduino and electronics generally is by trying, so your struggles are nothing new to me :)
 

bread1973

New Member
View Badges
Joined
Apr 11, 2023
Messages
18
Reaction score
15
Location
korea
Rating - 0%
0   0   0
Glad you managed to move foreword and fix some issues . You will make it work am sure

I recommend having and OLED display its way easier to work with . As for the fan in the board the last connection ithe one that labelled FAN in the PCB is for ventilation not stirrer . The stirrer one will be connected to connection called spare D8 i think using relay module

Last question . Am wondering did that PH module you are using works . Can you post a clear pic of it please
I also used the same ph board.

If you change the code as in the sentence below and perform ph calibration, you can use it without problems.



float voltage_4PH = 3.58;
float voltage_7PH = 3.00;

float voltageToPH(float voltage)
{
float ph = (voltage-voltage_7PH)/(voltage_7PH-voltage_4PH)*-4.0 + (voltage-voltage_4PH)/(voltage_4PH-voltage_7PH)*-7.0;
return ph;
}
 
OP
OP
Borat

Borat

Valuable Member
View Badges
Joined
Apr 4, 2021
Messages
1,509
Reaction score
1,752
Location
United Kingdom
Rating - 0%
0   0   0
Glad you managed to move foreword and fix some issues . You will make it work am sure

I recommend having and OLED display its way easier to work with . As for the fan in the board the last connection ithe one that labelled FAN in the PCB is for ventilation not stirrer . The stirrer one will be connected to connection called spare D8 i think using relay module

Last question . Am wondering did that PH module you are using works . Can you post a clear pic of it please
When you say "did that PH module" work - what's wrong with your PH module? Also which PH module are you using, is that DF Robot v1?
 

BassamKassem

Active Member
View Badges
Joined
Mar 8, 2023
Messages
154
Reaction score
60
Location
Egypt
Rating - 0%
0   0   0
When you say "did that PH module" work - what's wrong with your PH module? Also which PH module are you using, is that DF Robot v1?
Nothing wrong with DF Robot V.1.1 which am using . In fact its very good one . but i was asking out of curiosity
 
OP
OP
Borat

Borat

Valuable Member
View Badges
Joined
Apr 4, 2021
Messages
1,509
Reaction score
1,752
Location
United Kingdom
Rating - 0%
0   0   0
But whilst you all admire the superiority of Kazakh technologies, I would like to remind you of the original purpose of this PCB deisgn: a doser with 3 heads..


As I have a few printed PCBs, I have recently added a second doser:

IMG_4420.JPG IMG_4422.JPG IMG_4421.JPG

The second doser is missing its third dosing head - I have recieved it today and will mount it tomorrow. It took me about 2 hours to put together the second doser..
 

cliffE

Community Member
View Badges
Joined
Mar 31, 2023
Messages
84
Reaction score
56
Location
Alaska
Rating - 0%
0   0   0
But whilst you all admire the superiority of Kazakh technologies, I would like to remind you of the original purpose of this PCB deisgn: a doser with 3 heads..


As I have a few printed PCBs, I have recently added a second doser:

IMG_4420.JPG IMG_4422.JPG IMG_4421.JPG

The second doser is missing its third dosing head - I have recieved it today and will mount it tomorrow. It took me about 2 hours to put together the second doser..
You are a legend. I salute you!
 

BassamKassem

Active Member
View Badges
Joined
Mar 8, 2023
Messages
154
Reaction score
60
Location
Egypt
Rating - 0%
0   0   0
But whilst you all admire the superiority of Kazakh technologies, I would like to remind you of the original purpose of this PCB deisgn: a doser with 3 heads..


As I have a few printed PCBs, I have recently added a second doser:

IMG_4420.JPG IMG_4422.JPG IMG_4421.JPG

The second doser is missing its third dosing head - I have recieved it today and will mount it tomorrow. It took me about 2 hours to put together the second doser..
great job as always . well done

Its amazing how easy you get all needed parts specially adafruit ones :) , i have been waiting for more than 20 days now to get RE board as spare
 

BassamKassem

Active Member
View Badges
Joined
Mar 8, 2023
Messages
154
Reaction score
60
Location
Egypt
Rating - 0%
0   0   0
But whilst you all admire the superiority of Kazakh technologies, I would like to remind you of the original purpose of this PCB deisgn: a doser with 3 heads..


As I have a few printed PCBs, I have recently added a second doser:

IMG_4420.JPG IMG_4422.JPG IMG_4421.JPG

The second doser is missing its third dosing head - I have recieved it today and will mount it tomorrow. It took me about 2 hours to put together the second doser..
great job as always . well done

Its amazing how easy you get all needed parts specially adafruit ones :) , i have been waiting for more than 20 days now to get RE board as spare
 

cliffE

Community Member
View Badges
Joined
Mar 31, 2023
Messages
84
Reaction score
56
Location
Alaska
Rating - 0%
0   0   0
Got a new LCD today.

It works.

Rotary works.

Clock works

Ph probe pending

Drivers.... not sure how to test yet. Suggestions.
7D6BE280-058F-4E34-B194-A882C42D9973_1_105_c.jpeg
 

When to mix up fish meal: When was the last time you tried a different brand of food for your reef?

  • I regularly change the food that I feed to the tank.

    Votes: 32 27.1%
  • I occasionally change the food that I feed to the tank.

    Votes: 38 32.2%
  • I rarely change the food that I feed to the tank.

    Votes: 36 30.5%
  • I never change the food that I feed to the tank.

    Votes: 8 6.8%
  • Other.

    Votes: 4 3.4%
Back
Top