element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Arduino
  • Products
  • More
Arduino
Arduino Forum DC motor very slow discharge, mosfet to small ? 5v circuit.
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Arduino to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Verified Answer
  • Replies 9 replies
  • Answers 1 answer
  • Subscribers 395 subscribers
  • Views 935 views
  • Users 0 members are here
Related

DC motor very slow discharge, mosfet to small ? 5v circuit.

Former Member
Former Member over 10 years ago

Been playing around with a DC motor #learningByDoing

 

And found for some reason, my DC motor wont discharge at a normal rate/instant,

It's as if it keeps power, but it's slowing down, slower.. slower.. slower..  until it finally stops.

 

image

The motor is connected to the black/red wires to the left, and have a diode as fly back.

 

It's grounded through the P-fet in the top, via the red wire, and green to ground.

Yellow is the signal from the arduino on port A0,

 

See the video --

 

You don't have permission to edit metadata of this video.
Edit media
x
image
Upload Preview
image

 

So what am i doing wrong here, since the charge is not instant?

 

any ideas ? image

  • Sign in to reply
  • Cancel

Top Replies

  • mcb1
    mcb1 over 10 years ago in reply to Former Member +1
    Martin Just so we know there are no other issues, can you post the code. If you post the code, then highlight the code and click on the >> symbol , Syntax Highlighting and C++ it will insert it neatly…
  • jw0752
    jw0752 over 10 years ago in reply to mcb1 +1
    Hi Mark, This is very good information. I always wondered how code got posted so nicely. Thanks John
Parents
  • jw0752
    0 jw0752 over 10 years ago

    Hi Martin, I would put the motor and PFET on a seperate power supply and see what happens. Also you could look to see what is happening voltage wise or PWM at the gate of the PFET as this is what should control the motor speed. I do not know what your control circui or logic looks like so it is difficult to comment further. Interesting phenomenon and my curiousity is peaked. Look at your voltage changes preferably with a scope and trace back to the cause.

    John

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Reply
  • jw0752
    0 jw0752 over 10 years ago

    Hi Martin, I would put the motor and PFET on a seperate power supply and see what happens. Also you could look to see what is happening voltage wise or PWM at the gate of the PFET as this is what should control the motor speed. I do not know what your control circui or logic looks like so it is difficult to comment further. Interesting phenomenon and my curiousity is peaked. Look at your voltage changes preferably with a scope and trace back to the cause.

    John

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Children
  • Former Member
    0 Former Member over 10 years ago in reply to jw0752

    After your suggestions i took the fet out of circuit measured it and testet it with a LED, checks out ok.

     

    Checked my voltages while "turning off" the DC.  and aparently it's the Arduino doing this.

    I was using digitalWrite on Analog 0, which usually works fine.

     

    But when measuring the voltage, aparently the voltage drops slowly as if it was a capacitor charging.

    anyway, change the code to analogWrite 0 and 255 for on and off, and now it turn on and off instantly as exspected. 

     

    Strange...

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Reject Answer
    • Cancel
  • jw0752
    0 jw0752 over 10 years ago in reply to Former Member

    Hi Martin,  If Peter Oakes has a chance to look at this thread he will be able to tell us exactly what is going on.

    John

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Robert Peter Oakes
    0 Robert Peter Oakes over 10 years ago in reply to Former Member

    your use of digital write 0 is correct, this should not be an issue

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • mcb1
    0 mcb1 over 10 years ago in reply to Former Member

    Martin

    Just so we know there are no other issues, can you post the code.

    If you post the code, then highlight the code and click on the >> symbol , Syntax Highlighting and C++ it will insert it neatly, color it etc.

     

    image

    As Peter confirmed the Analogue I/O can be controlled digitally.

    You might want to confirm how you are powering this since you seem to have a display, and motor.

     

    Mark

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • jw0752
    0 jw0752 over 10 years ago in reply to mcb1

    Hi Mark,

    This is very good information. I always wondered how code got posted so nicely.

    Thanks John

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • mcb1
    0 mcb1 over 10 years ago in reply to jw0752

    John

    Yes its a bit of a mystery isn't it.

    One thing to watch for is sometimes a space at the start will throw it off, and it thinks its an Excel spreadsheet.

     

    Sometimes I've had to edit it after its in the 'code' form to put lines back in.

     

    Mark

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube