Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.

NaturallyResistant

Member Since 14 Sep 2010
Offline Last Active Dec 03 2012 07:21 PM
-----

Posts I've Made

In Topic: Fixed Issue: tight loops may block Visual Studio debugging

05 October 2010 - 11:36 PM

Hi NaturallyResistant,

Thanks for the feedback and welcome to the Netduino community!

Have you upgraded to the v4.1.0.4 firmware? It should throw an exception if the card is not SPI compatible (instead of requiring that the card be removed).

Also, if you format the card on your PC (with FAT16 or FAT32) and re-insert it in your Netduino, does it work alright?

Finally, do you have a PN for the MicroSD card? We've used Sandisk cards that work great, so this is interesting...

Chris


I had upgraded the firmware. Your suggestion of formatting the card seems to have fixed everything. I had verified that it was formatted as FAT before using it so I'm not sure what's different, but I'm sure glad to be able to start working with the Netduino Plus now. Thanks!

In Topic: Fixed Issue: tight loops may block Visual Studio debugging

05 October 2010 - 09:06 PM

I have also had trouble deploying to the Netduino Plus. One thing that I've noticed is that I only have an issue if I have a MicroSD card inserted (even though my test code below does not mount or access the card).
public static void Main()
{
    while (true)
    {
        led.Write(true);
        Thread.Sleep(250);
        led.Write(false);
        Thread.Sleep(250);
    }
}

The MicroSD card is from SanDisk (2 GB, just purchased today). If I remove it, the code deploys without issue.

Will post more if I discover anything else.

home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.