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.

rockybooth

Member Since 03 Nov 2013
Offline Last Active Mar 08 2021 06:06 PM
-----

Posts I've Made

In Topic: Netduino Plus 2 Firmware v4.2.2 (update 2)

07 May 2014 - 06:11 PM

I have had no problems with Win8 or 8.1.  Check you driver version, and see how it shows up in Device Manager.  Sometimes NETMF devices will show up as something not properly identified.  Trying connecting and disconnecting to see if something appears/disappears. Then see how it is identified.


In Topic: Read problems from SD Card

23 December 2013 - 07:57 PM

I do not see a ReadLine method for FileStream.  Perhaps you could post an example.

Thanks


In Topic: Read problems from SD Card

23 December 2013 - 05:16 AM

Hi:

I was wondering if anyone had any suggestions on this, or if I should just consider the SDCard ability unreliable, perhaps until the next OS revision comes along?

Have a great Christmas!


In Topic: How do I monitor MISO/DRDY?

06 December 2013 - 01:13 AM

I was able to use leiba's suggestion of monitoring the conversion complete signal with this:

    Public Function ReadVolts() As Single        _spi.Dispose()        Dim cs As New OutputPort(_pin, False)        Dim adcout As New InputPort(Pins.GPIO_PIN_D12, False, Port.ResistorMode.Disabled)        While adcout.Read = True        End While        cs.Dispose()        adcout.Dispose()        SetupSPI()        Write7799Reg(&H58)        Return ReadAD7799Volts()    End Function

Has anyone had success with a different method?

Thanks

 


In Topic: Read problems from SD Card

17 November 2013 - 11:06 PM

Hi:

I reproduced this bug on another Netduino 2+ card with 1GB Sandisk card. 

I would really appreciate if someone could reproduce or not reproduce this issue.  At this point I am wondering if the SD card read is dependable (at least in VB). Alternately if anyone has a test sequence in VB that I could try, I would appreciate it.

Here is some more information on my toolchain:

Thanks

 

Create TS.
 Loading start at 806a988, end 8085288
Assembly: mscorlib (4.2.0.0)
Assembly: Microsoft.SPOT.Native (4.2.0.0)
Assembly: Microsoft.SPOT.Hardware (4.2.0.0)
Assembly: Microsoft.SPOT.Net (4.2.0.0)
Assembly: System (4.2.0.0)
Assembly: Microsoft.SPOT.Hardware.SerialPort (4.2.0.0)
Assembly: Microsoft.SPOT.IO (4.2.0.0)
Assembly: System.IO (4.2.0.0)
Assembly: Microsoft.SPOT.Hardware.PWM (4.2.0.1)
Assembly: Microsoft.SPOT.Hardware.Usb (4.2.0.0)
Assembly: SecretLabs.NETMF.Diagnostics (4.2.0.0)
Assembly: SecretLabs.NETMF.Hardware.Netduino (4.2.1.0)
Assembly: Microsoft.SPOT.Hardware.OneWire (4.2.0.0)
Assembly: Microsoft.SPOT.Time (4.2.0.0)
Loading Deployment Assemblies.
Attaching deployed file.
Assembly: Microsoft.VisualBasic (1.0.0.0)
Attaching deployed file.
Assembly: Microsoft.SPOT.Graphics (4.2.0.0)
Attaching deployed file.
Assembly: SecretLabs.NETMF.IO (4.2.0.0)
Attaching deployed file.
Assembly: CFcardUsage (1.0.0.0)
Attaching deployed file.
Assembly: SecretLabs.NETMF.Hardware.AnalogInput (4.2.2.0)
Attaching deployed file.
Assembly: SecretLabs.NETMF.Hardware (4.2.0.0)
Resolving.
The debugging target runtime is loading the application assemblies and starting execution.
Ready.

 


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.