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.

HaxyMaxy

Member Since 08 Nov 2013
Offline Last Active May 13 2014 04:14 AM
-----

Posts I've Made

In Topic: Adafruit data logger SD card communication

27 February 2014 - 11:17 AM

The code works fine with a 1gb sd card. Thanks for the help. Hopefully support is added for sdhc in the near future.


In Topic: Adafruit data logger SD card communication

24 January 2014 - 06:29 AM

2gb card in the mail, will report back with results.


In Topic: Adafruit data logger SD card communication

24 January 2014 - 01:15 AM

I tried changing the line and it still threw the exception. I will try to see if i can get my hands on a non sdhc sd card.


In Topic: SD Card problems

08 December 2013 - 08:08 AM

Hi HaxyMaxy, The SD card will be mounted at @"SD" so you'll need to work inside _that_ folder to use the SD card. The @"" folder is the root of the entire file system. Chris

 

 

Is this what you are suggesting? this still throws the exception not supported exception in spot.io

            StorageDevice.MountSD("SD", SPI.SPI_module.SPI1, Pins.GPIO_PIN_D10);            string[] dirs = Directory.GetDirectories(@"SD");            foreach (string s in dirs)            {                Debug.Print(s);            }

In Topic: SD Card problems

04 December 2013 - 09:26 PM

I have tried everything. keep getting notsupportedexception and ioexception.

just out of curiosity, could it be that I'm using a 16GB sdhc?


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.