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.

PhillipMorris's Content

There have been 17 items by PhillipMorris (Search limited from 29-April 23)


By content type

See this member's

Sort by                Order  

#35829 4.2.0.x device not responding

Posted by PhillipMorris on 22 September 2012 - 05:41 PM in Netduino 2 (and Netduino 1)

I did it already. Uninstalled and installed everything. Just the same. When I try to unplug Netduino, I get a blue screen saying something but a memory dump and my Windows 7 PC restarts. Any ideas ?



#35826 4.2.0.x device not responding

Posted by PhillipMorris on 22 September 2012 - 04:33 PM in Netduino 2 (and Netduino 1)

Some problem.

HalSystemInfo.halVersion: 4.2.0.0
HalSystemInfo.halVendorInfo: Netduino (v4.2.0.1) by Secret Labs LLC
HalSystemInfo.oemCode: 34
HalSystemInfo.modelCode: 177
HalSystemInfo.skuCode: 4096
HalSystemInfo.moduleSerialNumber: 00000000000000000000000000000000
HalSystemInfo.systemSerialNumber: 0000000000000000
ClrInfo.clrVersion: 4.2.0.0
ClrInfo.clrVendorInfo: Netduino (v4.2.0.1) by Secret Labs LLC
ClrInfo.targetFrameworkVersion: 4.2.0.0
SolutionReleaseInfo.solutionVersion: 4.2.0.0
SolutionReleaseInfo.solutionVendorInfo: Netduino (v4.2.0.1) by Secret Labs LLC
SoftwareVersion.BuildDate: Sep 19 2012
SoftwareVersion.CompilerVersion: 410894
FloatingPoint: True
SourceLevelDebugging: True
ThreadCreateEx: True
LCD.Width: 0
LCD.Height: 0
LCD.BitsPerPixel: 0
AppDomains: True
ExceptionFilters: True
IncrementalDeployment: True
SoftReboot: True
Profiling: False
ProfilingAllocations: False
ProfilingCalls: False
IsUnknown: False


VS says "The debugging target is not in a initialized state; rebooting".
Where do I find MFUSB Drivers ?



#33262 Character LCD Module

Posted by PhillipMorris on 08 August 2012 - 08:25 AM in Netduino Go

Great job Matt !!! What about special characters support ? e.g. Greek letters ?



#29884 Error a3000000

Posted by PhillipMorris on 28 May 2012 - 06:45 PM in Netduino Plus 2 (and Netduino Plus 1)

There you go.

AutoRepeatInputPort Example

Please help...



#29873 Error a3000000

Posted by PhillipMorris on 28 May 2012 - 12:19 PM in Netduino Plus 2 (and Netduino Plus 1)

I tried both 15010 and 15014.

Assembly: Toolbox.NETMF.Hardware (1.0.0.0) needs assembly 'Toolbox.NETMF' (0.1.0.0)
Assembly: Toolbox.NETMF (0.1.0.0) needs assembly 'mscorlib' (4.1.2821.0)
Assembly: Toolbox.NETMF (0.1.0.0) needs assembly 'Microsoft.SPOT.Hardware' (4.1.2821.0)
Error: a3000000
Waiting for debug commands...
The program '[1] Micro Framework application: Managed' has exited with code 0 (0x0).


Should I copy the DLL files in Program Files Directory ?



#29862 Error a3000000

Posted by PhillipMorris on 28 May 2012 - 04:59 AM in Netduino Plus 2 (and Netduino Plus 1)

I am using Netduino Go with 4.2 firmware



#29839 Error a3000000

Posted by PhillipMorris on 27 May 2012 - 05:34 PM in Netduino Plus 2 (and Netduino Plus 1)

Hello,
I am trying to test AutoRepeatInputBox on NetduinoGO but when I compile I get the following :

Create TS.
Loading start at 8056cd0, end 806dbf8
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.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.IO (4.2.0.0)
Loading Deployment Assemblies.
Attaching deployed file.
Assembly: NetduinoGo.ShieldBase (0.1.0.0)
Attaching deployed file.
Assembly: Microsoft.VisualBasic (1.0.0.0)
Attaching deployed file.
Assembly: SecretLabs.NETMF.Hardware.NetduinoGo (4.2.0.0)
Attaching deployed file.
Assembly: NetduinoGoApplication1 (1.0.0.0)
Attaching deployed file.
Assembly: GoBus (1.0.0.0)
Attaching deployed file.
Assembly: Toolbox.NETMF (0.1.0.0)
Resolving.
Link failure: some assembly references cannot be resolved!!
Assembly: Toolbox.NETMF (0.1.0.0) needs assembly 'mscorlib' (4.1.2821.0)
Assembly: Toolbox.NETMF (0.1.0.0) needs assembly 'Microsoft.SPOT.Hardware' (4.1.2821.0)
Error: a3000000
Waiting for debug commands...
The program '[11] Micro Framework application: Managed' has exited with code 0 (0x0).


I am using the DLLs from 4.2 folder of Commit 14568
What am I doing wrong ?



#29436 NetduinoGo - PC Serial Communication

Posted by PhillipMorris on 20 May 2012 - 05:45 PM in Netduino Go

I would like to share my experience so far.
I used this board : FOCA Board v2.1

Connections
NetduinoGo gobus (Socket#1) pin 4 (Rx) to FOCA Board Tx
NetduinoGo gobus (Socket#1) pin 5 (Tx) to FOCA Board Rx
NetduinoGo gobus (Socket#1) pin 10 (Grd) to FOCA Board Grd

Here is the code :
Imports System.IO.Ports
Imports Microsoft.SPOT
Imports Microsoft.SPOT.Hardware
Imports SecretLabs.NETMF.Hardware
Imports SecretLabs.NETMF.Hardware.NetduinoGo
Imports System.Text
Imports Microsoft.VisualBasic.Constants

Module Module1
    Dim IncomingText As String = ""

    Dim reading As Boolean = False
    Dim count As Integer
    Dim readLength As Integer
    Dim InTray As Byte()
    Public WithEvents SerialPort As New SerialPort("COM1", 9600, Parity.None, 8, StopBits.One)


    Sub Main()

        SerialPort.Open()
        AddHandler SerialPort.DataReceived, New SerialDataReceivedEventHandler(AddressOf serialPort_Datareceived)
        AddHandler SerialPort.ErrorReceived, New SerialErrorReceivedEventHandler(AddressOf serialPort_ErrorReceived)
        Thread.Sleep(Timeout.Infinite)

    End Sub

    Sub serialPort_ErrorReceived(ByVal sender As Object, ByVal e As SerialErrorReceivedEventArgs)
        Debug.Print(e.ToString)
    End Sub

    Sub serialPort_Datareceived(ByVal sender As Object, ByVal e As SerialDataReceivedEventArgs)
        'Debug.Print("Data Received")

        'Incoming Bytes
        Dim IncomingBytes As Integer = SerialPort.BytesToRead
        ' Create a new temporary store
        Dim DataStore(IncomingBytes) As Byte
        'Read in the bytes
        SerialPort.Read(DataStore, 0, IncomingBytes)
        'Convert Bytes to String
        IncomingText = System.Text.Encoding.UTF8.GetChars(DataStore)
        'Check for CarrageReturn and trim
        If IncomingText.IndexOf(vbCrLf) > 0 Then
            IncomingText = IncomingText.Trim
            Debug.Print(IncomingText & "  Len: " & IncomingText.Length)
            IncomingText = ""
        Else
            Debug.Print(IncomingText & "  Len: " & IncomingText.Length)
        End If

        'Send Data back
        'SerialPort.Write(Encoding.UTF8.GetBytes(strDataStore), 0, strDataStore.Length)

        'Do something with the data
        CheckRecievedData(IncomingText)
    End Sub

    'Do something with the data
    Sub CheckRecievedData(ByVal strData As String)
        Select Case strData
            Case ""

            Case "ON"

            Case "OFF"

        End Select
    End Sub

End Module

I will post the code of the Windows Application which accepts and send data from/to NetduinoGo probably tomorrow.
I hope that somebody will find it usefull.



#29423 Thermistor help need

Posted by PhillipMorris on 20 May 2012 - 04:24 AM in General Discussion

Thanks for your support Chuck. The code works fine. Finally. I get readings +/-1 C but I am very satisfied so far. The other thing that I noticed is that the thermistor is not very responsive. When the temperature is dropping rapidly, I gets 1 minute to return to normal. I will get a TMP36 but I cant find waterproof version (or steel head) over the internet. I dont have a display but I will order one from here : http://shop.microfra...ctOut.aspx/8656 Now, I owe you 3 beers.



#29407 Thermistor help need

Posted by PhillipMorris on 19 May 2012 - 05:42 PM in General Discussion

Hello, I have a NTC thermistor R(25C):10kΩ - Β(25C/50C):3950. I am trying to convert the readings of Analog0 into temperature. If I use AnalogInput.Read I get values from 0.0 to 1.0 If I use AnalogInput.ReadRaw I get values from 1 to 3000 I connected the thermistor using voltage divider like : GRD --- Resistor 10KΩ --- Thermistor --- 5V ...................................| ...................................| ..........................NetGo Analog 0 Please help, Thanks.



#29360 NetduinoGo - PC Serial Communication

Posted by PhillipMorris on 18 May 2012 - 09:41 AM in Netduino Go

Hello there, I wonder if there is a way to serial communication from/to PC - NetduinoGo. I am planning to write a windows app to send some strings or boolean values to Netduino in order to open/close relays. Can NetduinoGo send values to serial comm port ? Do I need a special board to do it ? eg convert Rx/Tx to USB ? Thanks.



#28963 Netduino Temperature Monitor Project

Posted by PhillipMorris on 13 May 2012 - 06:07 PM in Netduino Go

Chuck, please tell me where you got it from. I will order one for my just for testing. Thanks for everything, Mike.-



#28958 Netduino Temperature Monitor Project

Posted by PhillipMorris on 13 May 2012 - 04:22 PM in Netduino Go

Thanks for your help, Chuck. My friend needs a solution using GSM so I cannot avoid it. I assume that nobody tested a gsm module with netduino go or it is too difficult to implement. Anyway, thanks for your time... PS. I live in Greece. Mike.-



#28947 Netduino Temperature Monitor Project

Posted by PhillipMorris on 13 May 2012 - 08:02 AM in Netduino Go

I am about 2 km away. The readings should reach my friend mobile phone via SMS. Thanks



#28915 Netduino Temperature Monitor Project

Posted by PhillipMorris on 12 May 2012 - 05:03 PM in Netduino Go

Any suggestions for me ?



#28706 Netduino Temperature Monitor Project

Posted by PhillipMorris on 09 May 2012 - 10:08 AM in Netduino Go

I forgot to mention that there is no internet connections nearby. Please recomment a GSM module and a temperature sensor module. Is there a module with TMP36 sensor ? I also found this : http://netduino2seedgsm.codeplex.com/ Anyone ever tested this ? Thanks for your help.



#28683 Netduino Temperature Monitor Project

Posted by PhillipMorris on 08 May 2012 - 06:21 PM in Netduino Go

Hello, a friend of mine is asking to build him a project in order to check the temperature of 3 (big) refrigerators. We want to do the following : - The system must monitor the three temperature sensors and when it exceeds a specific value it must send an SMS to a mobile phone as a warning. - We also want the system to be able to accept SMS messages and send back the value of a sensor Can you please help me picking up the correct hardware for netduino go ? I obviously need a GSM Module and three temperature modules. I have already ordered an netduino go board, some cables and a shield module. I am quite new to electronics but I have a background in .NET and mostly VB.NET Thanks.-




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.