reef-pi :: An opensource reef tank controller based on Raspberry Pi.

brian.badge

Active Member
View Badges
Joined
Apr 19, 2019
Messages
143
Reaction score
79
Rating - 0%
0   0   0
I am running 4.1 and timers work for equipment, but I can't get a macro to run on a timer. Is this a known issue or something particular to me and/or new?
 
OP
OP
Ranjib

Ranjib

7500 Club Member
View Badges
Joined
Apr 16, 2016
Messages
9,843
Reaction score
17,058
Location
Pleasant Hill, Concord
Rating - 0%
0   0   0
Nope. After I removed the pots, I noticed the blue channel on that light wasn't dimming. Tested everything and came down to something in the driver. Had power, ground and pwm signal all the way to the driver.

Traced the pwm pin from the jst on the driver board to something that looked suspiciously like a smoked AO3400 mosfet. Just so happened to have a spare on my desk.

May not be that exact mosfet, but good enough. It's working correctly now.

Well, more like the d@mned thing is off like it should be for this time of night. We'll see tomorrow.. ;-)
Nice :)
 

Mwdsonny

Community Member
View Badges
Joined
Nov 20, 2018
Messages
29
Reaction score
44
Rating - 0%
0   0   0
i mean, we have to do some design & coding work, and follow up testing/validation. The design work will involve at least settling on a common stepper driver (e.g. 8825??) for the standard build, the coding work i.e. HAL integration and any UI(driver??) work, and finally testing it out.
The 8825 is a good standard driver that isnt overly priced. I have 3d printers and used about all the drivers out there. but dont need the fancy stuff that the higher end drives offer like stall protection thats used for sensorless homing. I can breadboard up a demo and even design a pcb for controlling the drives. I just dont know coding. you write code I can design the circuit and test it. I wonder if the pca9685 can be used to output the pulses to control a stepper.
 

Mwdsonny

Community Member
View Badges
Joined
Nov 20, 2018
Messages
29
Reaction score
44
Rating - 0%
0   0   0
a4988 is also reasonably priced. and when the 8825 was new the 4988 was much cheaper. just looked and there is $1-2 difference for a 5 pack. so no reason to go with older tech.
 

Mwdsonny

Community Member
View Badges
Joined
Nov 20, 2018
Messages
29
Reaction score
44
Rating - 0%
0   0   0
I think I know what is happening. Power off the reboot did nothing. Power off, tap the relay with a screw driver and reboot and it functions correctly. That suggests they are sticking due to arcing right? If that is the case what do I do?
replace with quality relay.
 

brian.badge

Active Member
View Badges
Joined
Apr 19, 2019
Messages
143
Reaction score
79
Rating - 0%
0   0   0
replace with quality relay.
These are boards with multiple relays and pins ready for the pi. They were cheap but I was following a guide. I am more than willing to get some quality relays, but lack the technical knowledge to know what to get. Can you reccomend some or provide a resource?
 

babrooks

New Member
View Badges
Joined
Feb 28, 2020
Messages
22
Reaction score
43
Rating - 0%
0   0   0
i mean, we have to do some design & coding work, and follow up testing/validation. The design work will involve at least settling on a common stepper driver (e.g. 8825??) for the standard build, the coding work i.e. HAL integration and any UI(driver??) work, and finally testing it out.
I have been using tmc2209 on my 3D printer and dosing pumps for awhile. They’re a lot quieter than the pololu drivers and support UART, so they’re very easy to configure (eg you can set the motor current programmatically rather than with a potentiometer).
 

Mwdsonny

Community Member
View Badges
Joined
Nov 20, 2018
Messages
29
Reaction score
44
Rating - 0%
0   0   0
These are boards with multiple relays and pins ready for the pi. They were cheap but I was following a guide. I am more than willing to get some quality relays, but lack the technical knowledge to know what to get. Can you reccomend some or provide a resource?
can you send me a pic? and do you know how to solder? it sounds like the relays arc welded. and once it starts it continues. what was the amp rating on the relay? most are 2 amp. also what is the power draw on the item plugged into it?
 

Mwdsonny

