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.

Easter

Member Since 09 Feb 2011
Offline Last Active Jan 09 2014 03:23 PM
-----

Posts I've Made

In Topic: Shield Recommendations

11 November 2011 - 04:29 PM

The adafruit shield should work well. it can handle 4 motors (or two steppers) and still handle two servos. The main thing I'd watch for is pin usage between the motor shield and your wifi. I'm not sure about that.

In Topic: Netduino & PHP communication

16 March 2011 - 05:37 PM

Hi,
I'm new to the Netduino and I'm starting a small project. I'm programming some LEDs in Visual Studio with a dim function. This all works very well. Now I want to make a website in PHP that will send data to the .NET program on the Netduino. So I can remote-access the LEDS and dim them.

I wonder how I can send data via php to the Netduino and handle it. Hope someone can help me out with this,


Take care,


Are you using a Netduino or a Netduino Plus?

In Topic: Experimental WIZnet Driver - klotz MyFirstWebPage Example

05 March 2011 - 05:08 PM

In Visual Studio, remove the FEZ assemblies such as FEZPanda_GHIElectronics.NETMF.FEZ from your references, and the error will go away


Ah, perfect - it works great. Thanks for bearing with me.

In Topic: Experimental WIZnet Driver - klotz MyFirstWebPage Example

05 March 2011 - 03:33 PM

Thanks for the reply, this got me a step closer. Setting the correct startup application then produced this error:

An unhandled exception of type 'System.InvalidOperationException' occurred in FEZPanda_GHIElectronics.NETMF.FEZ.dll

Additional information: FEZ Panda not detected!

In troubleshooting, I replaced the wiznet instantiation with one of Klotz's commented out ones.

Replacing:
CKlotzManDo.NETMF.Net.Wiznet5100 wiznet = new CKlotzManDo.NETMF.Net.Wiznet5100(SPI.SPI_module.SPI1, (Cpu.Pin)FEZ_Pin.Digital.Di10);

With:
CKlotzManDo.NETMF.Net.Wiznet5100 wiznet = new CKlotzManDo.NETMF.Net.Wiznet5100(SPI.SPI_module.SPI1, Pins.GPIO_PIN_D10);

This still produces the same "FEX Panda not detected!" error, but unlike the with old line, I can continue and deployment completes. The listening port functions and serves the webpage. Success!

Moving forward, I did have to change the code further as mentioned here in order to get it to connect more than once.

So I'm up and running, though I'd be interested if anyone has thoughts on the FEZ Panda error.

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.