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*
- I don't think the motor will be your problem. I think the arduino is in danger. If the motor is powered 0.4V higher than specified, who cares. But you try to draw 800 mA from the arduino 3.3V output. That's too much. Just use an external power to drive the motor, not the arduino. BTW: I assume you' ll use a L9110 Module with two driver chips. One L9110 alone is only useful for DC motor; not for steppers.Peter Paul Kiefer– Peter Paul Kiefer2021-01-29 16:17:55 +00:00Commented Jan 29, 2021 at 16:17
- 2It may just because I'm not completely awake, but I'm finding it difficult to follow your wiring description. A diagram or schematic would be better.timemage– timemage2021-01-29 16:17:58 +00:00Commented Jan 29, 2021 at 16:17
- 1It is unclear from your description / question if you are connecting a stepping motor directly to the pins on an Arduino. Further, we do not know which Arduino you are using. But, in general, an Arduino's outputs are likely directly connected to the processor. And there are no (or very few) processors that can survive getting 800mA pulled from one of their output pins. So do be very careful or you may burn out the processor.st2000– st20002021-01-29 16:20:18 +00:00Commented Jan 29, 2021 at 16:20
- Oops... I powered it directly from the arduino... but it's still alive(I think)Mohamed Technology– Mohamed Technology2021-01-29 17:46:05 +00:00Commented Jan 29, 2021 at 17:46
- Is it fine if I used a 1n4007 diode to "protect" The Arduino UNO from The Motor? Or it will be useless??Mohamed Technology– Mohamed Technology2021-01-29 19:27:38 +00:00Commented Jan 29, 2021 at 19:27
| 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