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 MKR WiFi 1010 - USB device not recognized
  • 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
  • Replies 7 replies
  • Subscribers 390 subscribers
  • Views 4008 views
  • Users 0 members are here
  • mkr wifi 1010
  • arduino mkr
  • arduno
Related

MKR WiFi 1010 - USB device not recognized

jomoenginer
jomoenginer over 6 years ago

So, I think I may have a dead MKR WiFi 1010.  It was working for a bit but now it is not recognized by 2 separate computers with either Ubuntu or Windows 10.  I've been testing with the MKR Relay Board and trying to create a project for the Arduino MKR contest but the MKR WiFi 1010 is no longer seen by my computers or the Arduino IDE so I can not upload sketches to it any more.  Powering on the board with the Reset button pressed has not reset the board so I was curious if there was another way to clear any nasties in the board to get it working again.

 

The same cable connection works fine with a MKR1000 but not with the 1010.

 

Anyone else run into this?

 

Cheers,

 

Jon

  • Sign in to reply
  • Cancel

Top Replies

  • toufaily1
    toufaily1 over 3 years ago +5
    So I had the similar problem. I had two MKR WIFI1010 boards, both stopped being recognized on my Windows 10 PC. Then I tried on the Mac and on my Raspeberry Pi , and none was recognized. I kind of gave…
  • jomoenginer
    jomoenginer over 6 years ago in reply to fmilburn +3
    fmilburn wrote: Probably not the same.... I think the MKR1300 would enumerate and then since the sleep mode call came very quickly after powering up it would drop out. At first I thought it wasn't enumerating…
  • fmilburn
    fmilburn over 6 years ago +1
    I had a similar sounding problem with the MKR1300. It occurred after I tried to use the sleep library. I found that if I held the reset button down while flashing, and then released it just before the…
Parents
  • dougw
    dougw over 6 years ago

    I doubt this is your problem but my MKR WAN re-enumerates the USB port whenever it switches from application to program mode, so the arduino IDE serial port has to be reset 2 to 3 times during a program cycle.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • jomoenginer
    jomoenginer over 6 years ago in reply to dougw

    dougw  wrote:

     

    I doubt this is your problem but my MKR WAN re-enumerates the USB port whenever it switches from application to program mode, so the arduino IDE serial port has to be reset 2 to 3 times during a program cycle.

    Yeah, I've seen this where the COM instance changes when unplugging the board on a Windows system or it toggles between ttyACM0 and ttyACM1 on a Ubuntu system which is normal.  However, in this case, the system sees that a USB device is connected but it can not get any info from it to recognize what it is so the serial port instance will not enumerate thus no COM or ttyACM# port is created.  

     

    On Ubuntu I see this error that gives me a feeling that something went back on the board.

    [38157.748110] usb 2-7.2: new full-speed USB device number 29 using ehci-pci
    [38158.164116] usb 2-7.2: device not accepting address 29, error -32
    [38158.164231] usb 2-7-port2: unable to enumerate USB device

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • jomoenginer
    jomoenginer over 6 years ago in reply to dougw

    dougw  wrote:

     

    I doubt this is your problem but my MKR WAN re-enumerates the USB port whenever it switches from application to program mode, so the arduino IDE serial port has to be reset 2 to 3 times during a program cycle.

    Yeah, I've seen this where the COM instance changes when unplugging the board on a Windows system or it toggles between ttyACM0 and ttyACM1 on a Ubuntu system which is normal.  However, in this case, the system sees that a USB device is connected but it can not get any info from it to recognize what it is so the serial port instance will not enumerate thus no COM or ttyACM# port is created.  

     

    On Ubuntu I see this error that gives me a feeling that something went back on the board.

    [38157.748110] usb 2-7.2: new full-speed USB device number 29 using ehci-pci
    [38158.164116] usb 2-7.2: device not accepting address 29, error -32
    [38158.164231] usb 2-7-port2: unable to enumerate USB device

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
No Data
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