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 Arduino UNO Question ??
  • 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 Not Answered
  • Replies 8 replies
  • Subscribers 393 subscribers
  • Views 451 views
  • Users 0 members are here
Related

Arduino UNO Question ??

Former Member
Former Member over 10 years ago

Heyy.... I just brought Arduino UNO starter kit few months ago..... Now my arduino does not even work if I plugged to the USB port and uploaded my sketch..... It says port com not found and I even get some electric shocks from the small chip which says 504L on the arduino microcontroller if I plugged the USB into the Arduino UNO R3........ For past few months, it was working really well but all of a sudden it stopped working and even if I plugged the USB over arduino the LED'S does not blink at all... So what would you suggest me to do in order to bring life back to Arduino ????

Thanks

  • Sign in to reply
  • Cancel

Top Replies

  • jw0752
    jw0752 over 10 years ago +1
    Hi Sarah, Do any of the LEDs on the Arduino light up? When you go to "Tools" on the Arduino IDE and click on Port do you get a list of choices? Have you tried other COM choices? There should not be any…
  • balearicdynamics
    balearicdynamics over 10 years ago in reply to jw0752 +1
    John, I saw that with the last ide bootloader uploads in seconds on any AVR328p... I appreciated this aspect
  • dtsartsanis
    0 dtsartsanis over 10 years ago

    I dont have an answer for your problem but i want to ask your Arduino is an original one or a Chinese clone? Also what kind of projects did you use it for?

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

    My Arduino is an original one ....... I just used for LCD projects ......

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

    Hello Sarah,

     

    it sounds strange that even if you are using a clone (what is a clone of something that is a clone of himself ?) your board stop working at all. I suggest to try the following troubleshooting at least to have an idea and focus the problem with more precision:

     

    1. If you have not done yet, try plugging the Arduino in another usb computer or - better - power it with a USB cable connected to a simple wall-mount charger (like the ones that are used by mobile phones). Does it works? If it works it is very probable that the problem is for some reason in the PC instead of the Arduino; in this case I am not sure if you should be happy or sad image
    2. Try to replace the USB cable, it seems another stupid solution but for a reason that I have never discovered a couple of my USB cables started to show this strange behaviour.
    3. if nothing happens and you have a tester or at least a LED, try to see if there is current to the GND - 5VC pinout of the board.
    4. If possible, try to power the Arduino with the external plug without connecting the USB cable. Use a 9-12 V battery pack if you have or a wall mount power supply of the same power (1A - 9 VCC should work in someway).

     

    If the processor or other components are not broken, the Arduino should have retained the last sketch you have uploaded with success.

     

    Please report what's happen and we can try other ways if the problem is in the Arduino USB.

     

    Cheers.

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

    Hi Sarah,

    Do any of the LEDs on the Arduino light up? When you go to "Tools" on the Arduino IDE and click on Port do you get a list of choices? Have you tried other COM choices? There should not be any components on the board that you can get a shock from. At 5 volts max this is below skin sense level, unless you have an open cut in your skin. If you are getting a shock it may be static and coming from your body to the board. If this is the case you may have damaged the board with the static. See if someone you know have another arduino that you can try to rule out your computer and cable as the source of the problem. If the other arduino works and yours doesn't then it is probably damaged. The only easy fix to a damaged board is to try replacing the Micro Processor chip. If you decide to try this, make sure you get a chip with the bootloader pre-installed.

    John

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

    John, I saw that with the last ide bootloader uploads in seconds on any AVR328p... I appreciated this aspect

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

    Hi Enrico,

    That is very good to know. I just downloaded the latest IDE but I have not taken the time to explore it yet. Boy am I every going to miss the old procedure to install the bootloader (sarcastic).image

    John

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

    Hi,

     

    frankly I had to put a bootloader on avr328p and simply from the menu I put upload the bootloader

    That's all. Just a couple of weeks ago.

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

    Reply II

     

    I took a look to the lab desk ... Ehm ... image it's me coming crazy ! I forgot a detail, I have an original AVR programmer from Atmel that I use when I write firmware without the bootloader image image image It's simple because I have connected the programmer to the ISP connector and pressed a button.

     

    But... when I was without this tool I have simply put a clock and a couple of capacitors on a breadboard, connected the arduino as bootloader to the chip on the breadboard and the result was the same, just a minute. If it sounds useful I have already the scheme. Should only search where it is.

    • 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