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
Azure Sphere Starter Kit
  • Products
  • Dev Tools
  • Avnet Boards Community
  • Azure Sphere Starter Kit
  • More
  • Cancel
Azure Sphere Starter Kit
Forum Sphere not powering on
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Azure Sphere Starter Kit to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 20 replies
  • Answers 5 answers
  • Subscribers 51 subscribers
  • Views 1460 views
  • Users 0 members are here
  • azurespherech
  • azure sphere
  • azuresphkt
  • azure sphere starter kit
Related

Sphere not powering on

tvuylsteke
tvuylsteke over 6 years ago

I had been going through this sample https://www.element14.com/community/groups/internet-of-things/blog/2019/08/01/azure-sphere-starter-kit-advanced-tutorial

Everything worked in the end. let the device on all night, sending data to IoT Central successfully. I wanted to debug/understand why temperature readings on both sensors were around 34 degrees while I was expecting 20-25.

 

So I did some visual studio debugging, couldn't really find any issues, the calculation matches the sensor specs. Stopped debugging and as I recall, all leds on the device went dead. Been trying to plug it in/out a few times and once the led came up but went dead shortly after.

 

Any tips or tricks? As it seems the device is not powering on so the ports in windows aren't appearing either.

  • Sign in to reply
  • Cancel

Top Replies

  • peterfenn
    peterfenn over 6 years ago in reply to tvuylsteke +3 suggested
    Thomas To eliminate the computer for a moment from your debugging, try plugging-in a regular +5V phone charger (ie. one with a microUSB connector) If the green Power LED does not illuminate, I'd suspect…
  • peterfenn
    peterfenn over 6 years ago in reply to tvuylsteke +2 suggested
    Thomas Are you saying that the green power LED is also off? I'd suggest close Visual Studio for now, and do a quick check of the status of your starter kit, as follows: 1) Check that the VBAT jumper is…
  • peterfenn
    peterfenn over 6 years ago in reply to tvuylsteke +1 suggested
    PS: Review again the checklist at the " Troubleshooting installation and setup " page: https://docs.microsoft.com/en-us/azure-sphere/install/troubleshoot-installation
  • tvuylsteke
    0 tvuylsteke over 6 years ago

    Any possible clues? I still have really no idea what could have gone wrong or how to get out of this situation. As far as I can tell I did nothing special to have end up in this situation... Is there any kind of reset possibilities are does no led == dead forever?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • peterfenn
    0 peterfenn over 6 years ago in reply to tvuylsteke

    Thomas

     

    Are you saying that the green power LED is also off?

    I'd suggest close Visual Studio for now, and do a quick check of the status of your starter kit, as follows:

     

    1) Check that the VBAT jumper is still in place on J9 pins 1 and 2 !!!

    J9 is located in center of the board, see the yellow box in the image below...image

     

    2) Do the relevant ports show-up in Windows Device Manager when you connect the board to your development PC?
    (ie. three COM ports plus TAP-V9 virtual ethernet adapter) - a simplified view shown here...

    image

     

    3) What is the board's status from the azsphere command-line interface?

    image

    Enter the following commands:

    azsphere device show-attached

    azsphere device capability show-attached

     

    The "Enable App Development" capability should list in response to this command...

    image

     

    If this capability is not listed (typically as result of the Sphere OS having updated), re-enter the prep-debug command:

    azsphere device prep-debug

    image

     

    -Peter

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • peterfenn
    0 peterfenn over 6 years ago in reply to tvuylsteke

    PS: Review again the checklist at the "Troubleshooting installation and setup" page:

    https://docs.microsoft.com/en-us/azure-sphere/install/troubleshoot-installation

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • tvuylsteke
    0 tvuylsteke over 6 years ago in reply to peterfenn

    Hey thanks for the suggestions. I had already checked those articles. And yep Jumper position was OK, didn't touch that one as well, but yes it's OK. Green powerled = dead.

     

    The weird thing: after removing the jumper and putting it back in the same place I could have sworn the leds worked for a few seconds. E.g. green and some orange ones. But then they faded again. I've tried different cables, different USB ports, different computer.... Bah no idea what I've done to make it useless image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • peterfenn
    0 peterfenn over 6 years ago in reply to tvuylsteke

    Thomas

     

    To eliminate the computer for a moment from your debugging, try plugging-in a regular +5V phone charger (ie. one with a microUSB connector)

    If the green Power LED does not illuminate, I'd suspect a possible hardware fault with the DC/DC regulator on your board

    More likely though, is your USB cable. The power management circuitry on the Starter Kit includes under-voltage detection

    A marginal USB power connection can cause an excessive voltage drop that will result in no 3V3 output, and that LED not being illuminated

    image

    PS: The full schematic is available for you to download at:
    AES-MS-MT3620-SK-G_SCH_2019-07-03

     

    -Peter

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • dbj1906
    0 dbj1906 over 6 years ago

    I actually have the same problem!!! The board worked fine last night; woke up this morning to a brick! I've tried the same USB cables that I used with my computer (over the last 2 weeks) and a separate USB connect to 5V and a 5V battery (that I use with my iPhone). Similar to Thomas, I swore that I saw an orange LED flicker (this happened when I attempted to connect 5V directly using the +5V- pins).

     

    Any suggestions on how to fix, reset... or even replace my board? I've got $50 of sensor boards coming towards the end of the week, and no device to connect them to!

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • mvp
    0 mvp over 6 years ago in reply to dbj1906

    It looks to be a general problem with this kit. Mine stopped working 3 days ago (reported in Recent Feedback & Support Discussions).

    I considered that having hand-touched the back side of the module was the cause. Now it seams it bricks-out by itself.

    All mentioned reviving solutions were tested: at no avail. Fortunately it was a free kit.

    Maybe next version will be more reliable!

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • xeonaj
    0 xeonaj over 5 years ago

    What the FREAK!

    I just brought it for Rs.318 and my wallet became blank!

    AND WHAT I GOT A DEAD AZURE SPHERE! (Maybe they produced 20,000 defect azure spheres and then thought of putting them  for a giveaway!)

    I cant stop thinking about my first development board dead before even doing my first project!

    Now I cant even get another board until I start earning on my own!

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • peterfenn
    0 peterfenn over 5 years ago in reply to xeonaj

    Check the VBAT jumper is in place on J9 pins 1 and 2

    (J9 is located in center of the board)

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • xeonaj
    0 xeonaj over 5 years ago in reply to peterfenn

    YES SIR! Its in place but no change I use a USB power from my laptop!

    • 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