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.

herbsti72

Member Since 02 Jan 2015
Offline Last Active Sep 06 2015 12:28 PM
-----

Posts I've Made

In Topic: Compiling Custom Firmware. emIDE?

07 April 2015 - 08:54 AM

You are welcome :)


In Topic: Compiling Custom Firmware. emIDE?

06 April 2015 - 11:16 AM

'Msbuild' is not recognized as an internal or external command,
operable program or batch file.

This sounds like some enviroment variable is not set correctly!

 

if you install Visual Studio you get usually also some additional command prompts (eg. "Developer Command Prompt for VS2012").

If you run this command prompt shortcut it executes a batch file (on my computer "vcvars32.bat") which sets the correct enviroment variables to run msbuild and other tools from command line.

I guess you need to do the same before you try running some compilers...

 

 

 


In Topic: Help me out with SPI Please.

29 March 2015 - 09:57 AM

Hi,

sad to hear that it is still not working. :(

Last weekend I attached another Adadfruit LCD on my N2+ and it worked.

 

Maybe you have some wrong wiring?

Or something went wrong during soldering (cold solder joints)?

 


In Topic: Preferred way to get IP from DHCP...

04 March 2015 - 01:24 PM

HI Terrence,

 

you need to reference "Microsoft.SPOT.Net" Assembly, afterwards try following code to get IP with DHCP:

var interf = NetworkInterface.GetAllNetworkInterfaces()[0];
//Get Dynamic IP
interf.EnableDhcp();
interf.RenewDhcpLease();

For more information take a look on this project:

http://neonmikawebserver.codeplex.com/

 

It contains also other usefully network related code and how to setup simple webserver on N2+


In Topic: Battery powered logger with GPRS using Netduino plus 1 / 2

26 February 2015 - 10:12 AM

thanks for your post and link - the device looks really good, may in future projects I will switch to this kind of devices :)

But for now I try to learn eletronics and programming microcontroller and as I already own two Netduino 2+ I will try to use this before buying new devices.

 

Because of your link I also found this:

http://www.cooking-h...-ch/open-garden

Seems they sell quite nice shields, sensor and valves for irrigation systems.


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.