Community Member
View Badges
Joined
Nov 20, 2018
Messages
29
Reaction score
44
Rating - 0%
0   0   0
I have been using tmc2209 on my 3D printer and dosing pumps for awhile. They’re a lot quieter than the pololu drivers and support UART, so they’re very easy to configure (eg you can set the motor current programmatically rather than with a potentiometer).
with 4988 or 8825 you can hard wire everything and control the stepper with just a single line pulse. (need a common ground but that wont be an exclusive pin, so not taking up a pin.) so would use 1 pin per doser pump. but wonder if a pca9685 could be used for the pulses to the driver? not to mention that 4988 are $1.60-$180 each and 8825 are $2 each on amazon. might be cheaper on aliexppress but the wait. 2209 are $6 each. and i dont think the noise will be that bad as dosers shouldnt run that much. and most aquariums arent that silent so would cover most of the noise.
 

babrooks

New Member
View Badges
Joined
Feb 28, 2020
Messages
22
Reaction score
43
Rating - 0%
0   0   0
with 4988 or 8825 you can hard wire everything and control the stepper with just a single line pulse. (need a common ground but that wont be an exclusive pin, so not taking up a pin.) so would use 1 pin per doser pump. but wonder if a pca9685 could be used for the pulses to the driver? not to mention that 4988 are $1.60-$180 each and 8825 are $2 each on amazon. might be cheaper on aliexppress but the wait. 2209 are $6 each. and i dont think the noise will be that bad as dosers shouldnt run that much. and most aquariums arent that silent so would cover most of the noise.
True but with UART its 4 drivers on a 2 pin bus :)
 

Mwdsonny

Community Member
View Badges
Joined
Nov 20, 2018
Messages
29
Reaction score
44
Rating - 0%
0   0   0
True but with UART its 4 drivers on a 2 pin bus :)
does uart control steps and everything? I just thought it controlled the settings. but still used the old standards for enable direction and and step? if 2 pins control everything then that would be the way to go. is 4 drivers a hard limit or just what youre using? most printers use 4 drivers while some use 5. (dual z in my case not wired in series or parralle had 6 drivers so used 5 on a fysec f6) Ive never looked into how printer boards work just compiled the marlin. but have looked into controling steppers, and looked at what the pins do on older drivers. also what would be easier to code? 1 wire per dosing pump or serial bus control? also is 2209 uart? or spi? i2c? i know 2208 is 1 and 2209 is the other. think spi and i2c is the same
 
Last edited:

brian.badge

Active Member
View Badges
Joined
Apr 19, 2019
Messages
143
Reaction score
79
Rating - 0%
0   0   0
can you send me a pic? and do you know how to solder? it sounds like the relays arc welded. and once it starts it continues. what was the amp rating on the relay? most are 2 amp. also what is the power draw on the item plugged into it?
Sure thing. I bought an 8 relay unit and a 4 relay unit off Amazon
 

Attachments

  • Screenshot_20210210-203553_Amazon Shopping.jpg
    Screenshot_20210210-203553_Amazon Shopping.jpg
    94.5 KB · Views: 21

brian.badge

Active Member
View Badges
Joined
Apr 19, 2019
Messages
143
Reaction score
79
Rating - 0%
0   0   0
Its controlling AC 120. Yes I know how to solder. Not great, but well enough for connectors and plugs.
 

babrooks

New Member
View Badges
Joined
Feb 28, 2020
Messages
22
Reaction score
43
Rating - 0%
0   0   0
does uart control steps and everything? I just thought it controlled the settings. but still used the old standards for enable direction and and step? if 2 pins control everything then that would be the way to go. is 4 drivers a hard limit or just what youre using? most printers use 4 drivers while some use 5. (dual z in my case not wired in series or parralle had 6 drivers so used 5 on a fysec f6) Ive never looked into how printer boards work just compiled the marlin. but have looked into controling steppers, and looked at what the pins do on older drivers. also what would be easier to code? 1 wire per dosing pump or serial bus control? also is 2209 uart? or spi? i2c? i know 2208 is 1 and 2209 is the other. think spi and i2c is the same
Tmc2209 is UART. You can set the speed using the serial interface and it maintains that indefinitely. That’s how I use them. You can address up to 4 drivers on one UART bus by setting address bits on the drivers themselves. They are sophisticated devices. I haven’t explored all their features and maybe there’s a way to address even more. For the noise, I agree with dosing it’s not a big deal. For AWC the steppers move pretty fast and noise becomes an issue. I haven’t tried the 8825, but the a4988 really fills the room when you run it that fast.
 

