-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
board suggestion: solenoid controller #31
Comments
Hi @amchagas , I was quite puzzled with the statement "the board takes 24V to drive 12V solenoid". I looked into schematics that is provided by Regarding the implementation, yes, I think your idea is right. I will look into how to implement step up regulator and change connectors |
Hi Ihor, Therefore we could add this circuit to step up the voltage, and the odour stimulator then becomes beehive compatible/driveable.. (I wonder if there are any ICs that allow for either step up/down depending on a combination of resistors? - this would make it quite flexible, no?) The other option would be to skip the step up and make sure we use lower rated solenoids. Thanks for looking into this! |
Hi @amchagas , thank you for the information provided. I have been looking into this and I too think that the recommendations from the manufacturer could be applied to all solenoids, regardless of their origin (except those that explicitly mention that their solenoids cannot be used under these conditions). |
Hi Ihor, |
Hi @amchagas , |
Hi Ihor, At the same time, a step up as a discrete module is a good general solution, but I wonder how much current we would be able to get from the step-up circuit (as far as I understand in step up applications you end up with a higher voltage having to "sacrifice" current?) to make it useful for other applications? (I really do not know how much motors, servos that are running at those voltages would need in terms of current?). For the solenoids we are using, I know that they are fairly low current... Also, for the solenoid board, having an isolated step up would mean we take the 12V from the main board, step up to 24V (for the spike phase of the signal on the board) then step it down again to 12V (for the remaining of the signal) on the solenoid board, maybe that is a bit wasteful? But than again if it works, it should be fine, since having a generic step up solution might be best? Another argument on the solenoid board, is that having an external step up would allow us to use the solenoid board with different types of valves... I mean, if we use a 6V rated valve, we do not need the external step up, and can simply use the step down on the board. this would make the signal be 12V in spike phase, than 6V for the rest of the signal (I hope this makes sense?) I have no preference relating to this, and would go with what solution you think it is best! |
Hi Andre, thanks for sharing a detailed opinion on this! Truly, I cannot seem to find a middle ground here, though I am gravitating towards a discrete regulator more. Yes, regulators are all about converting one component of power, voltage or current, into another, but power will remain constant in every case (or rather, it can only change via decreasing). |
Hi @amchagas , take a look at this step-up converter. In essence, it is what we need: it is relatively cheap, adjustable and is proven to work. |
Hi @isobianin , I think the module looks good. maybe an approach would be to buy some of them, test them out with the system and make decisions from there? |
Hi @amchagas , well, it is certainly a good decision, provided there is a budget for it. Honestly, I think that they will come in handy in all sorts of projects |
Hi @amchagas , I would appreciate if you were to take a look at the solenoid board and a discrete boost converter. The only thing that I was not able to fully complete are BOMs. In the solenoid board, I did not change it at all and in a discrete converter I filled in all rows except for LM555. Also, I almost forgot, solenoid board have a connector for 24V in case a user have a discrete converter (fig. 2). This way, there is no need to install other components. It can be additionally used to provide 24V as an output from the solenoid driver but I do not know whether it can be used somehow. |
Hi @amchagas , I have a question regarding coils that we are using. In the solenoid controller board you used coils that are much smaller than those that had been used in FlyPi board and later adopted by BeeHive. From both footprints I can deduce that they are not interchangeable. The question is, what inductor are we going to end up using? It would be convenient to have only one type of inductor across the system |
Hi @isobianin, About the inductor, we should stick with the same model and footprint we are already using. The different one on the other solenoid board is likely an oversight from my side... |
Hi Andre, |
Hi @amchagas , I made some changes to the discrete module, mainly, I added another connector that can output 24V just in case there are multiple low amp 24V modules (fig. 1) |
Boards are arriving this week for testing! In the meantime, I was thinking about the input signal pins. I made the necessary changes and uploaded them as a pull request: #32 |
Hi @amchagas , have you looked into this thoroughly? I remember that we thought through a convention regarding high ampere signals, in particular, that where high amperes present, two connectors are used. On the other hand, not all applications require a lot of amperes, so we settled to have two connectors "just in case" but commonly use only one. If you are using boards right now and it is more comfortable to have 1X 4pins connectors then there should be a lot more changes across the whole system. |
Oh sorry I probably didn't express myself properly.. the connectors I am referring to are the digital signals that control the turning on/off of the rest of the circuit.. so they are normally low power 3.3v to 5v Volts |
I see, no worries! I have just got a little confused over this |
For an odour stimulator project, I created a board that delivers a "spike and hold" signal. This was based on the schematic offered by the company that makes the solenoid valves that we are using for that project.
I would like to suggest to adapt the created board so that it works with BeeHive.
The text was updated successfully, but these errors were encountered: