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.

Regan222

Member Since 17 Feb 2011
Offline Last Active Oct 27 2013 05:26 AM
-----

Topics I've Started

Tinkerkit Port Over

15 October 2013 - 04:36 AM

I have searched the forum and I can't find anything  concerning this topic.  Is there any existing code for using a Tinkerkit shield with a netduino?  I have the library .h and .cpp files but I have no experience at all with C++ or arduino code.  Any suggestion would be appreciated.


Debugging Target not in an initialized state: rebooting...

30 July 2013 - 08:47 PM

I just received my Netduino Plus 2 today.  I upgraded the firmware to the 4.3 version from SecretLabs and also upgraded my .Net microframework to 4.3.  I am currently running Windows 7 sp1 64 bit and using Visual Studio 2012.  I am coding in VB.
 
I began by running a simple blink program for the onboard LED.
 
Imports Microsoft.SPOTImports Microsoft.SPOT.HardwareImports SecretLabs.NETMF.HardwareImports SecretLabs.NETMF.Hardware.NetduinoPlusModule Module1Sub Main()' write your code hereDim led As New OutputPort(Pins.ONBOARD_LED, False)Do While TrueThread.Sleep(1250)led.Write(True)Thread.Sleep(1000)led.Write(False)Thread.Sleep(1250)LoopEnd SubEnd Module
 
[font="arial, helvetica, sans-serif;"]When I deployed the code to the board I was informed that the "debugging target was not in an initialized state" and my netduino would be rebooting.  The status bar then said "ready" and the debugger exited  but no blinking occurred.  After much frustration I changed from the SecretLabs.NETMF.Hardware.NetduinoPlus to SecretLabs.NETMF.Hardware.Netduino and the program deployed as expected.  The silk screen on the board says "Netduino Plus 2".  Which reference should I be using and why did the netduinoplus reference not work?[/font]
 
[font="arial, helvetica, sans-serif;"]Thanks in advance,[/font]

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.