Mwdsonny

Community Member
View Badges
Joined
Nov 20, 2018
Messages
29
Reaction score
44
Rating - 0%
0   0   0
Its controlling AC 120. Yes I know how to solder. Not great, but well enough for connectors and plugs.
ive used that brand before with no issues, but with chinese knock offs who knows if i had real, or if yours are real. I also never used mine with much power it was an amp or 2 of 12v dc. heres a compatible part ( https://www.digikey.com/en/products...er-brumfield-relays/ORWH-SH-105D1F000/4925028 ) from a repitable supplier, but the cost it might be worth buying another and hoping it was just a fluke.
 

Mwdsonny

Community Member
View Badges
Joined
Nov 20, 2018
Messages
29
Reaction score
44
Rating - 0%
0   0   0
Tmc2209 is UART. You can set the speed using the serial interface and it maintains that indefinitely. That’s how I use them. You can address up to 4 drivers on one UART bus by setting address bits on the drivers themselves. They are sophisticated devices. I haven’t explored all their features and maybe there’s a way to address even more. For the noise, I agree with dosing it’s not a big deal. For AWC the steppers move pretty fast and noise becomes an issue. I haven’t tried the 8825, but the a4988 really fills the room when you run it that fast.
well my thing is I think I would need atleast 8 if not 9 dosers for everything. I dont know if pi has multiple uart pins. and the number of dosers needed is why i was wondering if pca9685 could be used to deliever the pulses. each 9685 has 16 output and can be chained together to give massive number of outputs using just i2c. and If i design a board it can have 48 output easy, which should be more than enough for dosers and anything else that the and the pwm powers the doser, the faster the pwm the faster the doser doses, but think the pi uses 1 pwm for everything, so not sure how it works on that side, or how to limit the number of pulses.
 

brian.badge

Active Member
View Badges
Joined
Apr 19, 2019
Messages
143
Reaction score
79
Rating - 0%
0   0   0
ive used that brand before with no issues, but with chinese knock offs who knows if i had real, or if yours are real. I also never used mine with much power it was an amp or 2 of 12v dc. heres a compatible part ( https://www.digikey.com/en/products...er-brumfield-relays/ORWH-SH-105D1F000/4925028 ) from a repitable supplier, but the cost it might be worth buying another and hoping it was just a fluke.
Those aren't too bad. Only way I would want to just rebuild is if any of the issue may be due to the
ive used that brand before with no issues, but with chinese knock offs who knows if i had real, or if yours are real. I also never used mine with much power it was an amp or 2 of 12v dc. heres a compatible part ( https://www.digikey.com/en/products...er-brumfield-relays/ORWH-SH-105D1F000/4925028 ) from a repitable supplier, but the cost it might be worth buying another and hoping it was just a fluke.
Is there muxh chance any part of the board would cause it? That would be an argument to rebuild. Otherwise the digikey relays aren't very expensive.
 

Mwdsonny

Community Member
View Badges
Joined
Nov 20, 2018
Messages
29
Reaction score
44
Rating - 0%
0   0   0
Those aren't too bad. Only way I would want to just rebuild is if any of the issue may be due to the

Is there muxh chance any part of the board would cause it? That would be an argument to rebuild. Otherwise the digikey relays aren't very expensive.
if its sticking till you tap it its arc welded. the tap breaks the weak weld. but once it arc welds, it builds carbon, and then then it becomes more prone to arc due to increased resistance from the carbon causing it circle and get worse. i was looking at 8 port you bought for $9 where the digikey are $12 for just the relays plus shipping.
 

Reefing threads: Do you wear gear from reef brands?

  • I wear reef gear everywhere.

    Votes: 41 16.3%
  • I wear reef gear primarily at fish events and my LFS.

    Votes: 15 6.0%
  • I wear reef gear primarily for water changes and tank maintenance.

    Votes: 1 0.4%
  • I wear reef gear primarily to relax where I live.

    Votes: 30 12.0%
  • I don’t wear gear from reef brands.

    Votes: 145 57.8%
  • Other.

    Votes: 19 7.6%
Back
Top