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 4009 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
  • fmilburn
    fmilburn over 6 years ago

    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 PC attempted the upload I could get it to load.  The trick was to start the flash before the MKR1300 went to sleep and timing on release of reset had to be in a window or it would not work. 

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • fmilburn
    fmilburn over 6 years ago

    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 PC attempted the upload I could get it to load.  The trick was to start the flash before the MKR1300 went to sleep and timing on release of reset had to be in a window or it would not work. 

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
Children
  • jomoenginer
    jomoenginer over 6 years ago in reply to fmilburn

    Thanks Frank fmilburn.

     

    The OS is not able to enumerate the serial port for the MKR WiFi 1010 so I have no way of loading the board with any sketch on to the board.  I've seen something similar to what you see with the MKR1300 with an ESP8266 in the past but in that case the OS could enumerate the serial port.

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

    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 at all since the message was that the USB device was not recognized IIRC - kind of an ugly bug.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • jomoenginer
    jomoenginer over 6 years ago in reply to fmilburn

    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 at all since the message was that the USB device was not recognized IIRC - kind of an ugly bug.

    Ah, yes close.  So I went back to find some old postings on the Arduino community forum, where I posted this issue as well, and found a post I made some time back for the MKR1000.  There was a recommendation to double press the Reset switch on the MKR1000 when it was plugged in but that did not seem to fix the issue with the MKR1000, but when I did this with the MKR WiFi 1010 the USB connection enumerated and the device appeared again in the Arduino IDE from which I was able to load the basic blink sketch.  I'm not sure what happened to the board to get it in that bad state but it seems to be working now. Strange.

     

    This is what I see in Ubuntu now:

    [48235.471736] usb 2-4.2: reset high-speed USB device number 5 using ehci-pci
    [48251.147579] usb 2-4.4: new full-speed USB device number 37 using ehci-pci
    [48251.257591] usb 2-4.4: New USB device found, idVendor=2341, idProduct=0054
    [48251.257596] usb 2-4.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [48251.257604] usb 2-4.4: Product: Arduino MKR WiFi 1010
    [48251.257606] usb 2-4.4: Manufacturer: Arduino LLC
    [48251.257995] cdc_acm 2-4.4:1.0: ttyACM0: USB ACM device
    [48262.446969] usb 2-4.4: USB disconnect, device number 37
    [48266.251429] usb 2-4.4: new full-speed USB device number 38 using ehci-pci
    [48266.361469] usb 2-4.4: New USB device found, idVendor=2341, idProduct=0054
    [48266.361474] usb 2-4.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [48266.361476] usb 2-4.4: Product: Arduino MKR WiFi 1010
    [48266.361479] usb 2-4.4: Manufacturer: Arduino LLC
    [48266.361808] cdc_acm 2-4.4:1.0: ttyACM0: USB ACM device
    [48387.375265] usb 2-4.4: USB disconnect, device number 38
    [48388.114333] usb 2-4.4: new full-speed USB device number 39 using ehci-pci
    [48388.230517] usb 2-4.4: New USB device found, idVendor=2341, idProduct=8054
    [48388.230521] usb 2-4.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    [48388.230524] usb 2-4.4: Product: Arduino MKR WiFi 1010
    [48388.230527] usb 2-4.4: Manufacturer: Arduino LLC
    [48388.230529] usb 2-4.4: SerialNumber: 8BB0B9FE5150415352202020FF122B0C
    [48388.231497] cdc_acm 2-4.4:1.0: ttyACM0: USB ACM device

     

    I'm happy again.

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • 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