You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
-
Did you check how much current the valve requires? Are you sure your power supply can deliver that much current?Edgar Bonet– Edgar Bonet2024-06-20 18:49:57 +00:00Commented Jun 20, 2024 at 18:49
-
@EdgarBonet the current required for the valve is 500mA and the power supply is 2A so no problem. Additionally, the valve works correctly when I manually connect it between VCC and GND. So I don't think that's the problem 🥲. Thanks anyway for this remark!Kinan– Kinan2024-06-20 19:00:03 +00:00Commented Jun 20, 2024 at 19:00
-
use a transistor to drive the solenoid ... many examples on the internetjsotola– jsotola2024-06-20 19:20:17 +00:00Commented Jun 20, 2024 at 19:20
-
1@jsotola this valve being a bistable valve, I have to reverse the polarities in order to open/close it. So I have to make an H-bridge with transistors? Isn’t that precisely the work of the l9110? I will try as soon as I have enough transistors at my disposal. Thank you for your idea!Kinan– Kinan2024-06-20 20:01:51 +00:00Commented Jun 20, 2024 at 20:01
-
1Please measure voltage and current of the valve when you apply control signals for all three situations, off, open, close, and edit your question to add the results. BTW; what is the reference to Arduino? Perhaps it would be better to ask this at SE/EE?the busybee– the busybee2024-06-21 06:04:20 +00:00Commented Jun 21, 2024 at 6:04
|
Show 5 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. arduino-uno), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you