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.

hari

Member Since 21 Aug 2010
Offline Last Active Nov 29 2012 04:04 AM
-----

Posts I've Made

In Topic: netduino XBee Sample

20 January 2012 - 01:53 PM

I've lost track of where those source codes are. Posted Image
Sorry...

Hei

Could you please give me a code for your example?

thanks

by


In Topic: Introducing the Netduino Wiki...

24 May 2011 - 04:48 AM

Stefan et all,
Wow, thank you! This will help beginners and forgetful users like me. Forum is great for communication, but it has been a terrible reference source. The wiki will fill that void nicely.

I'm very grateful and will contribute.
Thank you!
=Hari=

In Topic: Simple multi-threaded web server

08 April 2011 - 03:25 AM

Jasper,
That's awesome!
Looks flexible and very easy to use. I'll have to try it. Thanks for sharing!
=Hari=

// Instantiate a new web server on port 80.
 WebServer server = new WebServer(80);

// Add a handler for commands that are received by the server.
server.CommandReceived += new WebServer.CommandReceivedHandler(server_CommandReceived);

// Add a command (this one has a single argument)
server.AllowedCommands.Add(new WebCommand("SetLed", 1));

// Start the server
server.Start();


In Topic: Communicating with serial 2x16 LCD

19 March 2011 - 05:28 AM

Cool! Glad to hear you got it to work! The morse decoder was just something I did for fun. Yeah, having floating point is nice. To me, being able to single-step through code running on the microcontroller is the biggest benefit. Also, Visual Studio intellisense rocks! Make sure you post a video on the forum when you got your "electronic ruler" working. Hari

In Topic: Communicating with serial 2x16 LCD

18 March 2011 - 03:17 AM

I believe that is the same LCD model that I used for my morse code decoder project.
My LCD wanted an inverted rs-232 signal so I used an SN7404 hex inverter to invert the signal out of the Netduino.
You maybe running into the same issue.

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.