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.
Photo

Which netduino do I need


  • Please log in to reply
3 replies to this topic

#1 xmen

xmen

    Advanced Member

  • Members
  • PipPipPip
  • 72 posts

Posted 12 July 2014 - 01:47 AM

I have 12-100 volts continuous DC power supply that should go inside netduino and using C# code I want output to be blinky. More like flashing decoration lights.

 

But it should be accurate on time and can be controlled by C#.

 

 

for example



int offTime = 500;
int onTime = 750;

while(true)
{
   led.Write(true);
   Thread.Sleep(onTime);
   led.Write(false);
   Thread.Sleep(offTime);
}

And I want to display onTime and offTime on screen, and can be set by buttons.

 

 

Which netduino should I buy ? netduino 2, netduino plus 2, netduino go ??



#2 Chris Walker

Chris Walker

    Secret Labs Staff

  • Moderators
  • 7767 posts
  • LocationNew York, NY

Posted 13 July 2014 - 01:16 AM

Hi xmen,

This should work great with either Netduino 2 or Netduino Plus 2. If you pick up the Plus you get networking; if you don't need networking (or MicroSD) then the regular Netduino 2 should work fine for you.

Welcome to the Netduino community,

Chris

#3 xmen

xmen

    Advanced Member

  • Members
  • PipPipPip
  • 72 posts

Posted 13 July 2014 - 08:55 AM

Thanks chris, I do not need networking but I might need sd card in future, is it possible to store some data in netduino 2, less than 1 mb ?



#4 Joshk

Joshk

    Advanced Member

  • Members
  • PipPipPip
  • 72 posts

Posted 21 July 2014 - 01:25 AM

There is absolutely no data storage on the netduino2.  Not one bit. Literally.






0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

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.